Dan Baston

Results 264 comments of Dan Baston

It looks like the error message is telling you that you have the x86 version of GEOS installed, not the ARM one.

I've updated this to throw an error if the weighted operations are used. Can you share what you're trying to accomplish with them?

That makes sense. I think for now you'd need to multiply the precipitation flux (fine grid) by area to convert to a precipitation amount, resample to the coarse grid using...

This doesn't solve the general case of weighting, but the `coverage_area` argument added to `exact_resample` should cover the precipitation averaging scenario you describe.

The error message could be more helpful. Here's the definition of "compatible" from the README: > The weighting raster must use the same coordinate system as the primary raster, and...

Those examples are comparing the performance of `exactextractr::exact_extract` to `terra::extract`. I don't have any plans to add support for `SpatVector` but would be happy to accept a contribution that does...

I've been on the fence about that, because I'm wary of silently copying the full input dataset. But I guess it's no different than what I'm doing to "support" `sp`...

It sounds like you have multiple versions of GCC installed and `gcc` is pointing to version 4.8.5. If the newer version is installed as, say, `gcc-9`, you could do `cmake...

Can you post an updated log? It sounds like `cmake` didn't find GDAL.

> On HPC, it did not find GDAL >=2, although GDAL 3.1.0 seems to be loaded. It will look for GDAL by running the `gdal-config` command. It may be that...