AntADatabase#

This Python module provides an efficient SQLite database for browsing, visualizing and processing Internal Reflecting Horizons (isochrones) across Antarctica, curated by the AntArchitecture action group. It is specifically designed for ice dynamic modelers who need a fast, memory-efficient data structure to constrain their models.

SQLite Database#

The database uses SQLite for efficient indexing. Data is sourced from the associated DOIs and stored as binary DataFrame files for each layer (IRH) and trace ID. This structure enables:

  • Browsing by author (region), layer age, or trace ID.

  • Memory efficiency: Only relevant data is read when needed.

  • Fast read performance: Lightweight and optimized for speed.

Datasets currently included:#

First Figure

Second Figure

Figures created using plotting functions from this module

Key Features#

  • Efficient SQLite indexing

  • Quick visualization on Antarctica map

  • Generate lazy data for later use

Acknowledgments#

I am developing this tool as part of my PhD project, which is funded by the Swiss National Science Foundation (grant no. 211542, Project CHARIBDIS) Any data used through this database should be cited at source. For this, use the DOI provided in the metadata. If you used this tool for your work and this was useful, please cite this module, so other people get to know that it exists.

Tutorial#

To get started with this module and get an overview of the features and capabilities, visit: