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.
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.