feat(scope): make Belgium and North Sea operational default
This commit is contained in:
@@ -94,6 +94,15 @@ MDK_BATHYMETRY_WCS_URL=https://bathy.agentschapmdk.be/spatialfusionserver/servic
|
||||
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
|
||||
|
||||
# Allowlisted Departement Omgeving policy rasters. Regional requests are
|
||||
# transferred as fixed 10 km WCS tiles before exact Area clipping.
|
||||
THEMATIC_RASTER_ENABLED=true
|
||||
@@ -120,6 +129,21 @@ 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
|
||||
|
||||
# Local Ollama assistant. The all-in-one container reaches the Unraid host
|
||||
# through Docker's host-gateway mapping; no Ollama port is exposed by GeoIntel.
|
||||
OLLAMA_ENABLED=true
|
||||
|
||||
Reference in New Issue
Block a user