hydromodpy.data.common.administrative#
Administrative boundary detection - country-specific subdivision lookup.
Currently supported countries:
France (
francemodule): départements métropolitains + outre-mer. Bundled GeoPackage (~600 KB), purely local intersection.
To add a new country, create a <country>.py module here exposing at
minimum a find_subdivisions_in_bbox() function following the same
signature as france.find_departments_in_bbox().
Modules
French administrative subdivision (département) detection. |