gdal-warp-bindings icon indicating copy to clipboard operation
gdal-warp-bindings copied to clipboard

Thread-safe bindings for GDAL's Warp functionality

Results 13 gdal-warp-bindings issues
Sort by recently updated
recently updated
newest added

Probably fixes (at least temporary) the #70 Blocked by #75

I'm trying to get more insight into memory use by GDAL: - access to https://gdal.org/api/raster_c_api.html#_CPPv416GDALGetCacheUsedv - closing datasets, would probably require PR? For things like getting cache usage, I'm wondering...

## Describe the bug ## I want to use the geotrellis-gdal module in my project, and already import the relevant libraries. ```scala import org.gdal.ogr.ogr import org.gdal.gdal.gdal import geotrellis.raster.gdal._ ``` when...

bug

We need to migrate from CircleCI to GitHub Actions, and overall resurrect builds, I think they are dead.

build

GDALRasterSource, using these bindings, throws an error when attempting to read metadata for files that use the PAM xml metadata specification. Open a GeoTrellis 3.5.1+ SBT console: ```bash cd path/to/geotrellis...

bug

## Describe the bug ## When reading multiple jpeg2000 files and CPL_DEBUG=ON, the jvm crashes with this error. Turning off CPL_DEBUG seems to solve it. ``` # # A fatal...

bug

A possible solution to https://github.com/geotrellis/gdal-warp-bindings/issues/73 is to load the library at runtime rather than linking directly to it.

enhancement

Right now the Cache size is [limited by 256](https://github.com/geotrellis/gdal-warp-bindings/blob/v1.1.1/src/main/java/com/azavea/gdal/GDALWarp.java#L142). It should be configurable somehow, mb it makes sense to make init explicit / to make it the client problem. It...

enhancement

## Describe the bug ## Getting the metadata of the NETCDF file can not be performed. So performing a `GDALWarp.get_metadata_domain_list(token, datasetType.value, numberOfAttempts, band, arr)` of a file that consists of...

bug

The windows version requires installation of the GDAL distributed from https://www.gisinternals.com/ . I think that perhaps that should be added to the first table that appears in README. ![table](https://user-images.githubusercontent.com/11281373/101359550-6fe68800-386a-11eb-9c70-4db85c4dbe84.png)