Dan Baston

Results 265 comments of Dan Baston

I have not forgotten about this. I'm leaning towards moving it to `gdaltest` to focus on internal use for now.

@hobu OK if I set you as the owner of this?

One way to help users with the transition might be to put a check in, say, `gdal.Open` that prints a warning if neither `gdal.UseExceptions()` nor `gdal.DontUseExceptions()` has not been called....

I tried it just now, to no effect. And `wrapX` doesn't appear on the list of accepted parameters for `ol.source.ImageStatic` ? http://openlayers.org/en/latest/apidoc/ol.source.ImageStatic.html

So the PR should add a `wrapX` property and then implement the wrapping behavior?

Am I doing something incorrect in reading these inputs with terra? I am seeing 361 single-point polygons: ``` > geom(poly, wkt=TRUE) [1] "POLYGON ((-0.118 -0.828))" "POLYGON ((-0.118 -0.827))" "POLYGON ((-0.118...

Can't reproduce on Ubuntu with 3.11.2, nothing shows up in valgrind. I can check on Windows at some point but don't have access to a machine at the moment.

Adding a [unit test](https://github.com/dbaston/libgeos/commit/f66a90b0845d6ae56f268ac2bf748b6828374a51) with this geometry to the GEOS test suite in 3.11.2 doesn't appear to cause a problem on the Windows toolchains used there: https://github.com/dbaston/libgeos/actions/runs/7159847765

I removed `rgdal` from `Suggests:` in the 0.10.0 release: https://github.com/isciences/exactextractr/commit/02dae55e31cd9c6cf935f5ad9cfc5daa1e09005a I'm not aware of any issues with importing the `raster` package, and loading the current CRAN version of `exactexractr` produces...