Nix Geospatial Team | 33 Members | |
| Nix Geospatial packages maintenance. Team board - https://github.com/orgs/NixOS/projects/47/views/1 | 8 Servers |
| Sender | Message | Time |
|---|---|---|
| 11 Feb 2024 | ||
| (and, at least until now, of nothing else in nixpkgs) | 19:15:05 | |
ili2c is a part of the Interlis ecosystem. While Interlis is a general data modelling language (and collection of data formats both for the model metadata and for the such-modelled data itself), it's focus is on modelling and transferring spatial data, which is also reflected by its slogan/tagline "The GeoLanguage". | 21:28:22 | |
| I'm at the GeoWeek 2024 currently (my startup benaco.com is exhibiting with a booth), and I just talked with Howard Butler, devleoper of PDAL :) Greetings to the Nix geospatial community | 22:07:01 | |
In reply to @nh2:matrix.orgNice to hear from you. Good luck with your exhibition! Greetings to hobu as well. | 22:12:20 | |
| 15 Feb 2024 | ||
| 19:15:46 | ||
| 21 Feb 2024 | ||
Got a tip from a colleague which might lead to a fix of the missing LERC compression in GDAL. Basically, -DGDAL_USE_INTERNAL_LIBS=OFF means we have to specify all the corresponding variables to include the libraries in other variables. | 01:18:03 | |
| In the meantime I'd really appreciate a review of a prep PR which enables devs to run each of the GDAL tests separately. | 01:19:03 | |
* Got a tip from a colleague which might lead to a fix of the missing LERC compression in GDAL. Basically, -DGDAL_USE_INTERNAL_LIBS=OFF means we have to specify all the corresponding variables to include the libraries in other variables. Update: my attempt failed - nix-build -A gdal.passthru.tests.compress-lerc fails. I'd appreciate any tips. | 02:39:10 | |
* Got a tip from a colleague which might lead to a fix of the missing LERC compression in GDAL. Basically, -DGDAL_USE_INTERNAL_LIBS=OFF means we have to specify all the corresponding variables to include the libraries in other variables. Update: my attempt failed based on the build instructions failed - nix-build -A gdal.passthru.tests.compress-lerc says LERC compression is not available. I'd appreciate any tips. | 02:40:27 | |
| I spent some time on fixing #238882 , but it looked to me as some kind of bug or problem on GDAL side. I was not able to find any problem in our packaging. l0b0 , have you seen it working (is for example Debian package or GDAL docker image working as expected ?) | 15:27:53 | |
In reply to @imincik:matrix.orgI've only ever seen it work with the internal library, such as in this documentation. I guess most people (including distro maintainers) don't care too much about vendoring these libraries, but this video talks about why NixOS maintainers in particular should care. | 19:24:53 | |
| What about opening issue in GDAL ? | 19:26:23 | |
| So many issues in those few instructions in elevation README :) | 19:31:00 | |
| Good reminder why I use Nix | 19:34:49 | |
| Please review this trivial patch version update - https://github.com/NixOS/nixpkgs/pull/286713 . Thanks. | 21:04:05 | |
In reply to @imincik:matrix.orgThe first thing someone is going to ask is how to reproduce, and I think I'll need some help with that. There are a bajillion options, and I'm not very familiar with cmake, and even less familiar with GDAL. | 23:46:11 | |
In reply to @imincik:matrix.org* The first thing someone is going to ask is how to reproduce, and I think I'll need some help with that. There are a bajillion options, and I'm not very familiar with cmake, and even less familiar with GDAL. I'd be surprised if they'd be OK with running nix-build to test it, but I could start with that. | 23:46:58 | |
| Looks like there's already a relevant issue. | 23:48:01 | |
* Looks like there's already a relevant issue. I'll try building libtiff with lerc to see if that fixes it… | 23:50:47 | |
| 22 Feb 2024 | ||
| Is anyone familiar enough with libtiff to create some tests? I feel like if LERC support should be added to libtiff then it should be tested in the libtiff package, not in GDAL. | 00:05:25 | |
In reply to @vengmark2:matrix.orgIs it working with https://github.com/NixOS/nixpkgs/pull/290556 | 09:17:53 | |
In reply to @vengmark2:matrix.org* Is it working with https://github.com/NixOS/nixpkgs/pull/290556 ? | 09:17:57 | |
| Yep, that's how I verified the libtiff change. There's no libtiff test to verify that LERC support has been enabled yet. | 09:18:44 | |
| You should be able to verify with
| 09:24:05 | |
| * You should be able to verify with
| 09:24:45 | |
| * You should be able to verify with
(It takes forever to build, though.) | 09:25:13 | |
| What about trying
| 09:25:42 | |
tiffinfo contains Compression Scheme: None field | 09:26:26 | |
| I did verify using that, but I don't know of any good TIFFs I could use for the test. Ideally I'd use libtiff to create a 1x1 LERC TIFF and then read its info, but libtiff doesn't seem to come with CLI tools to create TIFFs. | 09:26:50 | |
| * I did verify using that (or one of the other executables included in libtiff; I don't remember), but I don't know of any good TIFFs I could use for the test. Ideally I'd use libtiff to create a 1x1 LERC TIFF and then read its info, but libtiff doesn't seem to come with CLI tools to create TIFFs. | 09:27:51 | |