Skip to content

Commit 31b3cb6

Browse files
committed
chg: remove rasters without geoinfo
1 parent 25c7f22 commit 31b3cb6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/datasync/dms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ def generate_geoapi_config(base_url: str = DMS_DATASETS_BASE, lang="en"):
439439
"name": r.metadata->>'$.driverShortName'
440440
}
441441
}] as providers
442+
where r.extent is not null and r.metadata is not null
442443
""")
443444

444445
log.debug(geo_raster)

0 commit comments

Comments
 (0)