Opened 8 years ago

Last modified 8 years ago

#1492 closed enhancement

Support filePaths in wcst_import — at Initial Version

Reported by: Dimitar Misev Owned by:
Priority: critical Milestone: 9.4
Component: wcst_import Version: development
Keywords: Cc: Vlad Merticariu, Bang Pham Huu, Peter Baumann
Complexity: Medium

Description

The format parameters of decode allow specifying filepaths as follows:

  // Absolute path to input file(s). This improves ingestion performance if the data 
  // is on the same machine as the rasdaman server, as the network transport is bypassed;
  // It is possible that a format could have multiple files associated to each other,
  // so this argument is an array of filepaths.
  // Note: supported for netCDF, GRIB, and GDAL formats.
  "filePaths": [ "/path/to/file.tif", ... ],

It would be good to make use of this option in wcst_import when the conditions are right (data on same machine as rasserver): we'll save quite some data reading / copying / writing.

Change History (0)

Note: See TracTickets for help on using tickets.