Open j-miszczyszyn opened 9 months ago
req_df = DEM_request(counties_geom)
#> Warning message:
#> In DEM_request(counties_geom) : maximum number of records, reduce the area
Hi! This is not an error, but a warning and is expected. The server can return maximum 1000 records in a single query (unless anything has changed). This function expects the geometries will be small enough not to exceed the query limit, otherwise the geometries must be split into smaller parts as you showed.
Thanks! Is it possible to add new function based on spliting ?
Hello, i find a problem with requesting date for big areas.
ERROR: DEM_request(counties_geom)': maximum number of records, reduce the area
May I suggest a solution using loops ?