Changes between Version 18 and Version 19 of BluePrintGISImportExport
- Timestamp:
- 06/26/09 12:26:30 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISImportExport
v18 v19 1 1 = Blueprint for GIS Import/Export = 2 2 === XML === 3 3 We need to be able to Import & Export these XML formats to/from the Database: 4 4 * GeoRSS (URL fetch/publish) … … 59 59 * http://www.xml.com/pub/a/2003/09/10/py.html 60 60 ---- 61 === Geotagged Photos === 61 62 We should also be able to import Geotagged Photos & have these display on the Map. 62 63 63 64 Feature Metadata already includes an Image - so the work needed is just in terms of reading the Lat/Lon from the Tag & providing a UI: 64 65 * http://en.wikipedia.org/wiki/Geotag#JPEG_photos 66 67 Most 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 71 Python 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 65 76 ---- 66 77 [wiki:BluePrintGeographicInformationSystems GIS BluePrints]