Difference between revisions of "GDAL SoC Ideas"

From OSGeo
Jump to navigation Jump to search
Line 12: Line 12:
 
#* [http://earth.google.com/kml KML Docs]
 
#* [http://earth.google.com/kml KML Docs]
 
#* [http://www.gdal.org/gdal_drivertut.html GDAL Raster Driver Tutorial]
 
#* [http://www.gdal.org/gdal_drivertut.html GDAL Raster Driver Tutorial]
# Generally implement new file format drivers for geospatial raster or vector formats not already supported by GDAL/OGR. [http://www.gdal.org/gdal_drivertut.html GDAL Raster Driver Tutorial], [http://www.gdal.org/ogr/ogr_drivertut.html OGR Driver Tutorial], [http://www.gdal.org/formats_list.html Existing Raster Formats], [http://www.gdal.org/ogr/ogr_formats.html Existing Vector Formats]
 
 
# Implement GeoPNG/GeoJPEG by embeding coordinate system and geotransformation information (possibly in GML) as chunks in PNG and JPEG files (see GML JP2 for a model of how this might be done).  
 
# Implement GeoPNG/GeoJPEG by embeding coordinate system and geotransformation information (possibly in GML) as chunks in PNG and JPEG files (see GML JP2 for a model of how this might be done).  
 
#* [http://portal.opengeospatial.org/files/?artifact_id=13252 GMLJP2 Specification]
 
#* [http://portal.opengeospatial.org/files/?artifact_id=13252 GMLJP2 Specification]
Line 20: Line 19:
 
# OGR WFS read driver using existing OGR GML driver for feature parsing.
 
# OGR WFS read driver using existing OGR GML driver for feature parsing.
 
#* [http://portal.opengeospatial.org/files/?artifact_id=14145 OGC WFS Specification]
 
#* [http://portal.opengeospatial.org/files/?artifact_id=14145 OGC WFS Specification]
 +
#* [http://www.gdal.org/ogr/ogr_drivertut.html OGR Driver Tutorial]
 
# Design a SAR (Synthetic Aperture RADAR) "Processor" using GDAL as a data reader/processed data writer
 
# Design a SAR (Synthetic Aperture RADAR) "Processor" using GDAL as a data reader/processed data writer
 
#* Provide enhancements to relevant drivers (and potentially write new drivers) for reading new/common unprocessed SAR data sources, including metadata support where needed
 
#* Provide enhancements to relevant drivers (and potentially write new drivers) for reading new/common unprocessed SAR data sources, including metadata support where needed
 
#* Implement an end-to-end Range-Doppler Algorithm processor for platforms where processing details are available
 
#* Implement an end-to-end Range-Doppler Algorithm processor for platforms where processing details are available

Revision as of 21:42, 11 March 2007

GDAL/OGR Related ideas for the Google Summer of Code 2007:

  1. Write an OGC WMS (Web Map Service) driver, likely somewhat modelled on the WCS driver implementation.
  2. Extend the existing KML vector feature writer to also support reading KML, and otherwise generalize this driver.
  3. Implement a raster reader/writer for KML.
  4. Implement GeoPNG/GeoJPEG by embeding coordinate system and geotransformation information (possibly in GML) as chunks in PNG and JPEG files (see GML JP2 for a model of how this might be done).
  5. OGR WFS read driver using existing OGR GML driver for feature parsing.
  6. Design a SAR (Synthetic Aperture RADAR) "Processor" using GDAL as a data reader/processed data writer
    • Provide enhancements to relevant drivers (and potentially write new drivers) for reading new/common unprocessed SAR data sources, including metadata support where needed
    • Implement an end-to-end Range-Doppler Algorithm processor for platforms where processing details are available