We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The test test_export_to_geojson_stdout_epsgerror
test_export_to_geojson_stdout_epsgerror
v.out.geojson/testsuite/test_v_out_geojson.py
Line 164 in 8852840
fails too early and breaks the CI:
#12 62.59 Export input as GeoJSON... #12 62.59 proj_create: crs not found #12 62.59 ERROR: SRID <EPSG:335888> not recognized by PROJ #12 62.59 Traceback (most recent call last): #12 62.59 File "/root/.grass8/addons/scripts/v.out.geojson", line 189, in <module> #12 62.59 sys.exit(main()) #12 62.59 ^^^^^^ #12 62.59 File "/root/.grass8/addons/scripts/v.out.geojson", line 145, in main #12 62.59 createTMPlocation(int(options["epsg"])) #12 62.59 File "/root/.grass8/addons/scripts/v.out.geojson", line 100, in createTMPlocation #12 62.59 grass.run_command("g.proj", flags="c", location=TMPLOC, quiet=True, **epsg_arg) #12 62.59 File "/usr/local/grass84/etc/python/grass/script/core.py", line 466, in run_command #12 62.59 return handle_errors(returncode, result=None, args=args, kwargs=kwargs) #12 62.59 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ #12 62.59 File "/usr/local/grass84/etc/python/grass/script/core.py", line 345, in handle_errors #12 62.59 raise CalledModuleError(module=module, code=code, returncode=returncode) #12 62.59 grass.exceptions.CalledModuleError: Module run `g.proj --q -c location=temp_import_location_2803 srid=EPSG:335888` ended with an error. #12 62.59 The subprocess ended with a non-zero return code: 1. See errors above the traceback or in the error output. #12 62.59 Cleaning up... #12 62.59 #12 ERROR: process "/bin/sh -c grass -c epsg:3358 /grassdb/nc_spm_empty --exec bash test.sh NC" did not complete successfully: exit code: 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The test
test_export_to_geojson_stdout_epsgerror
v.out.geojson/testsuite/test_v_out_geojson.py
Line 164 in 8852840
fails too early and breaks the CI:
The text was updated successfully, but these errors were encountered: