Quick Start
This guide will help you get started accessing, processing, and analyzing data from Hydrosat's pathfinder missions.
1. Accessing Hydrosat's STAC API
1.1 Import dependencies.
import json
import pystac
from pystac_client import Client
import base641.2 Authenticate and connect to the STAC API.
{
"username":"your_username",
"password":"your_password"
}2. Searching the catalog for data that meets your criteria
2.1 Define search terms.
2.2 Execute the search.
3. What's in an item anyway?
4. Visualizing item footprints on a map

5. Visualizing LST


Last updated
Was this helpful?