-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
guide.cloudnativegeo.org |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
name: coguide-cog | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.11 | ||
- earthaccess | ||
- ipykernel | ||
- jupyterlab | ||
- matplotlib | ||
- rasterio | ||
- rio-cogeo |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: coguide-flatgeobuf | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.11 | ||
- geopandas==0.13.2 | ||
- pyogrio==0.6.0 | ||
- ipykernel | ||
- jupyterlab | ||
- pyarrow |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: coguide-geoparquet | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.11 | ||
- aiohttp | ||
# TODO: how to define "fsspec[http]", so we don't have to manually install aiohttp | ||
- fsspec | ||
- geopandas==0.13.2 | ||
- ipykernel | ||
- jupyterlab | ||
- libgdal-arrow-parquet | ||
- requests | ||
# This is a hack to install pyarrow via pip because libgdal-arrow-parquet constrains libarrow to | ||
# v10, which constrains pyarrow to v10, which is too old for the `filesystem` parameter at the end | ||
# of the file | ||
- pip: | ||
- pyarrow |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.