Changes between Version 86 and Version 87 of PostGIS_Raster_SoC_Idea_2012/Distance_Analysis_Tools
- Timestamp:
- 08/20/12 07:51:44 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PostGIS_Raster_SoC_Idea_2012/Distance_Analysis_Tools
v86 v87 59 59 <LI><A href=http://trac.osgeo.org/postgis/wiki/PostGIS_Raster_SoC_Idea_2012/Distance_Analysis_Tools#Week11Report>Week 11 Report (July 30th - Aug. 3rd)</A></LI> 60 60 <LI><A href=http://trac.osgeo.org/postgis/wiki/PostGIS_Raster_SoC_Idea_2012/Distance_Analysis_Tools#Week12Report>Week 12 Report (Aug. 6th - Aug. 10th)</A></LI> 61 <LI><A href=http://trac.osgeo.org/postgis/wiki/PostGIS_Raster_SoC_Idea_2012/Distance_Analysis_Tools#Week13Report>Week 13 Report (Aug. 13th - Aug. 17th)</A></LI> 61 62 </UL> 62 63 <br> … … 1331 1332 -- CREATE TABLE test_eudist2 AS (SELECT 1 AS rid,ST_EuclideanDistance(rast,NULL,'public','test_geom','the_geom',4954880) AS rast FROM test_raster); 1332 1333 }}} 1334 1335 ---- 1336 {{{ 1337 #!html 1338 <div style='float: right; width:100px;'> 1339 <a href="#PostGISRasterSoCIdea2012-DistanceAnalysisToolsforPostGISRaster"> <img src="https://lh3.googleusercontent.com/-YR7gUJULQrM/T8nEPQ-AtzI/AAAAAAAAA1M/T_6vRjE8E4Q/s40/scroll_to_top_icon_40x40.png"><br>back to top</a> 1340 </div> 1341 }}} 1342 1343 == Week 13 Report == 1344 1345 '''What did you get done this week?''' 1346 * Finished plpgsql scripts for implementing Cost-weighted distance for two signatures. 1347 * Finished documentations for both Euclidean and Cost-weighted distance plpgsql scirpt. 1348 1349 '''What do you plan on doing after gsoc?''' 1350 * Optimize plpgsql scirpts for Euclidean and Cost-weighted distance. 1351 * Work on C implementations.