rgugik icon indicating copy to clipboard operation
rgugik copied to clipboard

Download datasets from Polish Head Office of Geodesy and Cartography

Results 9 rgugik issues
Sort by recently updated
recently updated
newest added

Hello, i find a problem with requesting date for big areas. ```r remotes::install_github("kadyb/rgugik") library(rgugik) library(sf) library(tidyverse) #Preparing data counties = county_names counties = counties[substr(counties$TERYT, 1, 2) == "16", "TERYT"] counties_geom...

enhancement

When running `tile_download(req_df, outdir = "./data")` from vignette https://cran.r-project.org/web/packages/rgugik/vignettes/DEM.html I get a connection error after ~15 MB. I'll try again in a few hours, in case the problem is my...

bug

- [x] parcel by TERYT (ID) and by X, Y coordinates - [x] 100 m DTM by voivodeship - [x] General Geographic Database (_BDOO_) by voivodeship - [x] State Register...

enhancement

- [x] add sampling factor to `pointDTM_get` - [ ] create a function that will check if the input polygon lies within the Poland's area (see st_contains, st_coveredby, st_within) -...

enhancement

Related discussion - https://twitter.com/jakub_nowosad/status/1295030990121979908.

enhancement

Depending on the given object, there are returned lists with different attributes as a result. It would look better if it was unified. Note, a single list or multiple lists...

enhancement

It should be added to each `.R` file as `@references`.

documentation
enhancement

Functions: `orto_request`, `DEM_request`, `pointDTM_get` - [ ] point - [ ] line

enhancement