hydromodpy.core.io.proj_bootstrap#

PROJ database bootstrap (opt-in).

Mutates os.environ['PROJ_DATA'] / PROJ_LIB so PROJ uses the database that ships with the active environment, and falls back to a compatible candidate when the layout version is too old. This is opt-in: call hydromodpy.bootstrap_proj() from user code or CLI when needed. import hydromodpy does not run it.

Functions

bootstrap_proj()

Configure PROJ environment variables for the active interpreter.