INPE Brazil CBERS & Amazonia-1 Imagery Catalog Scraper avatar

INPE Brazil CBERS & Amazonia-1 Imagery Catalog Scraper

Pricing

Pay per event

Go to Apify Store
INPE Brazil CBERS & Amazonia-1 Imagery Catalog Scraper

INPE Brazil CBERS & Amazonia-1 Imagery Catalog Scraper

Scrapes Brazil's INPE satellite imagery catalog (CBERS-4, CBERS-4A, Amazonia-1) via the STAC API. Supports filtering by collection, bbox, date range, and cloud cover. Returns scene metadata including satellite, sensor, path/row, acquisition date, cloud cover, sun angles, thumbnail and download URLs.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

24 days ago

Last modified

Categories

Share

Extracts satellite scene metadata from Brazil's INPE (Instituto Nacional de Pesquisas Espaciais) imagery catalog, covering the CBERS-4, CBERS-4A, and Amazonia-1 Earth observation programs.

What it does

Queries the INPE CDSR STAC API (https://www.dgi.inpe.br/lgi-stac) to retrieve scene records from the Brazilian satellite imagery archive. Each record includes acquisition metadata, geographic coordinates, cloud cover, spectral band information, and direct download URLs for GeoTIFF files.

The actor supports filtering by:

  • Collection (specific satellite/sensor combinations)
  • Bounding box (geographic area of interest)
  • Date range (acquisition date)
  • Maximum cloud cover

Output fields

FieldDescription
scene_idUnique STAC item identifier
satelliteSatellite name (CBERS4A, AMAZONIA1, CBERS4)
sensorSensor/instrument (MUX, WFI, AWFI, PAN5M, PAN10M, WPM)
collectionFull STAC collection ID
processing_levelProcessing level (L2, L4)
path / rowOrbital path and row numbers
acquisition_dateAcquisition date (ISO-8601)
acquisition_time_utcAcquisition time in UTC
center_lat / center_lonScene center coordinates
bbox_*Scene bounding box (min/max lon/lat)
cloud_cover_percentCloud cover percentage (0-100)
resolution_metersGround sampling distance in meters
bands_availableComma-separated spectral band names
thumbnail_urlURL to scene preview image (PNG)
download_urlDirect download URL for the primary TIFF band
product_formatFile format (GeoTIFF)
licenseData license (CC-BY for CBERS/Amazonia)
stac_item_urlSTAC item API URL

Available collections

The actor queries these INPE CDSR collections:

  • CBERS-4A: MUX, WFI, WPM (L2 and L4)
  • AMAZONIA-1: WFI (L2 and L4)
  • CBERS-4: AWFI, MUX, PAN10M, PAN5M (L2 and L4)

Input configuration

ParameterTypeDescriptionDefault
maxItemsintegerMaximum scene records to return10
collectionsarraySTAC collection IDs to queryall 16 collections
dateFromstringStart date (YYYY-MM-DD)30 days ago
dateTostringEnd date (YYYY-MM-DD)today
bboxarray[min_lon, min_lat, max_lon, max_lat]Brazil extent
cloudCoverMaxintegerMax cloud cover %100

Example: Amazon deforestation monitoring

{
"maxItems": 500,
"collections": ["CBERS4A_WFI_L4_DN", "AMAZONIA1_WFI_L4_DN"],
"dateFrom": "2024-01-01",
"dateTo": "2024-12-31",
"bbox": [-75, -10, -45, 5],
"cloudCoverMax": 20
}

Data source

All data is sourced from the INPE CDSR (Catálogo de Dados de Sensoriamento Remoto) public STAC API. The data is freely available under Creative Commons Attribution (CC-BY) license for Brazilian satellite data.