Skip to content
Ruiwen505 edited this page Sep 12, 2023 · 30 revisions

Module Query Area

Module Cotopaxi eruption scenarios

Description: when upload the lahar flow risk zone gpkg layer

System error when upload lahar flow layer

90N Error

Description: only occur when install TOSCA on windows machine, this error happens "set basemap" or "set selection"
set basemap docker log:
tosca-webapp-1 | Executing <v.in.ogr -o input=/oct/data_from_browser/map.osm layer=points output=points_osm --overwrite> ...
tosca-webapp-1 | ERROR: Invalid north field: 90N

Error when set basemap or selection on windows

set selection docker log:
tosca-webapp-1 | Executing <v.import input=/oct/data_from_browser/drawing.geojson output=selection --overwrite> ...
tosca-webapp-1 | ERROR: Invalid north field: 90N
tosca-webapp-1 | Traceback (most recent call last):
tosca-webapp-1 | File "/usr/lib/grass76/scripts/v.import", line 291, in
tosca-webapp-1 | sys.exit(main())
tosca-webapp-1 | File "/usr/lib/grass76/scripts/v.import", line 188, in main
tosca-webapp-1 | if grass.parse_command('g.proj', flags='g')['name'] == 'xy_location_unprojected':
tosca-webapp-1 | File "/usr/lib/grass76/etc/python/grass/script/core.py", line 518, in parse_command
tosca-webapp-1 | res = read_command(*args, **kwargs)
tosca-webapp-1 | File "/usr/lib/grass76/etc/python/grass/script/core.py", line 478, in read_command
tosca-webapp-1 | return handle_errors(returncode, stdout, args, kwargs)
tosca-webapp-1 | File "/usr/lib/grass76/etc/python/grass/script/core.py", line 334, in handle_errors
tosca-webapp-1 | returncode=returncode)
tosca-webapp-1 | grass.exceptions.CalledModuleError: Module run None ['g.proj', '-g'] ended with error
tosca-webapp-1 | Process ended with non-zero return code 1. See errors in the (error) output.