-
Looking at how Rasters interacts with GDAL, it seems that I should be able to output a [COG](https://gdal.org/drivers/raster/cog.html).
```julia
Rasters.write(
mask_path,
…
-
For scene and project files, Opentoonz does not seem to be properly escaping characters, here's an example:
```xml
```
As you can see in the attribute "value" it has a raw ampersand "&" inste…
-
Hello.
I'm a little new for C.
It seems there is no LZW compress code in function `put_image`. is that True?
Sorry to bother you. Thanks for you code.
-
When building image-tiff (vesion 0.7.2), I get the following error:
```
running 8 tests
test encoder::compression::packbits::tests::test_packbits_rept ... ok
test encoder::compression::packbits:…
-
I am trying to save all coherence and phase data into a GeoTIFF using sbas.export_geotiff.
decimator = sbas.decimator(resolution=15)
corr_sbas = decimator(ds_sbas.correlation)
sbas.export_geotiff…
-
- [x] Pull in immunity layer. This reflects outbreaks that happened _prior_ to the current season.
- [ ] Separately, create a layer for whether there has been an outbreak in the region _within_ the…
-
### Feature description
Currently, the output settings of the georeferencer had it's own compression option with a prefilled combo-box of options: LZW, Packbits, and Deflate
![image](https://user-i…
-
If i create an multipage TIFF with JPEG Compression, it will not be Readable by Tesseract.
It gives this Error:
"Error in pixReadFromTiffStream: bad tiff file: tiffbpl is too small"
Other Compressi…
-
XEP: http://xmpp.org/extensions/xep-0138.html
-
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, …