Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Seeking satellite image API

I’m seeking a satellite image API which I can call with lat/long, date, resolution, among other things, and pull a satellite image to analyze.

What are some go-to APIs for this purpose? I’m willing to pay as I anticipate heavy usage.

like image 556
user2859829 Avatar asked Sep 17 '25 05:09

user2859829


2 Answers

ESRI has many public satellite images consumable using their ArcGIS API for JS .

Here's an example : https://developers.arcgis.com/javascript/latest/sample-code/widgets-basemapgallery/index.html

As long as you need to display layers from public services and add some graphics on it (Polygons points etc) , you can use it for free . Otherwise if you are planning to create your own maps , then you should pay or find other GIS opensource solutions .

like image 195
Ashraf Avatar answered Sep 19 '25 15:09

Ashraf


A similar post on the same topic can be found here. A list of satellite APIs can be found here. Note that this is an archived version, as the original link is down.

like image 25
Anoop J Avatar answered Sep 19 '25 14:09

Anoop J