Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Remote sensing products from various US federal agencies
Contributed by: Phileas Dazeley-Gaist
The RemoteSensing paclet allows you make requests to the GIBS and AρρEEARS APIs for geographic products from various US federal agencies, and work with the returned data. The RemoteSensing GIBS functions can be used with GeoImage and GeoGraphics through the GeoServer option, while the AρρEEARS functions can be used to request scientific grade geographic data product samples.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["PhileasDazeleyGaist/RemoteSensing"]
To load the code after installation, evaluate this code:
Needs["PhileasDazeleyGaist`RemoteSensing`"]
Make a map of the world with a GIBS layer:
In[1]:= |
Out[1]= |
GIBSGeoServer also works with GeoImage:
In[2]:= |
Out[2]= |
Wolfram Language Version 13.3