Pieter Provoost

Results 11 issues of Pieter Provoost

This PR fixes `get_bucket()` pagination for DigitalOcean Spaces, see https://github.com/cloudyr/aws.s3/issues/393. I have tested the solution with DigitalOcean Spaces as well as AWS.

`get_bucket()` does not work with DigitalOcean Spaces when there are more than 1000 objects (around 4000 in my case). Setting `max` at a value over 1000 results in duplicate objects,...

This fixes the argument order of `dgGEO_to_SEQNUM()` in the README from lat/lon to lon/lat.

I'm having some issues on an M1 mac which I did not have on an Intel mac. In particular, `dgGEO_to_SEQNUM()` often results in the following error: ```r > dggs dgGEO_to_SEQNUM(dggs,...

I'm trying to split a polygon at the dateline, but `st_wrap_dateline()` is not behaving as expected: ```r st_point(c(170, 0)) %>% st_sfc(crs = 4326) %>% st_buffer(2000000) %>% st_wrap_dateline(options = c("WRAPDATELINE=YES", "DATELINEOFFSET=180"))...

I'm getting inaccurate results when converting from EPSG:31370 to EPSG:4326 with version 2.8.0. See fiddle [here](https://jsfiddle.net/5ukmdnt9/1/) which returns `3.5330645898513002, 50.97977690061455` and compare with `gdaltransform`: ``` % gdaltransform -s_srs EPSG:31370 -t_srs...

This fixes a number of links in the documentation which do not open in the browser due to "mixed content".

documentation

Provide guidelines for institutions to publish their metadata, including a listing of projects.

documentation