admin管理员组文章数量:1277536
first Request(/imagery/?bbox=20.5437,50.0661,20.6437,50.1661&api_key=api_key) is ok,
but image download throws errors.
i use a this LuaU code:
local module = {
local HttpService = game:GetService("HttpService")
local Terrain = game.Workspace:FindFirstChildOfClass("Terrain")
local function getImageFromSpectator(bbox)
local api_key = "API_key"
local url = string.format("/imagery/?bbox=%s&api_key=%s", bbox,
api_key)
print("URL Request: ", url)
local success, response = pcall(function()
return HttpService:GetAsync(url)
end)
if success then
local data = HttpService:JSONDecode(response)
print("API Response: ", response)
if data.results and #data.results > 0 then
return data.results[1].download_url
else
print("No results were found in the API response.")
return nil
end
else
print("Error downloading image: ", response)
return nil
end
end
local function setBaseplateTexture(url)
local baseplate = game.Workspace:FindFirstChild("Baseplate")
if baseplate then
local texture = Instance.new("Texture")
texture.Texture = url
texture.Parent = baseplate
else
warn("Baseplate not found in Workspace")
end
end
local function updateBaseplateTexture(bbox)
if bbox then
local imageUrl = getImageFromSpectator(bbox)
if imageUrl then
setBaseplateTexture(imageUrl)
else
warn("Failed to download satellite image")
end
else
warn("error")
end
end
return {,
getImageFromSpectator = getImageFromSpectator,
setBaseplateTexture = setBaseplateTexture,
updateBaseplateTexture = updateBaseplateTexture
}
}
return module
console:
19:52:45.719 URL Request: /imagery/?bbox=20.5437,50.0661,20.6437,50.1661&api_key=api_key - Serwer - map:10
19:52:50.366 API Response: {"page":1,"total_pages":128,"next":"/imagery/?api_key=api_key","previous":null,"results":[{"id":470039,"uuid":"b8ce3634-6294-41d3-9d94-bbd63f3d12b1","identifier":"S1A_IW_GRDH_1SDV_20141004T044432_20141004T044457_002675_002FBB_605E","ingestion_date":"2015-01-13T00:49:02.730000Z","begin_position_date":"2014-10-04T04:44:32.460000Z","end_position_date":"2014-10-04T04:44:57.459000Z","download_url":null,"size":"1 GB","geometry":{"type":"Polygon","coordinates":[[[23.216053,48.634712],[19.753538,49.033752],[20.110989,50.529942],[23.680943,50.129421],[23.216053,48.634712]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"GRD"},{"id":1382103,"uuid":"edb1880e-9ac1-46f0-9e78-bc0dfe203af3","identifier":"S1A_IW_SLC__1SDV_20141009T045223_20141009T045250_002748_00315D_27F5","ingestion_date":"2016-05-03T15:36:03.699000Z","begin_position_date":"2014-10-09T04:52:23.073000Z","end_position_date":"2014-10-09T04:52:50.058000Z","download_url":null,"size":"7.53 GB","geometry":{"type":"Polygon","coordinates":[[[21.556473,49.884796],[17.995071,50.286205],[18.385773,51.901054],[22.075331,51.497227],[21.556473,49.884796]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"SLC"},{"id":468066,"uuid":"5500f0eb-9113-4c48-aa83-adca1a7a122e","identifier":"S1A_IW_GRDH_1SDV_20141009T045224_20141009T045249_002748_00315D_941D","ingestion_date":"2015-01-10T11:03:00.039000Z","begin_position_date":"2014-10-09T04:52:24.160000Z","end_position_date":"2014-10-09T04:52:49.159000Z","download_url":null,"size":"1 GB","geometry":{"type":"Polygon","coordinates":[[[21.572523,49.938816],[17.960024,50.344788],[18.326078,51.840225],[22.055494,51.432259],[21.572523,49.938816]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"GRD"},{"id":1382102,"uuid":"04d84df0-7713-4d50-b236-99c709db8715","identifier":"S1A_IW_SLC__1SDV_20141009T045247_20141009T045315_002748_00315D_E99E","ingestion_date":"2016-05-03T15:35:33.705000Z","begin_position_date":"2014-10-09T04:52:47.898000Z","end_position_date":"2014-10-09T04:53:15.849000Z","download_url":null,"size":"7.82 GB","geometry":{"type":"Polygon","coordinates":[[[21.069572,48.343815],[17.625511,48.74268],[18.018852,50.416187],[21.584915,50.015511],[21.069572,48.343815]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"SLC"},{"id":465062,"uuid":"f26363da-8a85-48c3-a110-9bcfd9acffad","identifier":"S1A_IW_GRDH_1SDV_20141012T162632_20141012T162657_002799_00326F_D3C4","ingestion_date":"2015-01-03T21:22:08.728000Z","begin_position_date":"2014-10-12T16:26:32.069000Z","end_position_date":"2014-10-12T16:26:57.067000Z","download_url":null,"size":"1 GB","geometry":{"type":"Polygon","coordinates":[[[18.483274,51.048088],[22.144516,51.452522],[22.514931,49.957455],[18.967346,49.555115],[18.483274,51.048088]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"GRD"},{"id":464132,"uuid":"f32f0fc9-3538-4c28-a67e-c76f11e3211f","identifier":"S1A_IW_GRDH_1SDV_20141016T044432_20141016T044457_002850_00337F_B75F","ingestion_date":"2015-01-02T20:47:47.748000Z","begin_position_date":"2014-10-16T04:44:32.485000Z","end_position_date":"2014-10-16T04:44:57.483000Z","download_url":null,"size":"1 GB","geometry":{"type":"Polygon","coordinates":[[[23.216209,48.634743],[19.753696,49.033791],[20.111322,50.529964],[23.681274,50.129429],[23.216209,48.634743]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"GRD"},{"id":462104,"uuid":"9b030bfe-483a-4750-8ab8-b71518d195e6","identifier":"S1A_IW_GRDH_1SDV_20141021T045224_20141021T045249_002923_00350C_D03A","ingestion_date":"2015-01-01T00:26:53.099000Z","begin_position_date":"2014-10-21T04:52:24.258000Z","end_position_date":"2014-10-21T04:52:49.257000Z","download_url":null,"size":"1 GB","geometry":{"type":"Polygon","coordinates":[[[21.572943,49.938789],[17.960314,50.344803],[18.32641,51.840237],[22.055962,51.432228],[21.572943,49.938789]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"GRD"},{"id":1465444,"uuid":"d4d56b64-241e-46f4-a2b7-1a1fe5de8a39","identifier":"S1A_IW_SLC__1SDV_20141129T162630_20141129T162658_003499_0041B1_CAE7","ingestion_date":"2016-06-01T12:01:26.783000Z","begin_position_date":"2014-11-29T16:26:30.235000Z","end_position_date":"2014-11-29T16:26:58.175000Z","download_url":null,"size":"7.92 GB","geometry":{"type":"Polygon","coordinates":[[[18.451115,51.149044],[22.133007,51.554768],[22.534447,49.882622],[18.983305,49.479256],[18.451115,51.149044]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"SLC"},{"id":445720,"uuid":"e28d9dba-1b1c-45bb-8168-6f3b9f499f94","identifier":"S1A_IW_GRDH_1SDV_20141129T162631_20141129T162656_003499_0041B1_141B","ingestion_date":"2014-12-11T18:15:10.042000Z","begin_position_date":"2014-11-29T16:26:31.494000Z","end_position_date":"2014-11-29T16:26:56.493000Z","download_url":null,"size":"1 GB","geometry":{"type":"Polygon","coordinates":[[[18.482304,51.048199],[22.217108,51.459534],[22.585262,49.964462],[18.966469,49.55521],[18.482304,51.048199]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"GRD"},{"id":1467222,"uuid":"7c3654be-42ed-4512-8de4-8f2a653f38b5","identifier":"S1A_IW_SLC__1SDV_20141203T044411_20141203T044438_003550_0042EE_B7B8","ingestion_date":"2016-06-02T18:36:51.825000Z","begin_position_date":"2014-12-03T04:44:11.460000Z","end_position_date":"2014-12-03T04:44:38.427000Z","download_url":null,"size":"7.26 GB","geometry":{"type":"Polygon","coordinates":[[[23.551929,49.719849],[20.039606,50.117229],[20.429789,51.731064],[24.067692,51.331345],[23.551929,49.719849]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"SLC"},{"id":444333,"uuid":"5025a385-ac1d-4506-8338-7366a03dda83","identifier":"S1A_IW_GRDH_1SDV_20141203T044412_20141203T044437_003550_0042EE_0798","ingestion_date":"2014-12-10T18:13:54.796000Z","begin_position_date":"2014-12-03T04:44:12.094000Z","end_position_date":"2014-12-03T04:44:37.093000Z","download_url":null,"size":"1 GB","geometry":{"type":"Polygon","coordinates":[[[23.575054,49.800034],[20.033581,50.199699],[20.400347,51.695225],[24.055878,51.293617],[23.575054,49.800034]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"GRD"},{"id":1467003,"uuid":"6989551c-e701-4f4a-8f38-e395f8972d29","identifier":"S1A_IW_SLC__1SDV_20141203T044436_20141203T044503_003550_0042EE_9846","ingestion_date":"2016-06-02T14:56:33.146000Z","begin_position_date":"2014-12-03T04:44:36.285000Z","end_position_date":"2014-12-03T04:45:03.252000Z","download_url":null,"size":"7.26 GB","geometry":{"type":"Polygon","coordinates":[[[23.085556,48.23642],[19.684069,48.631439],[20.06358,50.246071],[23.580694,49.849358],[23.085556,48.23642]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"SLC"},{"id":444304,"uuid":"8ae31232-a608-4568-8c4e-468d12cc31e6","identifier":"S1A_IW_GRDH_1SDV_20141203T044437_20141203T044502_003550_0042EE_52C8","ingestion_date":"2014-12-10T17:45:24.232000Z","begin_position_date":"2014-12-03T04:44:37.095000Z","end_position_date":"2014-12-03T04:45:02.092000Z","download_url":null,"size":"1 GB","geometry":{"type":"Polygon","coordinates":[[[23.119106,48.304356],[19.684099,48.702713],[20.034946,50.199474],[23.575026,49.799946],[23.119106,48.304356]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"GRD"},{"id":1468075,"uuid":"631592bd-f7d3-44a2-aa14-026146e093b4","identifier":"S1A_IW_SLC__1SDV_20141208T045222_20141208T045249_003623_004496_62B9","ingestion_date":"2016-06-03T09:45:03.064000Z","begin_position_date":"2014-12-08T04:52:22.148000Z","end_position_date":"2014-12-08T04:52:49.131000Z","download_url":null,"size":"7.53 GB","geometry":{"type":"Polygon","coordinates":[[[21.55596,49.884712],[17.99435,50.286167],[18.385033,51.900883],[22.074791,51.497013],[21.55596,49.884712]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"SLC"},{"id":442164,"uuid":"7d34c0ef-7f16-457e-9802-63c2e0b31bb8","identifier":"S1A_IW_GRDH_1SDV_20141208T045223_20141208T045248_003623_004496_2223","ingestion_date":"2014-12-08T20:18:50.146000Z","begin_position_date":"2014-12-08T04:52:23.232000Z","end_position_date":"2014-12-08T04:52:48.231000Z","download_url":null,"size":"1 GB","geometry":{"type":"Polygon","coordinates":[[[21.572042,49.938839],[17.95941,50.344849],[18.325481,51.840282],[22.055038,51.432281],[21.572042,49.938839]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"GRD"},{"id":442220,"uuid":"ab522667-3588-4647-a099-0e11cfc919a4","identifier":"S1A_IW_RAW__0SDV_20141208T045244_20141208T045317_003623_004496_E3DD","ingestion_date":"2014-12-08T22:27:07.680000Z","begin_position_date":"2014-12-08T04:52:44.769000Z","end_position_date":"2014-12-08T04:53:17.168000Z","download_url":null,"size":"1 GB","geometry":{"type":"Polygon","coordinates":[[[18.2272,50.3015],[21.6592,50.0093],[21.0724,48.0647],[17.7736,48.3513],[18.2272,50.3015]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":null},{"id":1468079,"uuid":"347b9710-5620-4d27-ac63-0665fc5f2c43","identifier":"S1A_IW_SLC__1SDV_20141208T045246_20141208T045314_003623_004496_C306","ingestion_date":"2016-06-03T09:48:03.012000Z","begin_position_date":"2014-12-08T04:52:46.971000Z","end_position_date":"2014-12-08T04:53:14.924000Z","download_url":null,"size":"7.82 GB","geometry":{"type":"Polygon","coordinates":[[[21.068974,48.343624],[17.624731,48.742531],[18.018112,50.416153],[21.584364,50.01543],[21.068974,48.343624]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"SLC"},{"id":446871,"uuid":"ddd780b5-04be-4396-aca7-825932d1403f","identifier":"S1A_IW_RAW__0SDV_20141211T162627_20141211T162659_003674_0045AB_6BA2","ingestion_date":"2014-12-12T13:57:51.612000Z","begin_position_date":"2014-12-11T16:26:27.324000Z","end_position_date":"2014-12-11T16:26:59.723000Z","download_url":null,"size":"1 GB","geometry":{"type":"Polygon","coordinates":[[[22.3804,49.4976],[19.0057,49.2077],[18.4006,51.1511],[21.9173,51.4472],[22.3804,49.4976]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":null},{"id":1468553,"uuid":"7d767e2a-8cb2-4ab4-8ec8-0ffc8c083956","identifier":"S1A_IW_SLC__1SDV_20141211T162629_20141211T162657_003674_0045AB_EA14","ingestion_date":"2016-06-03T14:59:00.457000Z","begin_position_date":"2014-12-11T16:26:29.531000Z","end_position_date":"2014-12-11T16:26:57.478000Z","download_url":null,"size":"7.92 GB","geometry":{"type":"Polygon","coordinates":[[[18.452105,51.149513],[22.134121,51.555233],[22.535664,49.882599],[18.984442,49.479237],[18.452105,51.149513]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"SLC"},{"id":477568,"uuid":"0ee2838d-1335-48a4-868e-74a4f29e8f53","identifier":"S1A_IW_GRDH_1SDV_20141211T162630_20141211T162655_003674_0045AB_AE07","ingestion_date":"2015-02-15T02:08:54.082000Z","begin_position_date":"2014-12-11T16:26:30.790000Z","end_position_date":"2014-12-11T16:26:55.789000Z","download_url":null,"size":"1 GB","geometry":{"type":"Polygon","coordinates":[[[18.483446,51.048206],[22.218395,51.459545],[22.586445,49.964462],[18.967474,49.555199],[18.483446,51.048206]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"GRD"},{"id":516206,"uuid":"7ed5c02c-6c59-488b-8107-7a179dddef75","identifier":"S1A_IW_RAW__0SDV_20141215T044408_20141215T044440_003725_0046E8_B22C","ingestion_date":"2015-03-27T10:02:59.627000Z","begin_position_date":"2014-12-15T04:44:08.437000Z","end_position_date":"2014-12-15T04:44:40.837000Z","download_url":null,"size":"1 GB","geometry":{"type":"Polygon","coordinates":[[[20.6121,51.6648],[24.1461,51.368],[23.5375,49.4248],[20.147,49.7153],[20.6121,51.6648]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"RAW"},{"id":1472202,"uuid":"19a2bb50-5326-4790-ba26-980c96998c25","identifier":"S1A_IW_SLC__1SDV_20141215T044411_20141215T044438_003725_0046E8_E9EE","ingestion_date":"2016-06-06T14:04:31.909000Z","begin_position_date":"2014-12-15T04:44:11.265000Z","end_position_date":"2014-12-15T04:44:38.238000Z","download_url":null,"size":"7.26 GB","geometry":{"type":"Polygon","coordinates":[[[23.552437,49.719635],[20.040028,50.117104],[20.430382,51.731297],[24.068401,51.33149],[23.552437,49.719635]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"SLC"},{"id":480206,"uuid":"0243f0fe-9883-49af-9957-311d45ec789d","identifier":"S1A_IW_GRDH_1SDV_20141215T044411_20141215T044436_003725_0046E8_3B7B","ingestion_date":"2015-02-19T22:36:42.571000Z","begin_position_date":"2014-12-15T04:44:11.903000Z","end_position_date":"2014-12-15T04:44:36.902000Z","download_url":null,"size":"1 GB","geometry":{"type":"Polygon","coordinates":[[[23.575567,49.799931],[20.033983,50.199688],[20.400826,51.695206],[24.056471,51.293507],[23.575567,49.799931]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"GRD"},{"id":516205,"uuid":"61200762-6e4e-4e3a-b2a9-f314eb51039b","identifier":"S1A_IW_RAW__0SDV_20141215T044433_20141215T044505_003725_0046E8_BF94","ingestion_date":"2015-03-27T10:02:53.724000Z","begin_position_date":"2014-12-15T04:44:33.437000Z","end_position_date":"2014-12-15T04:45:05.837000Z","download_url":null,"size":"1 GB","geometry":{"type":"Polygon","coordinates":[[[20.2517,50.1607],[23.6736,49.8688],[23.0888,47.924],[19.7992,48.2104],[20.2517,50.1607]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"RAW"},{"id":1472557,"uuid":"7fc8cc8d-632d-4b65-8552-971ece382e83","identifier":"S1A_IW_SLC__1SDV_20141215T044436_20141215T044503_003725_0046E8_2DA8","ingestion_date":"2016-06-06T20:05:05.932000Z","begin_position_date":"2014-12-15T04:44:36.096000Z","end_position_date":"2014-12-15T04:45:03.065000Z","download_url":null,"size":"7.26 GB","geometry":{"type":"Polygon","coordinates":[[[23.085924,48.236099],[19.684372,48.631203],[20.063988,50.245949],[23.581175,49.849152],[23.085924,48.236099]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"SLC"},{"id":479965,"uuid":"e9687ce7-cbb3-4d19-aef4-91d3258748f0","identifier":"S1A_IW_GRDH_1SDV_20141215T044436_20141215T044501_003725_0046E8_D6FE","ingestion_date":"2015-02-19T10:22:15.406000Z","begin_position_date":"2014-12-15T04:44:36.904000Z","end_position_date":"2014-12-15T04:45:01.902000Z","download_url":null,"size":"1 GB","geometry":{"type":"Polygon","coordinates":[[[23.119549,48.30426],[19.684431,48.702705],[20.035349,50.199463],[23.575542,49.799843],[23.119549,48.30426]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"GRD"},{"id":522014,"uuid":"d5d93763-b843-4e43-9221-64abf49d4101","identifier":"S1A_IW_RAW__0SDV_20141220T045219_20141220T045251_003798_004893_D492","ingestion_date":"2015-04-02T23:04:19.458000Z","begin_position_date":"2014-12-20T04:52:19.591000Z","end_position_date":"2014-12-20T04:52:51.990000Z","download_url":null,"size":"1 GB","geometry":{"type":"Polygon","coordinates":[[[18.5879,51.8055],[22.1329,51.5083],[21.522,49.5653],[18.1217,49.8562],[18.5879,51.8055]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"RAW"},{"id":1474872,"uuid":"7ca6633a-23ae-47fe-9480-7509f55fc98e","identifier":"S1A_IW_SLC__1SDV_20141220T045221_20141220T045248_003798_004893_8FDC","ingestion_date":"2016-06-08T14:19:31.953000Z","begin_position_date":"2014-12-20T04:52:21.962000Z","end_position_date":"2014-12-20T04:52:48.951000Z","download_url":null,"size":"7.51 GB","geometry":{"type":"Polygon","coordinates":[[[21.550793,49.885506],[17.99403,50.286335],[18.384806,51.901421],[22.069574,51.49818],[21.550793,49.885506]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"SLC"},{"id":484365,"uuid":"e6c7ecfe-8056-44e6-b5f9-e54dec29b81e","identifier":"S1A_IW_GRDH_1SDV_20141220T045223_20141220T045248_003798_004893_FCB7","ingestion_date":"2015-02-22T18:59:37.413000Z","begin_position_date":"2014-12-20T04:52:23.054000Z","end_position_date":"2014-12-20T04:52:48.052000Z","download_url":null,"size":"1 GB","geometry":{"type":"Polygon","coordinates":[[[21.566843,49.93956],[17.960369,50.344818],[18.326479,51.84021],[22.049673,51.432964],[21.566843,49.93956]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"GRD"},{"id":521977,"uuid":"4a620521-5022-4a68-8e55-856e53449474","identifier":"S1A_IW_RAW__0SDV_20141220T045244_20141220T045316_003798_004893_8FAE","ingestion_date":"2015-04-02T23:02:49.002000Z","begin_position_date":"2014-12-20T04:52:44.591000Z","end_position_date":"2014-12-20T04:53:16.991000Z","download_url":null,"size":"1 GB","geometry":{"type":"Polygon","coordinates":[[[18.2267,50.3015],[21.6587,50.0092],[21.0718,48.0646],[17.7731,48.3513],[18.2267,50.3015]]]},"satellite":"Sentinel-1A","scene_id":null,"cloud_cover_percentage":null,"product_type":"RAW"}]} - Serwer - map:18
19:52:50.366 Failed to download satellite image - Serwer - map:48
I used Roblox Studio version 0.661.0.6610708 (64-bit) on Windows
I've tried API Keys of order accounts,
same result.
本文标签: spectatorearth API error (http 500) in LuaU on robloxStack Overflow
版权声明:本文标题:spectator.earth API error (http 500) in LuaU on roblox - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741293541a2370686.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论