Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Developer Wilayah Ekonomi Eropa (EEA)
Petak gambar satelit adalah bentuk ortofotografi. Gambar tersebut adalah
gambar yang diambil oleh kamera satelit dan udara, dan memberikan
gambar vertikal (nadir atau hampir nadir) bumi.
Mendapatkan petak satelit
Anda dapat mulai membuat permintaan petak satelit setelah mendapatkan token sesi.
Karena token sesi berlaku untuk seluruh sesi, Anda tidak perlu
menentukan opsi peta dengan permintaan kartu.
Contoh kode berikut menunjukkan permintaan token sesi umum untuk petak peta satelit.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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"]]