USAID-OHA-SI / gisr

OHA Geospatial Analytics Utilities
https://usaid-oha-si.github.io/gisr/
MIT License
2 stars 0 forks source link

Issue running terrain_map #16

Closed achafetz closed 5 months ago

achafetz commented 10 months ago
  library(gisr)
  terrain_map(countries = "United Republic of Tanzania", 
              mask = TRUE,
              glamr::si_path("path_raster"))  

image

image

image

baboyma commented 9 months ago

This works from my end. It looks like the issue was the named parameter for terr. Try this:

terrain_map(countries = "United Republic of Tanzania", 
            mask = TRUE,
            terr = glamr::si_path("path_raster"))