leiap package

badge docs_badge

LEIA Project logo

The leiap Python package was created as a way to streamline analysis of the LEIA Project dataset. I had written a great deal of code across a number of Jupyter Notebooks that I found myself re-using regularly. The code that read, cleaned, and transformed data from the project’s SQLServer database was especially important to have in a handy reusable form.

Because the package is designed to be a catch-all for anything the LEIA Project needs, it covers a lot of ground: I/O, calculations, spatial data, visualizations, and more. There is even a chore scheduler for the field team. As much as possible, these different categories are separated into their own modules.

The package is not available on PyPI simply because it is only intended for use by project members.

Full code documentation for leiap is built with Sphinx and available on a GitHub Pages site.