-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add method to export geojson from metadata (#71)
* Add new networks * Update map plot * Add option to export network collection metadata to geojson * Update tests * Fix docs * Update docs env name * Update docs * Update changelog
- Loading branch information
Showing
11 changed files
with
149 additions
and
50 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 |
---|---|---|
|
@@ -14,4 +14,4 @@ sphinx: | |
configuration: docs/conf.py | ||
|
||
conda: | ||
environment: docs/docs_env.yml | ||
environment: docs/env.yml |
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 |
---|---|---|
@@ -1,11 +1,17 @@ | ||
# To keep the RTD build as small as possible, we define a separate .yml here | ||
name: ismn_docs | ||
name: docs | ||
channels: | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- python=3.8 | ||
- python=3.10 | ||
- ipykernel | ||
- nbsphinx | ||
# Note: RTD will add packages it needs automatically such as sphinx, sphinx_rtd_theme | ||
|
||
- mock | ||
- pillow | ||
- sphinx<7 | ||
- sphinx_rtd_theme | ||
- pip | ||
- pip: | ||
- recommonmark | ||
- readthedocs-sphinx-ext |
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
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.