22
33# Web Map / Feature Services Cookbook
44
5- [ ![ nightly-build] ( https://github.com/ProjectPythia/cookbook-template/actions/workflows/nightly-build.yaml/badge.svg )] ( https://github.com/ProjectPythia/cookbook-template/actions/workflows/nightly-build.yaml )
6- [ ![ Binder] ( http://binder.mypythia.org/badge_logo.svg )] ( http://binder.mypythia.org/v2/gh/ProjectPythia/cookbook-template/main?labpath=notebooks )
5+ [ ![ nightly-build] ( https://github.com/ProjectPythia/web-map-feature-services-cookbook/actions/workflows/nightly-build.yaml/badge.svg )] ( https://github.com/ProjectPythia/web-map-feature-services-cookbook/actions/workflows/nightly-build.yaml )
6+ [ ![ Binder] ( https://binder.projectpythia.org/badge_logo.svg )] ( https://binder.projectpythia.org/v2/gh/ProjectPythia/cookbook-template/main?labpath=notebooks )
7+ [ ![ DOI] ( https://zenodo.org/badge/653301659.svg )] ( https://zenodo.org/badge/latestdoi/653301659 )
78
89This Project Pythia Cookbook covers retrieving and using web map / feature services to help provide the necessary spatial context to your data.
910
@@ -23,7 +24,7 @@ By leveraging web map / feature services, users can easily access pre-processed
2324
2425### Contributors
2526
26- <a href =" https://github.com/ahuang11 /web-map-feature-services-cookbook/graphs/contributors " >
27+ <a href =" https://github.com/ProjectPythia /web-map-feature-services-cookbook/graphs/contributors " >
2728 <img src =" https://contrib.rocks/image?repo=ProjectPythia/web-map-feature-services-cookbook " />
2829</a >
2930
@@ -47,7 +48,7 @@ Example workflows include:
4748### Running on Binder
4849
4950The simplest way to interact with a Jupyter Notebook is through
50- [ Binder] ( https://mybinder .org/ ) , which enables the execution of a
51+ [ Binder] ( https://binder.projectpythia .org/ ) , which enables the execution of a
5152[ Jupyter Book] ( https://jupyterbook.org ) in the cloud. The details of how this works are not
5253important for now. All you need to know is how to launch a Pythia
5354Cookbooks chapter via Binder. Simply navigate your mouse to
@@ -67,20 +68,20 @@ If you are interested in running this material locally on your computer, you wil
6768
6869(Replace "cookbook-example" with the title of your cookbooks)
6970
70- 1 . Clone the ` https://github.com/ProjectPythia/cookbook-example ` repository:
71+ 1 . Clone the ` https://github.com/ProjectPythia/web-map-feature-services-cookbook ` repository:
7172
7273 ``` bash
73- git clone https://github.com/ProjectPythia/cookbook-example .git
74+ git clone https://github.com/ProjectPythia/web-map-feature-services-cookbook .git
7475 ```
7576
76- 1 . Move into the ` cookbook-example ` directory
77+ 1 . Move into the ` web-map-feature-services-cookbook ` directory
7778 ``` bash
78- cd cookbook-example
79+ cd web-map-feature-services-cookbook
7980 ```
80811 . Create and activate your conda environment from the ` environment.yml ` file
8182 ``` bash
8283 conda env create -f environment.yml
83- conda activate cookbook-example
84+ conda activate web-map-feature-services- cookbook-dev
8485 ```
85861 . Move into the ` notebooks ` directory and start up Jupyterlab
8687 ``` bash
0 commit comments