iobis / robis

R client for the OBIS API
https://iobis.github.io/robis
Other
37 stars 11 forks source link

long WKT strings #12

Closed sckott closed 6 years ago

sckott commented 8 years ago

Maybe document for users the option options(robis_max_characters = xx) for when WKT strings are not longer than 50,000, for exmaple I had one that is 24,700 characters long, so gave 414 error, since the request used GET since here https://github.com/iobis/robis/blob/master/R/occurrence.R#L65 it goes to GET

or maybe its documented already somewhere?

samuelbosch commented 6 years ago

The robis_max_characters option has been reduced so that it should work for everyone (2048 chars).