Thanks for the quick response.

I was finally able to get geodata off the github page using:

# install.packages("remotes")
remotes::install_github("rspatial/geodata")

Could not get it from repository. Still likes geoData as name.

I realized that:

# Cache map data
mydir <- "~/R/mapslib/misc"

was you setting YOUR path. I normally use a Project setup so I misinterperted your misc as the final stored data file. I see now that the “elevation_30s” function in geodata actually loads the data and you need a place to store it. MY BAD!

Ok I’ll keep on going to see if I can run the whole code. Thanks for a real nice sample. I may change it a little for the 30DayMapChallenge . It’s coming up in November. I will certainly cite you as the creator. Thanks…JD

GitHub-flavored Markdown & a sane subset of HTML is supported.