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 populate_videodata command script has a part where we generate end years for each shape, based on some logic involving the start year and the years in the name_years.json - it might be better to forward this to Jim Bennett/ Cliopatria team for them to use to add a field for the end_year to each shape, meaning that we'd only need a single GeoJSON for Cliopatria, and the command script could also be simplified
Once Cliopatria has end years included, update the populate_videodata command script
Make the populate_videodata command script accept a single geojson file and update rst doc to reflect this
There is a problem with using GeoPandas as part of the populate_videodata command script in that it causes a segmentation fault (this is something to do with conflict between Geopandas and GEOS). Instead, move the function that converts the geoJSON in geopandas by adding extra fields to a new conversion script that spits out a new GeoJSON. This can then be loaded much more quickly by the webapp and notebook since the colours are already generated
Make the Cliopatria notebook and the command script use the exact same code - call it the cliopatria handling module
The text was updated successfully, but these errors were encountered:
The
populate_videodata
command script has a part where we generate end years for each shape, based on some logic involving the start year and the years in the name_years.json - it might be better to forward this to Jim Bennett/ Cliopatria team for them to use to add a field for the end_year to each shape, meaning that we'd only need a single GeoJSON for Cliopatria, and the command script could also be simplifiedTODO
Should we just use the colours in the dataset? How are these being generated?populate_videodata
command scriptpopulate_videodata
command script accept a single geojson file and update rst doc to reflect thispopulate_videodata
command script in that it causes a segmentation fault (this is something to do with conflict between Geopandas and GEOS). Instead, move the function that converts the geoJSON in geopandas by adding extra fields to a new conversion script that spits out a new GeoJSON. This can then be loaded much more quickly by the webapp and notebook since the colours are already generatedThe text was updated successfully, but these errors were encountered: