Download DEM for a Large Area from RGUGIK
dem_download_big_area_rgugik.Rd
This function downloads Digital Elevation Model (DEM) data for a large area specified by a shapefile. The area is divided into a grid of smaller sections to manage the request size. The DEM data for each section is requested from the RGUGIK service and combined into a single dataframe.
Examples
if (FALSE) { # \dontrun{
result <- dem_download_big_area_rgugik("path/to/your/shapefile.shp", 10)
print(result)
} # }