Author: ORNL DAAC & EASIER Data
Date: August 26, 2021
Updated on: October 1, 2024
Contact for the ORNL DAAC: [email protected]
Contact for EASIER Data: [email protected]
Keywords: lidar, GEDI, AGBD, aboveground biomass, IPFS, Filecoin
The EASIER Data Initiative is exploring the use of decentralized web technologies such as IPFS and Filecoin to store and distribute Earth science data. These tutorials demonstrate how to discover, access, and use GEDI science data products from decentralized sources using the DWeb. The GEDI collection is maintained and archived at the ORNL DAAC. GEDI L3, L4A, and L4B data products are available from decentralized and centralized sources, as noted in various data tools and services.
This project uses Poetry for dependency management and is compatible with Python versions >=3.11. To install all necessary dependencies, follow these steps:
-
Install Poetry if you haven't already:
curl -sSL https://install.python-poetry.org | python3 -
-
Clone the repository:
git clone https://github.com/easierdata/gedi_tutorials.git cd gedi_tutorials
-
Install the dependencies:
poetry install
-
Generate the configuration file by running the following command.
poetry run edit-config
A file named
config.json
is generated in the root directory and can be modified by re-running the command. See this page for more details on the available commands. -
Run Jupyter Notebook and start with a tutorial.
poetry run jupyter notebook
- Search and download GEDI L4A dataset: search and download GEDI L4A granules over an area of interest to a local machine
- Subset GEDI L4A footprints: subset downloaded GEDI L4A granules to an area of interest
- Explore GEDI L4A data structure: explore data structure, variables, and quality flags of the GEDI L4A dataset.
- Learn about the EASIER Data Initiative
- ipfs-stac: Python client utilized for interfacing with the Easier STAC Server
- NASA Earthdata Webinar: Explore NASA GEDI Aboveground Biomass Datasets, Services, and Tools at NASA's ORNL DAAC
- ESA Workshop: Synergistic Use of SAR and Lidar Data for Terrestrial Ecology Research
More resources related to ORNL DAAC data and web services can be found at the ORNL DAAC Learning page.