Changes between Version 6 and Version 7 of PostGIS_Raster_SoC_Idea_2012/Distance_Analysis_Tools


Ignore:
Timestamp:
Jun 1, 2012, 5:36:49 PM (12 years ago)
Author:
qliu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • PostGIS_Raster_SoC_Idea_2012/Distance_Analysis_Tools

    v6 v7  
    55'''Mentor:'' [http://www.cef-cfr.ca/index.php?n=Membres.PierreRacine Pierre Racine]
    66
     7----
    78'''Idea''':
    89[[BR]]
     
    3132
    3233[[BR]]
     34----
     35= Weekly Report =
     36----
     37
    3338== Week 1 Report ==
    3439
     
    5156=== My Analysis Reports ===
    5257 * [https://docs.google.com/document/d/1G6Ge3239kCBkn5qqpa1_0PNsvM9OWewsbI-2ZtSc3Cc/edit How Euclidean distance and Cost-weighted distance are computed in ArcGIS and GRASS]
     58----
     59
     60== Week 2 Report ==
     61
     62'''What did you get done this week?'''
     63 * Read Documents and [http://www.cef-cfr.ca/index.php?n=Membres.PierreRacine Pierre Racine]'s [http://www.cef-cfr.ca/index.php?n=Membres.PierreRacine#documents presentations] on PostGIS Raster; Learned more about the raster data storage and manipulation in PostGIS
     64 * Read [http://www.oracle.com/pls/db111/portal.portal_db?frame=&selected=7 Oracle Spatial Documents] on [http://docs.oracle.com/cd/E14072_01/appdev.112/e11827/toc.htm GeoRaster]; Learned about raster data storage in Oracle.
     65
     66
     67''' What do you plan on doing next week?'''
     68 * Learn more about PostGIS Raster development
     69 * Write a comparison of raster data storage and manipulation in PostgreSQL and Oracle
     70 * Write a proposal on how to adopt the concepts and algorithms of distance calculation in PostGIS.
     71
     72'''Are you blocked on anything?'''
     73 * 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 to write an analysis to compare the concepts of raster data storage and manipulation with PostGIS Raster and Oracle Spatial !GeoRaster.