You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: