SatelliteApplicationsCatapult / fulgurite

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

Refactor meta data and SparkUtils #14

Closed emilyselwood closed 8 years ago

emilyselwood commented 8 years ago

Big set of changes. Sorry.

Fixes #9 #8 #7

Change to use GeoTiffMetaHelper rather than the GeoTiffIIOMetadataAdapter so we don't have two sets of attribute ids in the project. Expand GeoTiffMeta so it has more information. Enough that we can write the meta with out any other information. Remove all traces of base meta from the GeoSparkUtils.saveGeoTiff methods. \o/ Remove SparkUtils and move required functionality into GeoSparkUtils and the examples that used them Create package object in examples to hold utility functions. Create Context and default arguments.

Sorted out the readme and todo files. Now using issues in github to track todos rather than a file.

lbmm commented 8 years ago

makes a lot of sense to me