Skip to content

A collection of vector and raster data germane to the San Francisco Bay Area

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

ir-sfsu/bayareamapping

Repository files navigation

bayareamapping

bayareamapping is a collection of commonly used vector and raster data germane to the San Franciso Bay Area.

Installation

You can install the released version of bayareamapping from GitHub:

remotes::install_github("ir-sfsu/bayareamapping")

Cities

library(bayareamapping)
library(mapview)
mapview(cities)

Counties

mapview(counties)

Highways

mapview(highways)

Streams

mapview(streams)

Water

mapview(water)

Watersheds

mapview(watersheds)

DEM

library(raster)
dem <- system.file("extdata/tif/dem90m.tif", package = "bayareamapping")
plot(raster(dem))

About

A collection of vector and raster data germane to the San Francisco Bay Area

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages