Opened 7 years ago
Closed 7 years ago
#1553 closed defect (fixed)
WCST_Import nilValues as interval for time serie irregular recipe
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.5 |
Component: | wcst_import | Version: | development |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
Recipe:
{ "input": { "paths": ["*.tiff"], "coverage_id": "spain_optical1" }, "config": { "crs_resolver": "http://localhost:8080/def/", "service_url": "http://localhost:8080/rasdaman/ows", "tmp_directory": "/tmp/", "automated": true, "mock": true, "default_crs": "http://localhost:8080/def/crs/OGC/0/Index2D" }, "recipe": { "name": "time_series_irregular", "options": { "time_crs": "http://localhost:8080/def/crs/OGC/0/AnsiDate", "time_parameter": { "datetime_format": "YYYYMMDD", "filename": { "regex": "_(.*)T(.*)_(.*)", "group": "1" } }, "tiling": "ALIGNED [0:99, 0:99, 0:0]" } } }
no data values from gdalinfo:
Band 1 Block=1098x1 Type=UInt16, ColorInterp=Gray NoData Value=0 Band 2 Block=1098x1 Type=UInt16, ColorInterp=Undefined NoData Value=0 Band 3 Block=1098x1 Type=UInt16, ColorInterp=Undefined NoData Value=0 Band 4 Block=1098x1 Type=UInt16, ColorInterp=Undefined NoData Value=0 Band 5 Block=1098x1 Type=UInt16, ColorInterp=Undefined NoData Value=0 Band 6 Block=1098x1 Type=UInt16, ColorInterp=Undefined NoData Value=0 Band 7 Block=1098x1 Type=UInt16, ColorInterp=Undefined NoData Value=0 Band 8 Block=1098x1 Type=UInt16, ColorInterp=Undefined NoData Value=0 Band 9 Block=1098x1 Type=UInt16, ColorInterp=Undefined NoData Value=0 Band 10 Block=1098x1 Type=UInt16, ColorInterp=Undefined NoData Value=0
incorrect result from GML for all bands
<swe:nilValues> <swe:NilValues> <swe:nilValue reason=""> 0:0 </swe:nilValue> </swe:NilValues> </swe:nilValues>
should be only 0 for each band
Note:
See TracTickets
for help on using tickets.