Feature/database integration
This integrates the database calls to fetch the inland-water bodies and to update the tiles-database with the final calculation results to the main discretization routine.
- Function
database_in_bbox
has been renamed tofetch_tiledata
to be more in line with function nameimport_tilegrid
- Functions
_query_arguments
,_upsert_argslists
and_build_sql_statement
have been moved fromDatabaseHandler
- Function
classify_coast_buffer
has been renamed tocoast_tiles
and shortened, as it turned out the function doesn't classify anything, but returns coastal tiles - Function
static_data_in_quadkey
now also classfies coast-tiles to inland-water (did already classify to land or sea-water) - Several blocks of code are shifted around making this MR appear larger than it actually is
Edited by Karsten Prehn