PermafrostDiscoveryGateway / viz-staging

PDG Visualization staging pipeline
Apache License 2.0
2 stars 4 forks source link

fix landsattrend lake change netCDF files #59

Open tcnichol opened 5 months ago

tcnichol commented 5 months ago

The existing NetCDF files for the lake change data have geohash_id as their index rather than the id required to work with the merge and de-duplicate scripts.

2 possible fixes. One is just re-running on the data on Delta, and replacing the old netCDF files.

The other is to go through and use pandas to create dataframes and then fix the column.

Will decide which approach is better.