-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add environment file, local settings, and drop localizesl (#9)
- Loading branch information
1 parent
c1780f3
commit d009d85
Showing
9 changed files
with
279 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,4 +89,4 @@ target/ | |
.mypy_cache/ | ||
|
||
# dask | ||
dask-worker-space | ||
dask-worker-space |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: sliiders | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- beautifulsoup4 | ||
- cartopy | ||
- contextily | ||
- dask-geopandas | ||
- distributed | ||
- fsspec | ||
- jupyterlab | ||
- matplotlib | ||
- networkx | ||
- numba | ||
- numpy | ||
- numpy_groupies | ||
- pandas | ||
- pandas-datareader | ||
- pint | ||
- pygeos | ||
- pyinterp | ||
- python | ||
- pypdf2 | ||
- pyreadr | ||
- regionmask | ||
- requests | ||
- rioxarray | ||
- scikit-learn | ||
- scipy | ||
- shapely | ||
- statsmodels | ||
- tqdm | ||
- xarray | ||
- xesmf | ||
- zarr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 6 additions & 7 deletions
13
notebooks/data-processing/2-present-day-exposure/01-fill_missing_litpop_with_geg.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.