locationtech-labs / geopyspark

GeoTrellis for PySpark
Other
179 stars 59 forks source link

reclassify Improvements #632

Closed jbouffard closed 6 years ago

jbouffard commented 6 years ago

This PR improves the reclassify method by allowing the user to have more control over how cells are assigned new values. Mainly, it introduces two new parameters: fill_value and strcit. In addition, the logic of these methods was cleaned up and improved.