Skip to content

Commit

Permalink
Merge pull request #9806 from rouault/tiledb_nodata
Browse files Browse the repository at this point in the history
TileDB raster: implement GetNoDataValue()/SetNoDataValue()
  • Loading branch information
rouault committed May 16, 2024
2 parents 4c41cc6 + ee6c281 commit 26f5bc3
Show file tree
Hide file tree
Showing 4 changed files with 706 additions and 313 deletions.
9 changes: 8 additions & 1 deletion autotest/gcore/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,14 @@ def misc_6_internal(datatype, nBands, setDriversDone):
"DCAP_VIRTUALIO" in md
and size != 0
and drv.ShortName
not in ["JPEG2000", "KMLSUPEROVERLAY", "HF2", "ZMap", "DDS"]
not in [
"JPEG2000",
"KMLSUPEROVERLAY",
"HF2",
"ZMap",
"DDS",
"TileDB",
]
and drv.ShortName not in ["GIF", "JP2ECW", "JP2Lura"]
):

Expand Down

0 comments on commit 26f5bc3

Please sign in to comment.