Group Abstract Group Abstract

Message Boards Message Boards

1
|
8.1K Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Use of GeoRange or GeoRangePadding options in GeoElevationData[]?

Posted 6 years ago
POSTED BY: LV VS
2 Replies

GeoElevationData has several new options in version 12.0, with GeoRange and GeoRangePadding among them.

In versions 11.x, a possible way to obtain a geo elevation matrix for a region or radius r around point p is to use GeoDisk[p, r]:

GeoElevationData[GeoDisk[IslandData["Corsica"], Quantity[200, "Kilometers"]]]

It is the quantity specification that you need to get right:

GeoElevationData[IslandData["Corsica"], 
 GeoRange -> Quantity[200, "Kilometers"]]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard