Skip to content

Instantly share code, notes, and snippets.

@WillEngler
Last active February 15, 2016 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WillEngler/be3475601608b3fa934b to your computer and use it in GitHub Desktop.
Save WillEngler/be3475601608b3fa934b to your computer and use it in GitHub Desktop.
from plenario.models import MetaTable
submission_meta = MetaTable(url='dummy_url',
human_name='Your Dataset Name',
observed_date='col_with_timestamps',
latitude='col_with_lat',
longitude='col_with_lon',
approved_status=True)
etl = PlenarioETL(submission_meta, 'path/on/your/filesystem')
etl.add()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment