You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
9
9
10
10
## Motivation
11
11
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.
13
19
14
20
## Authors
15
21
16
-
[First Author](@first-author), [Second Author](@second-author), etc. _Acknowledge primary content authors here_
22
+
[Andrew Huang](https://github.com/ahuang11)
17
23
18
24
### Contributors
19
25
@@ -23,19 +29,16 @@ This Project Pythia Cookbook covers ... (replace `...` with the main subject of
23
29
24
30
## Structure
25
31
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.”
35
33
36
-
## Running the Notebooks
34
+
### Foundations
35
+
The foundational content includes:
36
+
- Static tiles
37
+
- Interactive tiles
37
38
38
-
You can either run the notebook using [Binder](https://mybinder.org/) or on your local machine.
0 commit comments