saltcavern

The central module containing all code dealing with BGR data.

This module directly contains the code dealing with importing data of Bundesanstalt für Geowissenschaften und Rohstoffe (BGR) from the databundle into the database.

class SaltcavernData(dependencies)[source]

Bases: egon.data.datasets.Dataset

Insert the BGR saline structures into the database.

Insert the BGR saline structures into the database by executing the function to_postgres().

Dependencies
Resulting tables
  • boundaries.inspee_saltstructures is created

name: str = 'SaltcavernData'
version: str = '0.0.1'
to_postgres()[source]

Write BGR saline structures to database.

This function inserts data into the database and has no return.