orbisgis / h2gis

A spatial extension of the H2 database.
http://www.h2gis.org
GNU Lesser General Public License v3.0
208 stars 63 forks source link

GeoTIFF reader and writer #571

Open ebocher opened 9 years ago

ebocher commented 9 years ago

Implement a Geotiff driver to read and write GeoTIFF file.

nicolas-f commented 9 years ago

Beam have GeoTiff related class: https://github.com/bcdev/beam/blob/master/beam-geotiff/src/main/java/org/esa/beam/dataio/geotiff/GeoTiffProductReader.java

ebocher commented 9 years ago

Yes but Beam uses Geotools to parse geotiff fields.

nicolas-f commented 9 years ago

Ok. Used specification is here http://www.remotesensing.org/geotiff/spec/contents.html

Does gdms was able to read GeoTiff in the past ?

ebocher commented 9 years ago

No. GRAP was used to read and write acsii and world file image. I propose to test raster datatype with a basic model : tiff + wordlfile + prj (optional).