CI: fix testdata: broken NRW Hausumringe dataset URL - #30
Open
neteler wants to merge 8 commits into
Open
Conversation
Replace huge 859.7 MB file `hu_EPSG4647_Shape.zip` (which no longer exists in openNRW) with 70 MB `gru_vereinf_05314000_Bonn_EPSG25832_GeoPackage.zip` file from <https://www.opengeodata.nrw.de/produkte/geobasis/lk/akt/gru_vereinfacht_gpkg/>
neteler
marked this pull request as draft
June 30, 2026 15:22
Member
Author
|
@anikaweinmann As not being very familiar with the test, I don't manage to complete this PR. If possible, please continue it. |
Member
|
The tests are running in |
Member
Author
I guess that |
Member
Author
|
OpenCode Deepseek v4 Flash kindly changed in 78e3dc7:
|
Member
Author
|
For the CI error, see mundialis/github-workflows#83 |
neteler
marked this pull request as ready for review
July 20, 2026 18:24
The old check required building footprints to cover the entire region within 25m on all sides. This is unrealistic for discrete building features in large regions. Changed to match the documented intent: data should overlap with at least 50% of the region.
Member
Author
|
Locally the NW test now works, in the correct EPSG:25832 project/mapset: GRASS openNRW_epsg25832/test:v.alkis.buildings.import > python test_v_alkis_buildings_import_NW.py
python: can't open file '/home/mneteler/software/mundialis_repos/v.alkis.buildings.import/test_v_alkis_buildings_import_NW.py': [Errno 2] No such file or directory
GRASS openNRW_epsg25832/test:v.alkis.buildings.import > cd testsuite/ ; python test_v_alkis_buildings_import_NW.py
WARNING: Please update the usage of <g.proj>: option <location> has been
renamed to <project>
Running test for NW AOI and federal state file input...
Downloading ALKIS building data (NW)...
Importing ALKIS buildings data (NW)...
Rename vector <test_output_167224_NW> to <test_output_167224>
Importing ALKIS buildings data <test_output_167224> done.
Cleaning up...
/usr/lib64/python3.14/multiprocessing/resource_tracker.py:475: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean up at shutdown: {'/mp-vbplet_8'}
warnings.warn(
/usr/lib64/python3.14/multiprocessing/resource_tracker.py:475: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean up at shutdown: {'/mp-puhepwjq'}
warnings.warn(
Running test for NW AOI and federal state file input done.
.Running test for NW region flag...
Downloading ALKIS building data (NW)...
Importing ALKIS buildings data (NW)...
Rename vector <test_output_167224_NW> to <test_output_167224>
Importing ALKIS buildings data <test_output_167224> done.
Cleaning up...
/usr/lib64/python3.14/multiprocessing/resource_tracker.py:475: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean up at shutdown: {'/mp-cgy1ognv'}
warnings.warn(
/usr/lib64/python3.14/multiprocessing/resource_tracker.py:475: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean up at shutdown: {'/mp-naqgtuk_'}
warnings.warn(
Running test for NW region flag done.
.Running test for NW AOI...
Downloading ALKIS building data (NW)...
Importing ALKIS buildings data (NW)...
Rename vector <test_output_167224_NW> to <test_output_167224>
Importing ALKIS buildings data <test_output_167224> done.
Cleaning up...
/usr/lib64/python3.14/multiprocessing/resource_tracker.py:475: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean up at shutdown: {'/mp-jmah6q0_'}
warnings.warn(
/usr/lib64/python3.14/multiprocessing/resource_tracker.py:475: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean up at shutdown: {'/mp-zrb1_4uq'}
warnings.warn(
Running test for NW AOI done.
.OK
----------------------------------------------------------------------
Ran 3 tests in 223.990s
OKApparently the globally set AOI now fails (it doesn't make sense anyway in the NC projection. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace huge 859.7 MB file
hu_EPSG4647_Shape.zip(which no longer exists within openNRW) with a 70 MBgru_vereinf_05314000_Bonn_EPSG25832_GeoPackage.zipfile from https://www.opengeodata.nrw.de/produkte/geobasis/lk/akt/gru_vereinfacht_gpkg/Fixes #29 and probably also fixes #5
Requires #28