SatelliteApplicationsCatapult / fulgurite

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

Refactor away SparkUtils #8

Closed emilyselwood closed 8 years ago

emilyselwood commented 8 years ago

Most of the stuff in SparkUtils is only used in one place or is only used in tests.

The save functions should be moved into GeoSparkUtils The average stuff should move into the example as that is the only place it is used. The config should become part of the examples (Package object?) The rest can go.

emilyselwood commented 8 years ago

This was fixed in #14 but not closed for some reason.