Skip to content

Commit

Permalink
Add data access docs (#34)
Browse files Browse the repository at this point in the history
* Update .gitignore

* Add data acccess doc
  • Loading branch information
badgley authored Dec 6, 2023
1 parent 1c2d387 commit 7c2b451
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,6 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
offsets_db_data/_version.py

.DS_Store
.idea
20 changes: 20 additions & 0 deletions docs/data-access.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Download OffsetsDB

## CSV

Download the latest version of OffsetsDB in csv:

- [Download Credits](TK)
- [Download Projects](https://youtu.be/dQw4w9WgXcQ)

## Parquet
Download the latest version of OffsetsDB in parquet:

- [Download Credits](TK)
- [Download Projects](https://youtu.be/dQw4w9WgXcQ)

You can also use parquet to access the full archive of OffsetsDB, representing the full history of the produciton of OffsetsDB:

```python
# TK an example of how we want folks to work with archive data
```

0 comments on commit 7c2b451

Please sign in to comment.