Opened 9 years ago

Last modified 9 years ago

#1036 closed defect

tiff produces invalid file — at Initial Version

Reported by: Dimitar Misev Owned by: Bang Pham Huu
Priority: major Milestone: 9.1.x
Component: conversion Version: development
Keywords: Cc: ultrasonikx@…
Complexity: Medium

Description

Reported on the users mailing list.

Data can be downloaded here, and the recipe for ingestion is below:

{
  "config": {
    "service_url": "http://localhost:8080/rasdaman/ows",
    "tmp_directory": "/tmp/importmp/",
    "crs_resolver": "http://localhost:8080/def/",
    "default_crs": "http://www.opengis.net/def/crs/EPSG/0/4258",
    "mock": false,
    "automated": false,
    "subset_correction": true
  },
  "input": {
    "coverage_id": "wcs_sst",
    "paths": [
      "19_15_26_30/*.nc"
    ]
  },
  "recipe": {
    "name": "time_series_irregular",
    "options": {
      "time_parameter": {
        "metadata_tag": {
          "tag_name": "NC_GLOBAL#NC_GLOBAL.start_date"
        },
        "datetime_format": "YYYY-MM-DD"
      },
      "time_crs": "http://opengis.net/def/crs/OGC/0/AnsiDate",
      "tiling": "ALIGNED [0:10, 0:1000, 0:500]"
    }
  }
}

This query produces a 91x91 tiff file, which is definitely not correct.

rasql -q 'select tiff(c[-274:90,273:364,4328]) from wcs_sst AS c where oid(c)=4097' --out file 

@Bang - could you try it when you don't have any other tasks?

Change History (0)

Note: See TracTickets for help on using tickets.