Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add osm-flex to CLIMADA core #981

Merged
merged 15 commits into from
Jan 14, 2025
285 changes: 273 additions & 12 deletions doc/tutorial/climada_entity_Exposures_polygons_lines.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions requirements/env_climada.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies:
- numba>=0.60
- numexpr>=2.10
- openpyxl>=3.1
- osm-flex>=1.1
- pandas>=2.1,<2.2 # 2.2 is not compatible with the default pytables=3.7 and yields a very high deprecation warning number through geopandas
- pandas-datareader>=0.10
- pathos>=0.3
Expand Down
Loading