wri / gfw_forest_loss_geotrellis

Global Tree Cover Loss Analysis using Geotrellis and SPARK
MIT License
10 stars 8 forks source link

HOTFIX: Fix fire gadm fields #74

Closed jterry64 closed 4 years ago

jterry64 commented 4 years ago

Pull request checklist

Please check if your PR fulfills the following requirements:

Pull request type

Please check the type of change your PR introduces:

What is the current behavior?

GADM fields for fires aren't being correctly parsed.

What is the new behavior?

adm1 and adm2 fields are now parsed to correct numbers

Does this introduce a breaking change?

Other information

Refactored a little to simplify the spark SQL calls and do the feature ID parsing in the features package.