-
```
Invalid index 4096 for (SIMPLE-ARRAY (SIGNED-BYTE 16) (4096)), should be a non-negative integer below 4096.
[Condition of type SB-INT:INVALID-ARRAY-INDEX-ERROR]
Restarts:
0: [RETRY] Retr…
-
Hi,
LZW decompression could be optimized to be somewhat faster by not using the classic build-a-stack-then-reverse-it technique but rather using references in the read buffer.
I have implemented thi…
-
The Boreal Biomass tiles have Nodata set as `nan` but that should have been -9999, this makes the file metadata wrong, both for the Nodata, and the statistics. This was discovered by ORNL DAAC during …
-
Hello!
I want to ask about setting a band name while creating a GeoTIFF.
In Python, I would use setdescription(). However, this function does not exist on the list of methods.
But there is `setca…
-
https://github.com/AweiLoveAndroid/ApplicationHelper/blob/998f678e19c0f729348b15163f96e5ecc3daa819/app/src/main/java/com/lzw/applicationhelper/App.java#L26
Caused by: java.lang.NullPointerExcepti…
-
Maybe Weave could support data compression for traffic. Encapsulation packets could include a compression field where we could specify an optional compression algorithm for payload. The standard [comp…
-
#### Problem description
Our tile server has variant performance based on the characteristics of the COGs it is reading from. This issue is to find the optimal set of characteristics by benchmarkin…
-
I am trying to use **gdal180to360()** to convert the longitudes of a raster file (attached) but am getting a series of errors from the function. Help in trouble-shooting this would be greatly apprecia…
-
Hi Phil,
I have a question regarding mandatory tags that "may be added automatically with default values when creating a new IFD" according to the [ExifTool docs](https://exiftool.org/TagNames/EXIF…
-
Here's the problem: http://www.doctorharapos.com/webMap/geotiff.html
-My geotiff files are ligth, just 4MB
-My process: starting from a ascii esri file I transform it to geotiff using gdalwarp, …