For the complete documentation index, see llms.txt. This page is also available as Markdown.

Satellite Imagery Export as GeoTIFF or GeoJSON

Export satellite imagery as GeoTIFF or GeoJSON for GIS analysis and external workflows.

GeoPard lets you export satellite images related to your fields in GeoTIFF and GeoJSON formats.

Export User Interface

Go to the Field Profile page and select an image.

Select the export options: type, either GeoJSON or GeoTIFF, and the number of buffered pixels. Then click the Download button.

The data in the exported files depends on the satellite imagery provider.

Sentinel-2 Imagery

A Sentinel-2 image contains:

  1. Band1 (GeoTIFF) OR mask (GeoJSON) explains if the pixel is located inside the field boundary

  2. Band2 (GeoTIFF) OR nir (GeoJSON) represents the NIR band

  3. Band3 (GeoTIFF) OR red (GeoJSON) represents the RED band

  4. Band4 (GeoTIFF) OR green (GeoJSON) represents the GREEN band

  5. Band5 (GeoTIFF) OR blue (GeoJSON) represents the BLUE band

  6. Band6 (GeoTIFF) OR rededge (GeoJSON) represents the RED EDGE band

  7. Band7 (GeoTIFF) OR swir (GeoJSON) represents the SWIR band

Landsat Imagery

A Landsat image contains:

  1. Band1 (GeoTIFF) OR mask (GeoJSON) explains if the pixel is located inside the field boundary

  2. Band2 (GeoTIFF) OR nir (GeoJSON) represents the NIR band

  3. Band3 (GeoTIFF) OR red (GeoJSON) represents the RED band

  4. Band4 (GeoTIFF) OR green (GeoJSON) represents the GREEN band

  5. Band5 (GeoTIFF) OR blue (GeoJSON) represents the BLUE band

This is how the output looks in QGIS:

Planet Imagery

A Planet image derivative contains normalized values:

  1. Band1 (GeoTIFF) OR mask (GeoJSON) explains if the pixel is located inside the field boundary

  2. Band2 (GeoTIFF) OR blue (GeoJSON) represents the BLUE band

  3. Band3 (GeoTIFF) OR green (GeoJSON) represents the GREEN band

  4. Band4 (GeoTIFF) OR red (GeoJSON) represents the RED band

  5. Band5 (GeoTIFF) OR nir (GeoJSON) represents the NIR band

Last updated

Was this helpful?