-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
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
use postgresql conn string not working #340
Comments
What's in your |
As I put it in config.toml file. No more and no less, and it’s the only example I found.Best regards, Bill ShihDion Häfner ***@***.***> 於 2024年7月3日 15:57 寫道:
What's in your config.toml file? Looks like Terracotta can't parse it.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
You forgot to quote DRIVER_PROVIDER = "postgresql" |
@dionhaefner, thnak you! After added quotes, it started ingesting! However, I didn't see changes added in target database. Can you show me some example what to expect after this action? Best regards, |
and also when i brwose the map, on upper right corner, it says: Search for datasets ... and spinning. I don't know if this is correct. |
|
@dionhaefner, thank you. Since I am newbee to GIS, when I look at python code, I wonder how can I get keys from raster, for example: KEYS = ["type", "rp", "rcp", "epoch", "gcm"] ; KEYS = ('sensor', 'tile', 'date', 'band'), is there tools / methods to describe a raster file? |
Keys are arbitrary values that identify a dataset - you are free to choose whatever you want. In your example ingest command, the only key would be |
terracotta, version 0.8.3
config.toml:
am I doing it wrong? please advise! Thank you!
The text was updated successfully, but these errors were encountered: