Skip to content
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

Find alternative way to store data in CartoDB without using the GUI. #15

Open
raquelalegre opened this issue Jun 25, 2015 · 3 comments
Open
Assignees
Labels

Comments

@raquelalegre
Copy link
Contributor

It'd be nice to automate data ingestion in CartoDB instead of using the web GUI all the time, which makes things a bit more obscure and unreliable. Workflow is not straight forward and uses Ruby which I'm not an expert at. I'm trying to get up to speed on this following CartoDB's Map Academy short courses.

@raquelalegre raquelalegre self-assigned this Jun 25, 2015
@raquelalegre
Copy link
Contributor Author

Testing ogr2ogr:

ogr2ogr -t_srs EPSG:4326 --config CARTODB_API_KEY XXXXX -f CartoDB "CartoDB:account" PG:"host=host user=postgres dbname=db port=port" "<tablenamesrc>"

The CartoDB API Key can be found in the user settings menu under Configuration > Avatar > Your API Keys.

@raquelalegre
Copy link
Contributor Author

@juliaschaumeier it'd be nice to give another go at this for bulk data ingestion.

@juliaschaumeier
Copy link
Contributor

@raquel-ucl told me about this post on how to write data to CartoDB using Python:
http://gis.stackexchange.com/questions/94982/what-is-the-simplest-way-to-write-data-to-cartodb-using-python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants