SatelliteApplicationsCatapult / fulgurite

A library to read and write GeoTIFF images using Apache Spark
Other
18 stars 3 forks source link

Refactor GeoTiffIOMetadataAdapter #9

Closed emilyselwood closed 8 years ago

emilyselwood commented 8 years ago

this currently maintains a parallel set of property identifiers along side the jaiimageio stuff. Having the same stuff in two places is a bit naff. We should refactor this so that it uses the list of properties in jaiimageio

We can probably shrink this too as some sensible defaults can be used.