Changes between Version 18 and Version 19 of BluePrintGISImportExport


Ignore:
Timestamp:
06/26/09 12:26:30 (16 years ago)
Author:
Fran Boon
Comment:

OSS Tools survey

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintGISImportExport

    v18 v19  
    11= Blueprint for GIS Import/Export =
    2 
     2=== XML ===
    33We need to be able to Import & Export these XML formats to/from the Database:
    44 * GeoRSS (URL fetch/publish)
     
    5959 * http://www.xml.com/pub/a/2003/09/10/py.html
    6060----
     61=== Geotagged Photos ===
    6162We should also be able to import Geotagged Photos & have these display on the Map.
    6263
    6364Feature Metadata already includes an Image - so the work needed is just in terms of reading the Lat/Lon from the Tag & providing a UI:
    6465 * http://en.wikipedia.org/wiki/Geotag#JPEG_photos
     66
     67Most developed OSS tools are:
     68 * [http://www.exiv2.org Exiv2] - C++ with [http://tilloy.net/dev/pyexiv2/ pyexiv2] binding (still experimental)
     69 * [http://www.sno.phy.queensu.ca/~phil/exiftool ExifTool] - Perl (extra dependencies & needs to be run as system call)
     70 * Comparison: http://www.picurl.org/development/wiki/Exiv2vsExifTool
     71Python works-in-progress here:
     72 * http://sourceforge.net/projects/exif-py/?abmode=1
     73 * http://www.ivan-herman.net/cgi-bin/blosxom.cgi/WorkRelated/SemanticWeb/xmpextract.html XMP-only
     74 * http://code.google.com/p/python-xmp-toolkit/ XMP-only
     75
    6576----
    6677[wiki:BluePrintGeographicInformationSystems GIS BluePrints]