forked from bellwether/minerva
Various updates to export the main classes, update dependencies, and add an...
This commit is contained in:
parent
2c79e43f5f
commit
07d82c84d2
6 changed files with 424 additions and 12 deletions
|
|
@ -43,6 +43,15 @@ data = athena.query('select count(*) as my_col from "trajectories"."kitware"').r
|
|||
print(data.head(1))
|
||||
```
|
||||
|
||||
# Build
|
||||
|
||||
To build the project, run the following commands. (Requires poetry installed):
|
||||
|
||||
```bash
|
||||
poetry install
|
||||
poetry build
|
||||
```
|
||||
|
||||
# TODO
|
||||
* parallelize the downloading of files
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue