Opened 4 years ago

Closed 4 years ago

#2279 closed defect (fixed)

wcst_import - daemon with "track_files": true is stopped by checking daemon status

Reported by: Bang Pham Huu Owned by: Vlad Merticariu
Priority: major Milestone: 10.0
Component: wcst_import Version: 9.8
Keywords: Cc: Dimitar Misev, Vlad Merticariu
Complexity: Medium

Description

Import with daemon:

wcst_import.sh ingest.json --watch 20
{
  "config": {
    "service_url": "http://localhost:8082/rasdaman/ows",
    "default_crs": "http://abc.secore.net/def/crs/EPSG/0/4326",
    "automated": true,
    "track_files": true
  },
  "input": {
    "coverage_id": "test_AverageTemperature",
    "paths": [
      "SCALED*.TIFF"
    ]
  },
  "recipe": {
    "name": "time_series_regular",
    "options": {
      "time_start": "2012-12-02T20:12:02",
      "time_format": "auto",
      "time_crs
{{{

}}}
": "http://localhost:8080/def/crs/OGC/0/AnsiDate",
      "time_step": "2 days 10 minutes 3 seconds",
      "tiling": "ALIGNED [0:0, 0:999, 0:999]"
    }
  }
}

Then, daemon stopped as it can be seen by running:

wcst_import.sh ingest.json -d status

Change History (2)

comment:1 by Bang Pham Huu, 4 years ago

Owner: changed from Bang Pham Huu to Vlad Merticariu

comment:2 by Dimitar Misev, 4 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.