我正在寻找一个卫星图像API,可以通过纬度/经度,日期,分辨率等进行调用,并提取一个卫星图像进行分析。
为此目的需要使用哪些API?我愿意为此付出高昂的代价。
答案 0 :(得分:0)
查看关于同一主题的类似信息:https://gis.stackexchange.com/questions/9687/seeking-satellite-imagery-providers 卫星API列表可在此处找到:https://www.programmableweb.com/category/satellites/api
答案 1 :(得分:0)
class FixedEstimator_Obj1(BaseEstimator):
def __init__(self, *args, **kwargs):
super(FixedEstimator_Obj1, self).__init__('obj_1', *args, **kwargs)
使用其ESRI
具有许多可消耗的公共卫星图像。
下面是一个示例:ArcGIS API for JS
只要您需要显示公共服务中的图层并在上面添加一些图形(多边形点等),就可以免费使用它。否则,如果您打算创建自己的地图,则应该付款或找到其他https://developers.arcgis.com/javascript/latest/sample-code/widgets-basemapgallery/index.html
开源解决方案。