yeesian / ArchGDAL.jl

A high level API for GDAL - Geospatial Data Abstraction Library
https://yeesian.github.io/ArchGDAL.jl/stable/
Other
142 stars 26 forks source link

Update DiskArrays #273

Closed meggart closed 2 years ago

meggart commented 2 years ago

This supersedes #272 , where tests fail because of this eachchunk function.

visr commented 2 years ago

Nice, tests pass benchmark fails, but it seems that would be resolved by this PR:

ERROR: LoadError: Unsatisfiable requirements detected for package DiskArrays [3c3547ce]:
 DiskArrays [3c3547ce] log:
 ├─possible versions are: 0.1.0-0.3.0 or uninstalled
 ├─restricted to versions 0.2.4-0.2 by ArchGDAL [c9ce4bd3], leaving only versions 0.2.4-0.2.13
 │ └─ArchGDAL [c9ce4bd3] log:
 │   ├─possible versions are: 0.8.0 or uninstalled
 │   └─ArchGDAL [c9ce4bd3] is fixed to version 0.8.0
 └─restricted to versions 0.3.0 by an explicit requirement — no versions left
mathieu17g commented 2 years ago

it seems that would be resolved by this PR

Yes probably since benchmark does not have DiskArrays in its own project.toml