ep-tutorials

Complete Demo Applications

This folder contains end-to-end example applications demonstrating NDP-EP capabilities.

Contents

Example Description
GOES-18 Utah Satellite Process GOES-18 satellite imagery for Utah region with interactive Folium visualization
EarthScope Seismic Streaming Process EarthScope GNSS station data with regional aggregation

Presentations

Presentation Description
GOES-18 Presentation Interactive presentation on NDP-EP benefits using GOES-18 satellite data
EarthScope Presentation Interactive presentation on NDP-EP benefits using EarthScope GNSS data

Running Examples

Google Colab

Most notebooks include an “Open in Colab” badge at the top. Click it to run the notebook directly in Google Colab without local setup.

Local Execution

  1. Create a virtual environment:
    python3 -m venv .venv
    source .venv/bin/activate
    
  2. Install dependencies:
    pip install ndp-ep xarray netCDF4 pyproj folium numpy requests pillow
    
  3. Open Jupyter:
    pip install jupyter
    jupyter notebook
    

Prerequisites