SatelliteApplicationsCatapult / fulgurite

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

Support Cloud Optimised GeoTIFF #38

Open emilyselwood opened 5 years ago

emilyselwood commented 5 years ago

The industry seems to be settling on COG GeoTIFF as something of a standard. We should make sure we can read and write this format.

Probably the write part of the process can default to this. Read should just handle this transparently.

Stretch goal would be to be able to apply an area filter when reading the cog GeoTiff in.