Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dynamic Exposure
Global Dynamic Exposure
exposure-japan
Commits
794ae379
Commit
794ae379
authored
Jan 27, 2022
by
Simantini Shinde
Browse files
Changed path to spatialite database
parent
dca2c360
Pipeline
#37925
failed with stage
in 1 minute and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
exposurejapan/exposurejapan.py
View file @
794ae379
...
...
@@ -34,7 +34,7 @@ def main():
# Example logging output
logger
.
info
(
"exposurejapan started"
)
db
=
JapanDatabase
(
"test.sqlite"
,
"
/usr/lib64/
mod_spatialite
.so.7
"
)
db
=
JapanDatabase
(
"test.sqlite"
,
"mod_spatialite"
)
try
:
db
.
connect
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment