3

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.

user2859829
  • 125
  • 2
  • 8

2 Answers2

1

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 .

Ashraf
  • 2,612
  • 1
  • 20
  • 35
0

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.

mrfakename
  • 21
  • 1
  • 7
Anoop J
  • 247
  • 1
  • 7