A Postgres database schema for storing raw and processed BONSAI data.
See bonsai_raw_data_schema.sql and the issues for now.
Install Postgresql with the associated command line tools.
In a terminal, run the following:
create_and_populate_database.shOn Windows, you can also run a .bat file:
create_and_populate_database.batPython files (in the python directory of this repo) used to define the common metadata require the following dependencies:
- pandas
- psycopg2
- pyarrow
- pyshp
- requests
