Difference between revisions of "GDAL SoC Ideas"
Jump to navigation
Jump to search
(Remove CPL facilities -- not a very descrete task.) |
m |
||
(12 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
+ | '''For 2008, GDAL ideas are in the [http://trac.osgeo.org/gdal/wiki/SummerOfCode GDAL Trac Wiki].''' | ||
+ | |||
GDAL/OGR Related ideas for the [[Google Summer of Code]] 2007: | GDAL/OGR Related ideas for the [[Google Summer of Code]] 2007: | ||
Line 5: | Line 7: | ||
#* [http://svn.osgeo.org/gdal/trunk/gdal/frmts/wcs WCS Code] | #* [http://svn.osgeo.org/gdal/trunk/gdal/frmts/wcs WCS Code] | ||
#* [http://www.gdal.org/gdal_drivertut.html GDAL Raster Driver Tutorial] | #* [http://www.gdal.org/gdal_drivertut.html GDAL Raster Driver Tutorial] | ||
− | # Extend the existing KML vector feature writer to also support reading KML, and otherwise generalize this driver. | + | # Extend the existing KML vector feature writer to also support reading KML, and otherwise generalize this driver. |
+ | #* [[GSoC KML Read - Construction Draft]] | ||
#* [http://svn.osgeo.org/gdal/trunk/gdal/ogr/ogrsf_frmts/kml writer code] | #* [http://svn.osgeo.org/gdal/trunk/gdal/ogr/ogrsf_frmts/kml writer code] | ||
#* [http://www.gdal.org/ogr/drv_kml.html driver docs] | #* [http://www.gdal.org/ogr/drv_kml.html driver docs] | ||
#* [http://www.gdal.org/ogr/ogr_drivertut.html OGR Driver Tutorial] | #* [http://www.gdal.org/ogr/ogr_drivertut.html OGR Driver Tutorial] | ||
− | # Implement a raster reader/writer for KML. | + | # Implement a raster reader/writer for KML. -- More info in [[GDAL2Tiles SoC 2007]] |
#* [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] | ||
− | |||
# 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 18: | Line 20: | ||
#* [http://svn.osgeo.org/gdal/trunk/gdal/frmts/png PNG Driver (using libpng)] | #* [http://svn.osgeo.org/gdal/trunk/gdal/frmts/png PNG Driver (using libpng)] | ||
#* [http://svn.osgeo.org/gdal/trunk/gdal/frmts/jpeg JPEG Driver (using libjpeg)] | #* [http://svn.osgeo.org/gdal/trunk/gdal/frmts/jpeg JPEG Driver (using libjpeg)] | ||
− | # | + | # OGR WFS read driver using existing OGR GML driver for feature parsing. |
− | + | #* [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 |
− | # | + | #* 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 | ||
+ | #* [[GDAL SoC Ideas/SAR Processor|more SAR Processor details]] | ||
+ | # Develop a driver for GeoRSS | ||
+ | #* [http://georss.org GeoRSS specification] | ||
+ | # Complete C# bindings with gdal_warp api support | ||
+ | #* [http://www.gdal.org/warptut.html GDAL Warp API] | ||
+ | |||
+ | |||
+ | [[Category:Google Summer of Code]] |
Latest revision as of 00:55, 15 April 2008
For 2008, GDAL ideas are in the GDAL Trac Wiki.
GDAL/OGR Related ideas for the Google Summer of Code 2007:
- Write an OGC WMS (Web Map Service) driver, likely somewhat modelled on the WCS driver implementation.
- Extend the existing KML vector feature writer to also support reading KML, and otherwise generalize this driver.
- Implement a raster reader/writer for KML. -- More info in GDAL2Tiles SoC 2007
- 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).
- OGR WFS read driver using existing OGR GML driver for feature parsing.
- 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
- more SAR Processor details
- Develop a driver for GeoRSS
- Complete C# bindings with gdal_warp api support