exactextract icon indicating copy to clipboard operation
exactextract copied to clipboard

Fast and accurate raster zonal statistics

Results 29 exactextract issues
Sort by recently updated
recently updated
newest added

The `raster` and `terra` R packages provide points extraction via "bilinear" interpolation. This is an appropriate method to extract from rasters that represent point processes such as weather. See the...

enhancement

Adds the following arguments that can be used for any stat: - `min_coverage_frac` (specified the minimum fraction for a pixel to be included in calculations, default 0) - `coverage_weight` if...

Docker build is failing for the current master: ``` 54.46 [ 85%] Built target catch_tests 54.47 [ 87%] Building CXX object python/CMakeFiles/_exactextract.dir/src/pybindings/bindings.cpp.o 55.31 [ 89%] Building CXX object python/CMakeFiles/_exactextract.dir/src/pybindings/feature_bindings.cpp.o 56.62...

bug

Many population datasets use `NODATA` pixels for areas outside the modeled domain, e.g. ocean pixels. For the purpose of `exactextract` these should be considered equivalent to zero. The following workaround...

enhancement

After battling with the installation of the dependencies, I finally managed to build everything without errors. However, when trying to use the python bindings, I receive the following error in...

👋 Feel free to ignore me but was just reading through the code You're currently using the OGR bindings or Fiona to load a GeoJSON FeatureCollection to Python. Have you...

python

Is there a way to run zone stats on a NetCDF file that has multiple data variables, while just referencing one of them in the `exactextract` call? I commonly construct...

Hello, I have a shapefile (GeoDataFrame in Python) that I want to convert to raster (e.g., xarray in Python) with a certain pixel grid with each pixel quantifying the %...

enhancement

exactextract currently does not check the CRS of its inputs for consistency, although it has access to this information in the form of WKT strings. The exactextractr package automatically reprojects...