Science Examples¶
Science Examples:
- Harmonized Landsat Sentinel (HLS) Search and Composite
- Global Ecosystem Dynamics Investigation (GEDI) Level 2A Product Tutorial
- Introduction to the GEDI02_B Product
- Search GEDI L2B and plot canopy heights
- GEDI L3 Tutorial
- GEDI L4A Subsetting Example
- Visualizing GEDI L4B Data
- ICESat-02 Advanced Topographic Laser Altimeter System-03 (ATL03) data access and exploration instructions.
- Import relevant python modules
- Decide on a subset of ATL03 data to load using spatial extent and date range and visualize extent using folium
- Search for available granules in the NASA CMR for the given spatial extent and date range and print the number of granules available.
- Read the H5 file to understand the data structure.
- Subset the data by required columns. In this case we need Latitude, Longitude, Photon Height and Along Track Distance.
- Show the subset data in a dataframe.
- Visualize photon heights with respect to along track distance for this H5 file (using inputs from geodataframe)
- Tutorial for simulated NISAR data access, reading, and visualizing amplitude and phase.
- AfriSAR: Aboveground Biomass for Lope, Mabounie, Mondah, and Rabi Sites, Gabon
- Description
- Declare your collection of interest
- Listing all the available collections
- Getting the collection of intrest ‘AfriSAR_AGB_Maps_1681’
- Use satsearch to discover items in the ‘AfriSAR_AGB_Maps_1681’ collection
- Adding items to an iterable
- Extracting s3 link and reading it with rioxarray
- Visualizing the read data with hvplot