Skip to content

debrief/pepys-import

Repository files navigation

Pepys-import

Pepys-import is a Python library to be used in the parsing and collation of data to be used in platform-based spatial analysis.

The library provides tools to help work through text data-files, and then push data measurements (and supporting metadata) to a databases.

PostgreSQL and SQLite databases are currently supported, with SQLite being the low-friction option favoured for getting started with Pepys-import, or for project maintainers.

To try out Pepys without installing anything, click this button to run the Getting Started guide in an interactive notebook on the Binder platform: binder

Online documentation

Full documentation for Pepys is available here: docs

Development documentation

The developer setup guide is available here, and the contributors guide is available here.