Skip to content

Commit ae9b0b9

Browse files
Andrew HuangAndrew Huang
authored andcommitted
Setup env
1 parent 60052c9 commit ae9b0b9

File tree

4 files changed

+22
-375
lines changed

4 files changed

+22
-375
lines changed

README.md

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
<img src="thumbnail.png" alt="thumbnail" width="300"/>
22

3-
# (Replace_with_your_title) Cookbook
3+
# Web Map / Feature Services Cookbook
44

55
[![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](https://binder.projectpythia.org/badge_logo.svg)](https://binder.projectpythia.org/v2/gh/ProjectPythia/cookbook-template/main?labpath=notebooks)
6+
[![Binder](http://binder.mypythia.org/badge_logo.svg)](http://binder.mypythia.org/v2/gh/ProjectPythia/cookbook-template/main?labpath=notebooks)
77

8-
This Project Pythia Cookbook covers ... (replace `...` with the main subject of your cookbook ... e.g., _working with radar data in Python_)
8+
This Project Pythia Cookbook covers retrieving and using web map / feature services to help provide the necessary spatial context to your data.
99

1010
## Motivation
1111

12-
(Add a few sentences stating why this cookbook will be useful. What skills will you, "the chef", gain once you have reached the end of the cookbook?)
12+
By leveraging web map / feature services, users can easily access pre-processed data layers, utilize ready-to-use tiles, and benefit from production-level data that is continuously updated. This streamlines the data acquisition process and enables users to focus on their analysis tasks rather than data processing.
13+
14+
- Pre-processed Data: Web map services provide access to a wide range of pre-processed geospatial data layers. This eliminates the need for users to perform data processing tasks themselves, saving time and effort.
15+
16+
- Ready-to-Use Tiles: Users can simply fetch the tiles from the web map services and use them as a reference or overlay in their analysis. This makes it convenient to integrate the data into their own applications without the need to handle complex data processing workflows.
17+
18+
- Production-Level Data: Web map services are often deployed at production level, ensuring that the data is up-to-date and near real-time. This is particularly advantageous for applications that require the latest information, such as weather monitoring or real-time asset tracking.
1319

1420
## Authors
1521

16-
[First Author](@first-author), [Second Author](@second-author), etc. _Acknowledge primary content authors here_
22+
[Andrew Huang](https://github.com/ahuang11)
1723

1824
### Contributors
1925

@@ -23,19 +29,16 @@ This Project Pythia Cookbook covers ... (replace `...` with the main subject of
2329

2430
## Structure
2531

26-
(State one or more sections that will comprise the notebook. E.g., _This cookbook is broken up into two main sections - "Foundations" and "Example Workflows."_ Then, describe each section below.)
27-
28-
### Section 1 ( Replace with the title of this section, e.g. "Foundations" )
29-
30-
(Add content for this section, e.g., "The foundational content includes ... ")
31-
32-
### Section 2 ( Replace with the title of this section, e.g. "Example workflows" )
33-
34-
(Add content for this section, e.g., "Example workflows include ... ")
32+
This cookbook is broken up into two main sections - “Foundations” and “Example Workflows.”
3533

36-
## Running the Notebooks
34+
### Foundations
35+
The foundational content includes:
36+
- Static tiles
37+
- Interactive tiles
3738

38-
You can either run the notebook using [Binder](https://mybinder.org/) or on your local machine.
39+
### Example Workflows
40+
Example workflows include:
41+
-
3942

4043
### Running on Binder
4144

_toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ root: README
33
parts:
44
- caption: Introduction
55
chapters:
6-
- file: notebooks/notebook-template
6+
- file: notebooks/introducing_web_map_feature_services.ipynb

environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ dependencies:
66
- jupyterlab
77
- jupyter_server<2
88
- pip
9+
- cartopy
910
- pip:
1011
- sphinx-pythia-theme
12+
- geoviews

0 commit comments

Comments
 (0)