howff

Results 80 comments of howff

Just thought I'd comment that I always prefer the tk version. Possibly because it works easily on Windows.

People working in secure data environments don't have the luxury of downloading binaries from sites outwith CRAN. However I can confirm that, after a *very* long and silent wait, it...

The `tiffinfo` output is as follows (yes it includes many blank lines) ``` === TIFF directory 0 === TIFF Directory at offset 0x8 (8) Subfile Type: (0 = 0x0) Image...

ok, thank you very much for investigating this, much appreciated. I am surprised that I've hit a limit with vliv, that's a shame it can't load every image. Maybe you...

Thanks very much for this and sorry for the delay. I wasn't entirely sure how to test code which is in a PR so I did this: ``` micromamba activate...

This is the error I get loading a GeoTIFF ``` Traceback (most recent call last): File "miniforge3/envs/tuiview/lib/python3.13/site-packages/tuiview/viewerwindow.py", line 930, in addRasterInternal self.viewwidget.addRasterLayer(gdaldataset, stretch, lut) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "miniforge3/envs/tuiview/lib/python3.13/site-packages/tuiview/viewerwidget.py", line 241, in...

Yes, tuiview straight from conda-forge is crashing. I've tried two different types of geotiff, same error, so here's 2 examples of one type of geotiff: https://drive.google.com/drive/folders/1bclp4hkbuRUE7lP0KVSrk2gX79ChOLMU?usp=sharing

My gdal is `gdal 3.10.1 py313h49478cc_2 conda-forge`. I can confirm PR #99 allows the geotiffs to load ok, thank you! Sadly the reprojection didn't seem to work. To try this...

I ran the commands as in the comment above, i.e. inside the conda env I did this `pip install git+https://github.com/ubarsc/tuiview.git@refs/pull/98/head` although I have to say it didn't noticeably compile anything...

Ah, I see, reprojection does indeed work when starting from the raw overlay, and it matches the one reprojected using ogr2ogr. This is a really valuable feature, it means that...