powered by
Get or display the spatial extent of a named soil series using the Series Extent Explorer.
seriesExtent(s, timeout=60) seriesExtentAsGmap(s, timeout=60, exp=1.25)
the soil series name
time that we are willing to wait for a response, in seconds
expansion factor used to expand Google Maps region
when calling seriesExtent, a SpatialPolygonsDataFrame object
seriesExtent
Soil series extent data are downloaded from a static cache of GeoJSON files on SoilWeb servers. Cached data are typically updated annually.
http://casoilresource.lawr.ucdavis.edu/see
# NOT RUN { # fetch series extent for the 'Amador' soil series s <- seriesExtent('amador') plot(s) # fetch then plot the extent of the 'Amador' soil series seriesExtentAsGmap('amador') # }
Run the code above in your browser using DataLab