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
record
AgFlow
Commits
c5e86a99
Commit
c5e86a99
authored
Sep 22, 2020
by
Estelle Ancelet
Browse files
soil: comment env variable addition
parent
553d4b2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/soildata/get_stics_soil_data.py
View file @
c5e86a99
...
...
@@ -4,6 +4,7 @@
import
psycopg2
,
argparse
,
pandas
,
os
,
shutil
# look for credentials to connect to the database among the environment variables
dbHost
=
os
.
environ
.
get
(
"AGGLOB_SOIL_HOST"
)
dbName
=
os
.
environ
.
get
(
"AGGLOB_SOIL_DATABASE"
)
dbPass
=
os
.
environ
.
get
(
"AGGLOB_SOIL_PASSWORD"
)
...
...
Write
Preview
Markdown
is supported
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