locationtech-labs / geopyspark

GeoTrellis for PySpark
Other
179 stars 59 forks source link

Add delete_layer Method to catalog #670

Open jbouffard opened 6 years ago

jbouffard commented 6 years ago

A delete_layer method should be added to the catalog module to make removing unwanted layers easier for users. This method should be fairly straightforward to implement, as it's just a wrapper around the corresponding GeoTrellis' method.