Changes between Version 20 and Version 21 of PostGIS_Raster_SoC_Idea_2012/Distance_Analysis_Tools
- Timestamp:
- 06/17/12 15:34:34 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PostGIS_Raster_SoC_Idea_2012/Distance_Analysis_Tools
v20 v21 46 46 <LI><A href=http://trac.osgeo.org/postgis/wiki/PostGIS_Raster_SoC_Idea_2012/Distance_Analysis_Tools#Week2Report>Week 2 Report (May 28th - June 1st)</A></LI> 47 47 <LI><A href=http://trac.osgeo.org/postgis/wiki/PostGIS_Raster_SoC_Idea_2012/Distance_Analysis_Tools#Week3Report>Week 3 Report (June 4th - June 8th)</A></LI> 48 <LI><A href=http://trac.osgeo.org/postgis/wiki/PostGIS_Raster_SoC_Idea_2012/Distance_Analysis_Tools#Week4Report>Week 4 Report (June 11th - June 15th)</A></LI> 48 49 </UL> 49 50 <br> … … 101 102 * It seems that Oracle Sptial dosenot provide distance analysis [http://docs.oracle.com/cd/B28359_01/appdev.111/b28398/geor_operations.htm#CIHIICDF functions for GeoRaster] data. '''Please let me know if I missed it.'''[[BR]]However, by reading documents of !GeoRaster, I got a better understanding of the raster data storage in spatial database. So I feel it would be helpful for me to write an analysis to compare the concepts of raster data storage and manipulation with PostGIS Raster and Oracle Spatial !GeoRaster. 102 103 104 #!html 105 <div style='background-color: #F4F4F4; border: 1px solid gray; width:400px;' > 106 <br> 107 <b>Comment from Mentor:</b> 108 <p> 109 I really think we want to avoid having to produce an intermediate raster of sources. PostGIS is strong on raster/vector interaction and I really don't see why someone would prefer to provide sources as raster. The sources should come from a table of point. Now this raise a certain number of issues: 110 111 -What if the table contains more than one point? 112 -What if some of those points are outside the raster extent? 113 -Another issue is: What if the raster I want to produce does not fit into the PostgreSQL maximum field size? 114 115 These are the kind or difficulties one encounters when working in a database. 116 117 Think about large tiled coverage, Delaunay triangulation, aggregate functions and all the combinatory of "small/very large number of point" and "small/very large raster coverage". Ideally we want to provide a solution working for every limit cases. 118 </p> 119 <br> 120 </div> 121 }}} 122 103 123 ---- 104 124 {{{