feat(scope): make Belgium and North Sea operational default
This commit is contained in:
@@ -74,6 +74,14 @@ MDK_BATHYMETRY_PROBE_ENABLED=true
|
||||
MDK_BATHYMETRY_WCS_URL=https://bathy.agentschapmdk.be/spatialfusionserver/services/ows/wcs/EL_wcs
|
||||
MDK_BATHYMETRY_PROBE_TIMEOUT_SECONDS=20
|
||||
MDK_BATHYMETRY_PROBE_MAX_RESPONSE_MB=4
|
||||
# Bounded MDK acquisition stays fail-closed until the readiness probe reports
|
||||
# "reachable" and an advertised coverage id is configured explicitly.
|
||||
MDK_BATHYMETRY_ACQUISITION_ENABLED=false
|
||||
MDK_BATHYMETRY_COVERAGE_ID=
|
||||
MDK_BATHYMETRY_REQUEST_CRS=EPSG:4326
|
||||
MDK_BATHYMETRY_MAX_BBOX_DEG2=0.25
|
||||
MDK_BATHYMETRY_ACQUISITION_TIMEOUT_SECONDS=120
|
||||
MDK_BATHYMETRY_ACQUISITION_MAX_RESPONSE_MB=160
|
||||
THEMATIC_RASTER_ENABLED=true
|
||||
THEMATIC_RASTER_WCS_URL=https://www.mercator.vlaanderen.be/raadpleegdienstenmercatorpubliek/wcs
|
||||
THEMATIC_RASTER_MIN_SIDE_M=100
|
||||
@@ -94,6 +102,21 @@ YOLO_MAX_TILES=100
|
||||
YOLO_MAX_DETECTIONS=1000
|
||||
YOLO_DUPLICATE_IOU_THRESHOLD=0.5
|
||||
YOLO_BATCH_SIZE=1
|
||||
|
||||
# Local segmentation models. GeoIntel never downloads model weights
|
||||
# automatically; point these to existing local files to enable inference.
|
||||
YOLO_SEG_ENABLED=false
|
||||
YOLO_SEG_MODEL_PATH=
|
||||
YOLO_SEG_MODEL_ID=yolo-seg-configured
|
||||
YOLO_SEG_MODEL_DISPLAY_NAME=Configured YOLO segmentation
|
||||
YOLO_SEG_MODEL_VERSION=
|
||||
SAM_ENABLED=false
|
||||
SAM_MODEL_PATH=
|
||||
SAM_MODEL_ID=sam-configured
|
||||
SAM_MODEL_DISPLAY_NAME=Configured SAM segmentation
|
||||
SAM_MODEL_VERSION=
|
||||
SEGMENTATION_MAX_MASKS_PER_TILE=300
|
||||
SEGMENTATION_DUPLICATE_IOU_THRESHOLD=0.5
|
||||
ENABLE_GRB_WFS=false
|
||||
GRB_WFS_URL=
|
||||
OSM_OVERPASS_URL=https://overpass-api.de/api/interpreter
|
||||
|
||||
Reference in New Issue
Block a user