Hello,
I need some help specifying the square range of the data retrieved.
Use of GeoRange or GeoRangePadding options in GeoElevationData[] function causes error:
Unknown option GeoRange for GeoElevationData
Here is an example call (I am on mathematica 11.x and those are supposed to be available since 2014 introduced in Mathematica 10.0)
GeoElevationData[IslandData["Corsica"], GeoRange -> 200km]
GeoElevationData[IslandData["Corsica"], GeoRangePadding -> 10km]
Both of the above lines will error out.
More and more I am finding that docs are outdated or sometime none of the examples cover newer syntax, it is quite disappointing.