Skip to content

A set of example notebooks on how to use Earthdata GIS service through RESTful and Python API

Notifications You must be signed in to change notification settings

ciesin/sedac-data-egis-notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

egis-python-notebooks

Earthdata GIS (EGIS) (https://gis.earthdata.nasa.gov) Python Notebooks A set of example notebooks on how to use the services through RESTful and Python API

Usage

EGIS provides access to REST endpoints without the need to use EDL at present, using simple libraries like the python requests library can serve powerful use cases to perform transformations on Multi dimensional and Multi variable image and feature services.

EGIS at certain (almost all) instances provide OGC services including WMS, WCS, and WFS

These are often become valuable when developing applications and services or cutting over from geoserver endpoints

Notebooks

  • EGIS Rest API
  • EGIS Python API

Use the available environment.yml to build a venv on your local machine to work with egis services

Helper Functions

  • Helper.py has a list of common functions and the required args to be passed to the endpoints to query the service

Services Available Today!

These are services that are accessible to the public and avaialble today through EGIS.

Title Sharing Level EGIS Endpoint WMS WFS WCS
GPW Version 4 Basic Demographic Characteristics (Adjusted to UN Country Totals) Public https://gis.earthdata.nasa.gov/image/rest/services/gpw-v4/gpw_v4_basic_demographic_characteristics_rev11/ImageServer FALSE FALSE FALSE
GPW Version 4 Population Count (Adjusted to UN Country Totals) Public https://gis.earthdata.nasa.gov/image/rest/services/gpw-v4/gpw_v4_population_count_adjusted_to_2015_unwpp_country_totals_rev11/ImageServer FALSE FALSE FALSE
GPW Version 4 Population Density (Adjusted to UN Country Totals) Public https://gis.earthdata.nasa.gov/image/rest/services/gpw-v4/gpw_v4_population_density_adjusted_to_2015_unwpp_country_totals_rev11/ImageServer FALSE FALSE FALSE
Human Footprint v3, 1993 Public https://gis.earthdata.nasa.gov/image/rest/services/wildareas-v3/wildareas_v3_1993_human_footprint/ImageServer FALSE FALSE FALSE
Human Footprint v3, 2009 Public https://gis.earthdata.nasa.gov/image/rest/services/wildareas-v3/wildareas_v3_2009_human_footprint/ImageServer FALSE FALSE FALSE
Global Human Footprint (Geographic), v2 (1995 – 2004) Public https://gis.earthdata.nasa.gov/image/rest/services/wildareas-v2/wildareas_v2_human_footprint/ImageServer FALSE FALSE FALSE
Low Elevation Coastal Zones derived from MERIT-DEM Public https://gis.earthdata.nasa.gov/image/rest/services/lecz/lecz_urban_rural_population_land_area_estimates_v3/ImageServer FALSE FALSE FALSE
Global Reservoir and Dam Database, Version 1 (GRanDv1): Dams, Revision 01 Public https://gis.earthdata.nasa.gov/maps/rest/services/grand-v1-rev01/GRanD_dams_v1_1/FeatureServer FALSE TRUE FALSE
Global Reservoir and Dam Database, Version 1 (GRanDv1): Reservoirs, Revision 01 Public https://gis.earthdata.nasa.gov/maps/rest/services/grand-v1-rev01/GRanD_reservoirs_v1_1/FeatureServer FALSE TRUE FALSE
U.S. Social Vulnerability Index Grids, Revision 01 Public FALSE FALSE FALSE
Yale Center for Earth Observation (YCEO) Surface Urban Heat Islands, Version 4, 2003-2018 Public FALSE FALSE FALSE
Global Gridded Relative Deprivation Index (GRDI), Version 1 Staging FALSE FALSE FALSE
Global Annual PM2.5 Grids from MODIS, MISR and SeaWiFS Aerosol Optical Depth (AOD), 1998-2019, V4.GL.03 Public https://gis.earthdata.nasa.gov/image/rest/services/sdei/sdei-global-annual-gwr-pm2-5-modis-misr-seawifs-aod-v4-gl-03/ImageServer FALSE FALSE FALSE
Global Man made Impervious Surface (GMIS) Dataset From Landsat, v1 (2010) Public https://gis.earthdata.nasa.gov/image/rest/services/ulandsat/ulandsat_gmis_v1/ImageServer FALSE FALSE FALSE
Global Human Built-up And Settlement Extent (HBASE) Dataset From Landsat, v1 (2010) Public https://gis.earthdata.nasa.gov/image/rest/services/ulandsat/ulandsat_hbase_v1/ImageServer FALSE FALSE FALSE
Annual Global High-Resolution Extreme Heat Estimates (GEHE), v1 (1983 – 2016) Public FALSE FALSE FALSE
PES Option FALSE FALSE FALSE
SDG Indicator 7.1.1: Access to Electricity, 2023 Release (2020 – 2022) Public TRUE TRUE FALSE
SDG Indicator 9.1.1: The Rural Access Index (RAI), 2023 Release (2015 – 2022) Public TRUE TRUE FALSE
SDG Indicator 11.2.1: Urban Access to Public Transport, 2023 Release (2015 – 2022) Public TRUE TRUE FALSE
SDG Indicator 11.7.1: Urban Public Space, Availability and Access, 2023 Release (2015 – 2022) Public TRUE TRUE FALSE
Water Security Indicator Model - Global Land Data Assimilation System (WSIM-GLDAS) Monthly Grids, Version 1 organization FALSE FALSE FALSE
Global Grid of Probabilities of Urban Expansion to 2030, v1 (2000 – 2030) Pending FALSE FALSE FALSE
Global 1-km Downscaled Population Base Year and Projection Grids Based on the SSPs, v1.01 (2000 – 2100) Pending FALSE FALSE FALSE
Global One-Eighth Degree Population Base Year and Projection Grids Based on the SSPs, v1.01 (2000 – 2100) Pending FALSE FALSE FALSE
Daily 8-Hour Maximum and Annual O3 Concentrations for the Contiguous United States, 1-km Grids, v1.10 (2000 – 2016) Pending FALSE FALSE FALSE

About

A set of example notebooks on how to use Earthdata GIS service through RESTful and Python API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published