Science Examples¶
Science Examples:
- HLSL30 Search and Composite
- GEDI_L2A Search and Visualize
- GEDI_L2B Search and Visualize
- GEDI_L3 Search and Download
- GEDI_L4A Subset and Visualize
- GEDI_L4B Search and Visualize
- ICESat-02 ATL03 Subset and Visualize
- 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)
- AfriSAR Search and Visualize
- 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