GDDCGeospatial

Resource

Orthomosaics.

Orthofotos nach Verarbeitung. GeoTIFF + Cloud-Optimized-GeoTIFF (COG) + WebMercator-Tiles für Web-Karten.

GET/v1/orthomosaics/{id}

Orthomosaic holen

Liefert Metadaten und Download-URLs.

Path-Parameter

NameTypBeschreibung
id*stringORT_…

Beispiel-Response

{
  "id": "ORT_rT8Uo2",
  "flight_id": "FLT_kL2Pq8",
  "resolution_cm": 2.4,
  "bbox": { "type": "Polygon", "coordinates": [[...]] },
  "downloads": {
    "geotiff": "https://files.geospatial.gddc-sh.de/ORT_rT8Uo2.tif?...",
    "cog":     "https://files.geospatial.gddc-sh.de/ORT_rT8Uo2.cog.tif?..."
  },
  "tiles_xyz": "https://tiles.geospatial.gddc-sh.de/xyz/ORT_rT8Uo2/{z}/{x}/{y}.png?token=...",
  "tiles_wmts": "https://tiles.geospatial.gddc-sh.de/wmts/ORT_rT8Uo2/1.0.0/WMTSCapabilities.xml?token=..."
}

Beispiel-Request

curl https://api.geospatial.gddc-sh.de/v1/orthomosaics/ORT_rT8Uo2 \
  -H "Authorization: Bearer $GDDC_TOKEN"