CHANGES.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
threedi_schema/__init__.py
threedi_schema/beta_features.py
threedi_schema/scripts.py
threedi_schema.egg-info/PKG-INFO
threedi_schema.egg-info/SOURCES.txt
threedi_schema.egg-info/dependency_links.txt
threedi_schema.egg-info/entry_points.txt
threedi_schema.egg-info/requires.txt
threedi_schema.egg-info/top_level.txt
threedi_schema/application/__init__.py
threedi_schema/application/errors.py
threedi_schema/application/schema.py
threedi_schema/application/threedi_database.py
threedi_schema/application/upgrade_utils.py
threedi_schema/domain/__init__.py
threedi_schema/domain/constants.py
threedi_schema/domain/custom_types.py
threedi_schema/domain/indexes.py
threedi_schema/domain/models.py
threedi_schema/infrastructure/__init__.py
threedi_schema/infrastructure/spatial_index.py
threedi_schema/infrastructure/views.py
threedi_schema/migrations/__init__.py
threedi_schema/migrations/env.py
threedi_schema/migrations/utils.py
threedi_schema/migrations/versions/0200_initial.py
threedi_schema/migrations/versions/0201_migrate_friction_type_4.py
threedi_schema/migrations/versions/0202_remove_unused_tables.py
threedi_schema/migrations/versions/0203_remove_unused_cols.py
threedi_schema/migrations/versions/0204_reset_nullable_foreign_keys.py
threedi_schema/migrations/versions/0205_settings_defaults.py
threedi_schema/migrations/versions/0206_control_structures.py
threedi_schema/migrations/versions/0207_fix_schema_constraints.py
threedi_schema/migrations/versions/0208_tables_settings.py
threedi_schema/migrations/versions/0209_remove_surface_type.py
threedi_schema/migrations/versions/0210_global_raster_values.py
threedi_schema/migrations/versions/0211_breach_and_exchange.py
threedi_schema/migrations/versions/0212_breach_and_exchange_properties.py
threedi_schema/migrations/versions/0213_connected_points_to_breaches.py
threedi_schema/migrations/versions/0214_drop_cpoints_levees.py
threedi_schema/migrations/versions/0215_groundwater_1d2d.py
threedi_schema/migrations/versions/0216_vegetation_drag.py
threedi_schema/migrations/versions/0217_rename_vegetation_columns.py
threedi_schema/migrations/versions/0218_1d_vegetation_and_variable_friction.py
threedi_schema/migrations/versions/0219_nullable_cross_section_location_friction_value.py
threedi_schema/migrations/versions/0220_geopackage_compatiblility.py
threedi_schema/migrations/versions/0221_remove_vegetation_drag_coeficients_col.py
threedi_schema/migrations/versions/0222_upgrade_db_settings.py
threedi_schema/migrations/versions/0223_upgrade_db_inflow.py
threedi_schema/migrations/versions/0224_upgrade_db_structure_control.py
threedi_schema/migrations/versions/0225_migrate_lateral_boundary_condition_tables.py
threedi_schema/migrations/versions/0226_upgrade_db_1d_1d2d.py
threedi_schema/migrations/versions/0227_fixups_structure_control.py
threedi_schema/migrations/versions/0228_upgrade_db_1D.py
threedi_schema/migrations/versions/0229_clean_up.py
threedi_schema/migrations/versions/0230_reproject_geometries.py
threedi_schema/migrations/versions/0300_geopackage.py
threedi_schema/migrations/versions/0301_orifice_discharge_capacity.py
threedi_schema/migrations/versions/0302_extend_material_gfrp_relined.py
threedi_schema/migrations/versions/__init__.py
threedi_schema/migrations/versions/data/0223_dry_weather_flow_distribution.csv
threedi_schema/migrations/versions/data/0223_surface_parameters_contents.json
threedi_schema/migrations/versions/data/0223_surface_parameters_id.csv
threedi_schema/migrations/versions/data/0228_materials.csv
threedi_schema/migrations/versions/data/0302_materials.csv
threedi_schema/tests/__init__.py
threedi_schema/tests/conftest.py
threedi_schema/tests/test_beta_features.py
threedi_schema/tests/test_custom_types.py
threedi_schema/tests/test_gpkg.py
threedi_schema/tests/test_migration_213.py
threedi_schema/tests/test_migration_230_crs_reprojection.py
threedi_schema/tests/test_schema.py
threedi_schema/tests/test_spatial_index.py
threedi_schema/tests/test_upgrade_utils.py
threedi_schema/tests/data/__init__.py