exactextract icon indicating copy to clipboard operation
exactextract copied to clipboard

Fast and accurate raster zonal statistics

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

Hi there! This is a wonderful project and wanted to take the time to create a Python wrapper (#7) to use in my project. I additionally included a set of...

Is there a way to call the algorithm from Python? I have see there was a porting for R https://github.com/isciences/exactextractr, but I wonder if it would be possible to call...

enhancement

It would be great if a `Histogram` feature (similar to ArcGIS) could be added to the tool which could be useful, for example, in printing the land cover types' proportions...

enhancement

When a polygon self-intersects within a grid cell, it may cause the coverage fraction of that grid cell to be incorrect. Returning incorrect results is undesirable, but so is pre-checking...

One of my nc file has the dimension of `[nlon, nlat, ntime]`, ntime = 365. However, when using exactextract, only the data of the first date was extracted.

enhancement

Firstly, thank you for this package. This is exactly what I was looking for! I have successfully ran the tool using shapefiles but I would prefer to load the vector...

Hello, I am trying to compile exact extract in Windows using gcc. I get the following error when trying to compile using mingw D:\PortablePrograms\exactextract-master\build>mingw32-make Scanning dependencies of target exactextract_STATIC [...

build

Hi, thanks for the great package! I'm wondering if an enhancement of this command line program is possible. In the R package, we can output multiple columns of the input...

enhancement

[ 75%] Linking CXX executable exactextract libexactextract.a(geos_utils.cpp.o): In function `exactextract::segment_intersection(GEOSContextHandle_HS*, exactextract::Coordinate const&, exactextract::Coordinate const&, exactextract::Coordinate const&, exactextract::Coordinate const&, exactextract::Coordinate&)': geos_utils.cpp:(.text+0x41c): undefined reference to `GEOSSegmentIntersection_r' libexactextract.a(geos_utils.cpp.o): In function `exactextract::geos_get_box(GEOSContextHandle_HS*, GEOSGeom_t const*)':...

build
conda

I'm encountering problems installing exactextract on my university's linux cluster. After loading modules of the dependencies listed, the list of loaded modules is the following: ``` $ module list 1)...

build