Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Sviluppatori dello Spazio economico europeo (SEE)
I riquadri delle immagini satellitari sono una forma di ortofotografia. Si tratta di
immagini acquisite da fotocamere satellitari e aeree, che forniscono
immagini della Terra dall'alto verso il basso (nadir o quasi nadir).
Ottenere le tessere satellitari
Puoi iniziare a effettuare richieste di riquadri satellitari dopo aver ricevuto un token di sessione.
Poiché il token di sessione si applica all'intera sessione, non devi
specificare le opzioni della mappa con le richieste di riquadro.
Il seguente esempio di codice mostra una tipica richiesta di token di sessione per
le tessere satellitari.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-24 UTC."],[[["Satellite image tiles are a type of orthophotography providing top-down imagery of the earth, captured by satellite and airborne cameras."],["To request satellite tiles, you need to obtain a session token using your API key, specifying map type, language, and region."],["You can then download individual tiles by making HTTPS GET requests, including the zoom level (z), x and y coordinates, session token, and API key in the URL."],["An example request shows downloading a tile at zoom level 15 with specific coordinates to a local file, with no server response message besides the downloaded tile."]]],["Satellite image tiles are top-down images from satellite or airborne cameras. To obtain them, first, request a session token via a POST request, including map type, language, and region. Then, make an HTTPS GET request to retrieve a specific tile by providing zoom level, x and y coordinates, session token, and API key. The requested tile is downloaded directly to a local file without a server response message. An example demonstrates getting a tile at zoom 15 with coordinates (6294, 13288).\n"]]