| Commit message (Expand) | Author | Age | Files | Lines |
| * | gdal: 3.9.0 -> 3.9.1 | Ivan Mincik | 2024-07-04 | 1 | -11/+2 |
| * | gdal: fix build with latest hdf5 version | Ivan Mincik | 2024-06-12 | 1 | -0/+9 |
| * | gdal: 3.8.5 -> 3.9.0 | Ivan Mincik | 2024-06-12 | 1 | -13/+4 |
| * | gdal: add pname suffix when builing minimal version | Ivan Mincik | 2024-06-10 | 1 | -1/+1 |
| * | gdal: 3.8.4 -> 3.8.5 | Ivan Mincik | 2024-04-05 | 1 | -2/+2 |
| * | gdal: use pytest-benchmark to disable benchmarks•••This is a the reliable way to make sure we don't run any benchmarks,
since apparently disabling the benchmark directory has become
insufficient.
| Martin Weinelt | 2024-03-14 | 1 | -3/+4 |
| * | gdal: bump java source option•••Bump java source option to fix build with JDK 21.
Closes #294940
| Ivan Mincik | 2024-03-11 | 1 | -0/+9 |
| * | gdal: Split tests into separate attributes•••Makes it easier to run single tests for debugging purposes.
Co-authored-by: Robert Schütz <github@dotlambda.de>
| Victor Engmark | 2024-02-22 | 2 | -26/+32 |
| * | gdal: 3.8.3 -> 3.8.4 | R. Ryantm | 2024-02-19 | 1 | -2/+2 |
| * | gdal: wrap executables in environment containing numpy•••Since gdal 3.8.1 there is a numpy dependency on the python library it
seems. This resulted in broken python scrips such as gdal2tiles.py
```
[nix-shell:~/map-scraper/shake-rg]$ gdal2tiles.py --help
ModuleNotFoundError: No module named 'numpy'
```
Therefore it's important to wrap the executables in an environment which
contains numpy.
| Matthew Pickering | 2024-02-14 | 1 | -1/+2 |
| * | gdal: apply `nixpkgs-fmt` | Rolf Schröder | 2024-01-25 | 1 | -12/+13 |
| * | gdal: add java bindings | Rolf Schröder | 2024-01-25 | 2 | -2/+24 |
| * | gdal: 3.8.2 -> 3.8.3 | Ivan Mincik | 2024-01-09 | 1 | -2/+2 |
| * | Merge pull request #275389 from NixOS/gdal-tests-correct-binary•••gdal: call correct binaries in tests | Ivan Mincik | 2023-12-22 | 1 | -11/+9 |
| |\ |
|
| | * | gdal: call correct binaries in tests | Ivan Mincik | 2023-12-19 | 1 | -11/+9 |
| * | | gdal: 3.8.1 -> 3.8.2 | Ivan Mincik | 2023-12-20 | 1 | -2/+2 |
| |/ |
|
| * | gdal: disable test failing with PROJ 9.3.1 | Ivan Mincik | 2023-12-04 | 1 | -0/+3 |
| * | gdal: 3.7.3 -> 3.8.1 (#271240) | Ivan Mincik | 2023-11-30 | 1 | -2/+5 |
| * | gdal: unbreak | Peder Bergebakken Sundt | 2023-11-13 | 1 | -0/+3 |
| * | gdal: 3.7.2 -> 3.7.3 | R. Ryantm | 2023-11-05 | 1 | -2/+2 |
| * | gdal: 3.7.1 -> 3.7.2•••Diff: https://github.com/OSGeo/gdal/compare/v3.7.1...v3.7.2
Changelog: https://github.com/OSGeo/gdal/blob/v3.7.2/NEWS.md
| Robert Schütz | 2023-09-16 | 1 | -2/+2 |
| * | gdal: make armadillo and netcdf optional•••Signed-off-by: Austin Seipp <aseipp@pobox.com>
| Austin Seipp | 2023-08-15 | 1 | -2/+6 |
| * | gdalMinimal: make poppler, arrow, and HDF optional•••Signed-off-by: Austin Seipp <aseipp@pobox.com>
| Austin Seipp | 2023-08-15 | 1 | -6/+16 |
| * | gdalMinimal: make database support optional•••Signed-off-by: Austin Seipp <aseipp@pobox.com>
| Austin Seipp | 2023-08-15 | 1 | -4/+12 |
| * | gdalMinimal: make libheif optional•••Signed-off-by: Austin Seipp <aseipp@pobox.com>
| Austin Seipp | 2023-08-15 | 1 | -6/+10 |
| * | gdal: introduce 'useMinimalFeatures' flag to reduce closure size•••Summary: GDAL has an atrociously large closure weighing in at over
1.3GiB. This makes many things such as packaging PostGIS/PostgreSQL
inside Docker images, or even copying closures, perform pretty poorly.
More importantly, adding unlimited surface area to GDAL is effectively
a support and maintenance burden. This is one of the major motivators
of this patch: to make it possible to reduce the number of supported
raster formats and thus scope support and maintence to specific subsets
of functionality.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
| Austin Seipp | 2023-08-15 | 1 | -58/+65 |
| * | gdal: add package tests•••Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
| Ivan Mincik | 2023-07-15 | 2 | -5/+57 |
| * | gdal: 3.7.0 -> 3.7.1 | Ivan Mincik | 2023-07-14 | 1 | -2/+2 |
| * | gdal: 3.6.4 -> 3.7.0 (#239458)•••* gdal: 3.6.4 -> 3.7.0
Diff: https://github.com/OSGeo/gdal/compare/v3.6.4...v3.7.0
Changelog: https://github.com/OSGeo/gdal/blob/v3.7.0/NEWS.md
* gdal: add filelock
* gdal: fix unit tests
---------
Co-authored-by: Robert Schütz <nix@dotlambda.de>
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com> | Jérémy Anger | 2023-07-13 | 1 | -5/+15 |
| * | gdal: add geospatial team to maintainers | Ivan Mincik | 2023-07-03 | 1 | -5/+5 |
| * | gdal: Fix tests on darwin•••by allowing local network access.
| Martin Weinelt | 2023-05-10 | 1 | -0/+2 |
| * | gdal: fix build on x86_64-darwin | Weijia Wang | 2023-05-08 | 1 | -0/+5 |
| * | gdal: 3.6.3 -> 3.6.4•••Diff: https://github.com/OSGeo/gdal/compare/v3.6.3...v3.6.4
Changelog: https://github.com/OSGeo/gdal/blob/v3.6.4/NEWS.md
| Robert Schütz | 2023-04-23 | 1 | -2/+2 |
| * | gdal: 3.6.2 -> 3.6.3•••Diff: https://github.com/OSGeo/gdal/compare/v3.6.2...v3.6.3
Changelog: https://github.com/OSGeo/gdal/blob/v3.6.3/NEWS.md
| Robert Schütz | 2023-03-17 | 1 | -2/+2 |
| * | gdal: Disable failing test•••```
> raise CalledProcessError(retcode, cmd)
E subprocess.CalledProcessError: Command '['/nix/store/r0xi4wqmplkiapxhi8ns7hd3jl5011gc-python3-3.10.10/bin/python3.10', 'osr_basic_subprocess.py']' returned non-zero exit status 1.
/nix/store/r0xi4wqmplkiapxhi8ns7hd3jl5011gc-python3-3.10.10/lib/python3.10/subprocess.py:369: CalledProcessError
----------------------------- Captured stderr call -----------------------------
ERROR 1: PROJ: proj_create_from_database: crs not found
Traceback (most recent call last):
File "/build/source/autotest/osr/osr_basic_subprocess.py", line 42, in <module>
assert sr.ImportFromEPSG(4326) == 0
AssertionError
```
| Martin Weinelt | 2023-03-03 | 1 | -0/+2 |
| * | gdal: allow overriding libmysqlclient with mysql80 | Weijia Wang | 2023-02-01 | 1 | -1/+1 |
| * | treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
| Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| * | gdal: 3.6.1 -> 3.6.2•••https://github.com/OSGeo/gdal/blob/v3.6.2/NEWS.md
| Robert Schütz | 2023-01-09 | 1 | -3/+3 |
| * | gdal: 3.6.0.1 -> 3.6.1 | Ivan Mincik | 2022-12-15 | 1 | -12/+2 |
| * | gdal: 3.5.2 -> 3.6.0.1•••https://github.com/OSGeo/gdal/blob/v3.6.0.1/NEWS.md
| Robert Schütz | 2022-11-20 | 1 | -2/+12 |
| * | gdal: don't depend on kea•••The actual (optional) dependency is http://www.kealib.org/.
| Robert Schütz | 2022-11-10 | 1 | -2/+0 |
| * | gdal: fix build on darwin | Robert Scott | 2022-10-30 | 1 | -3/+8 |
| * | gdal: skip test failing when using PROJ < 8 | Robert Schütz | 2022-10-30 | 1 | -0/+2 |
| * | gdal: 3.4.2 -> 3.5.2•••https://github.com/OSGeo/gdal/blob/v3.5.2/NEWS.md
| Robert Schütz | 2022-10-29 | 1 | -70/+136 |
| * | gdal_2: drop | Yorick van Pelt | 2022-10-09 | 1 | -92/+0 |
| * | gdal_2: fix build (#169738)•••* gdal_2: fix build
* gdal_2: remove broken flag | Phillip Cloud | 2022-05-03 | 1 | -2/+11 |
| * | gdal_2: mark as broken on linux | Will Cohen | 2022-04-29 | 1 | -0/+1 |
| * | gdal: enable tests | Robert Scott | 2022-04-02 | 1 | -0/+40 |
| * | gdal: 3.4.1 -> 3.4.2 | R. Ryantm | 2022-03-15 | 1 | -2/+2 |
| * | gdal: fix build with latest poppler•••Poppler 22.01.0 requires std=c++17:
https://gitlab.freedesktop.org/poppler/poppler/-/merge_requests/1027
| Jan Tojnar | 2022-01-27 | 1 | -1/+5 |