web-map-feature-services-cookbook

Web map/feature services can help provide the necessary spatial context to your data.

https://github.com/projectpythia/web-map-feature-services-cookbook

Science Score: 64.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    1 of 4 committers (25.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.9%) to scientific vocabulary

Keywords

nasa noaa pythia wfs wms
Last synced: 6 months ago · JSON representation ·

Repository

Web map/feature services can help provide the necessary spatial context to your data.

Basic Info
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 5
  • Open Issues: 3
  • Releases: 1
Topics
nasa noaa pythia wfs wms
Created over 2 years ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

Web Map / Feature Services Cookbook

thumbnail

nightly-build Binder DOI

This Project Pythia Cookbook covers retrieving and using web map / feature services to help provide the necessary spatial context to your data.

Now using MyST!

Motivation

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.

  • 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.

  • 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.

  • 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.

Authors

Andrew Huang

Contributors

Structure

This cookbook is broken up into two main sections - “Foundations” and “Example Workflows.”

Foundations

The foundational content includes:

  • Web Map Services
  • Web Feature Services

Example Workflows

Example workflows include:

  • NASA Earthdata GIBS Explorer

Running on Binder

The simplest way to interact with a Jupyter Notebook is through Binder, which enables the execution of a Jupyter Book in the cloud. The details of how this works are not important for now. All you need to know is how to launch a Pythia Cookbooks chapter via Binder. Simply navigate your mouse to the top right corner of the book chapter you are viewing and click on the rocket ship icon, (see figure below), and be sure to select “launch Binder”. After a moment you should be presented with a notebook that you can interact with. I.e. you’ll be able to execute and even change the example programs. You’ll see that the code cells have no output at first, until you execute them by pressing {kbd}Shift+{kbd}Enter. Complete details on how to interact with a live Jupyter notebook are described in Getting Started with Jupyter.

Running on Your Own Machine

If you are interested in running this material locally on your computer, you will need to follow this workflow:

(Replace "cookbook-example" with the title of your cookbooks)

  1. Clone the https://github.com/ProjectPythia/web-map-feature-services-cookbook repository:

bash git clone https://github.com/ProjectPythia/web-map-feature-services-cookbook.git

  1. Move into the web-map-feature-services-cookbook directory bash cd web-map-feature-services-cookbook
  2. Create and activate your conda environment from the environment.yml file bash conda env create -f environment.yml conda activate web-map-feature-services-cookbook-dev
  3. Move into the notebooks directory and start up Jupyterlab bash cd notebooks/ jupyter lab

Owner

  • Name: Project Pythia
  • Login: ProjectPythia
  • Kind: organization
  • Email: projectpythia@ucar.edu
  • Location: United States of America

Community learning resource for Python-based computing in the geosciences

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this cookbook, please cite it as below."
authors:
  # add additional entries for each author -- see https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md
  - family-names: Huang
    given-names: Andrew
    orcid: https://orcid.org/0000-0003-2618-084X
    website: https://github.com/ahuang11
    affiliation:  "Anaconda, Inc."
  - name: "Web Map / Feature Services Cookbook contributors" # use the 'name' field to acknowledge organizations
    website: "https://github.com/ProjectPythia/web-map-feature-services-cookbook/graphs/contributors"
title: "Web Map / Feature Services Cookbook"
abstract: "Learn how to use web map and feature services to easily and quickly provide spatial context, without the need to download and process GBs of data!"

GitHub Events

Total
  • Issues event: 1
  • Watch event: 1
  • Issue comment event: 5
  • Push event: 25
  • Pull request event: 4
Last Year
  • Issues event: 1
  • Watch event: 1
  • Issue comment event: 5
  • Push event: 25
  • Pull request event: 4

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 25
  • Total Committers: 4
  • Avg Commits per committer: 6.25
  • Development Distribution Score (DDS): 0.56
Past Year
  • Commits: 25
  • Committers: 4
  • Avg Commits per committer: 6.25
  • Development Distribution Score (DDS): 0.56
Top Committers
Name Email Commits
Andrew Huang a****g@a****m 11
Andrew Huang a****g@A****l 8
Brian Rose b****e@a****u 3
Andrew 1****1 3
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 1
  • Total pull requests: 6
  • Average time to close issues: 13 days
  • Average time to close pull requests: 2 days
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 1.0
  • Average comments per pull request: 3.0
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 6
  • Average time to close issues: 13 days
  • Average time to close pull requests: 2 days
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 1.0
  • Average comments per pull request: 3.0
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • ktyle (1)
Pull Request Authors
  • ahuang11 (6)
  • jukent (3)
  • dependabot[bot] (2)
  • philipc2 (1)
  • brian-rose (1)
  • ktyle (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (2) github_actions (2)