is an option for geographic data functions that determines the dimensions of the array generated.
GeoArraySize
is an option for geographic data functions that determines the dimensions of the array generated.
Details
- GeoArraySize can be used in GeoElevationData.
- The following settings can be given:
-
Automatic automatic choice of array dimensions {m,n} explicit array dimensions {{mmax},{nmax}} maximum dimensions {{mmin,mmax},{nmin,nmax}} explicit dimension ranges
Examples
open all close allBasic Examples (1)
Scope (5)
Select automatically the size of the geo array:
GeoElevationData[GeoRange -> "World", GeoArraySize -> Automatic]//DimensionsThe geo array size generally depends on the provided geo zoom level:
Table[zoom -> Dimensions[GeoElevationData[GeoRange -> "World", GeoZoomLevel -> zoom, GeoArraySize -> Automatic]], {zoom, 1, 4}]A single size value is interpreted as the size at level two:
GeoElevationData[GeoRange -> "World", GeoArraySize -> 400]The size at level one is inferred from the aspect ratio of the corresponding geo range:
%//DimensionsProvide specific values for both dimensions of the geo array:
GeoElevationData[GeoRange -> "World", GeoArraySize -> {300, 400}]If the provided dimensions do not match the aspect ratio of the data, the result is padded with values of magnitude given by the Background option:
ArrayPlot[%]Provide specific values for both dimensions of the geo array:
GeoElevationData[GeoRange -> "World", GeoArraySize -> {{300}, {400}}]ArrayPlot[%]When ranges of sizes are given, the result will use the maximal values compatible with the aspect ratio:
GeoElevationData[GeoRange -> "World", GeoArraySize -> {{150, 300}, {350, 400}}]ArrayPlot[%]History
Text
Wolfram Research (2019), GeoArraySize, Wolfram Language function, https://reference.wolfram.com/language/ref/GeoArraySize.html.
CMS
Wolfram Language. 2019. "GeoArraySize." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/GeoArraySize.html.
APA
Wolfram Language. (2019). GeoArraySize. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/GeoArraySize.html
BibTeX
@misc{reference.wolfram_2026_geoarraysize, author="Wolfram Research", title="{GeoArraySize}", year="2019", howpublished="\url{https://reference.wolfram.com/language/ref/GeoArraySize.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_geoarraysize, organization={Wolfram Research}, title={GeoArraySize}, year={2019}, url={https://reference.wolfram.com/language/ref/GeoArraySize.html}, note=[Accessed: 12-June-2026]}