kadyb / rgugik

Download datasets from Polish Head Office of Geodesy and Cartography
https://kadyb.github.io/rgugik/
Other
33 stars 4 forks source link

Output error in `parcel_get()` #52

Closed kadyb closed 3 years ago

kadyb commented 3 years ago
library(rgugik)

parcel_byCOORDS = parcel_get(X = 313380.5, Y = 460166.4)
#> [1] "-1 brak wynikĂłw"                                                                          
#> [2] "usługa nie zwróciła odpowiedzi http://geodezja.powiatoleski.pl:8080/cgi-bin/olesno-egib"

#> Error: Error: char2int: unrecognized character in hex string

We do not handle this error case. It first appeared here.

kadyb commented 3 years ago

Fixed in 1f11d19.