Opened 12 years ago

Closed 11 years ago

#197 closed defect (fixed)

WMS scripts doesn't pass proper options to fillpyramid

Reported by: Dimitar Misev Owned by: Piero Campalani
Priority: major Milestone: 8.4
Component: petascope Version: 8.3
Keywords: Cc:
Complexity: Medium

Description

The fill_wms.sh script should be updated to pass --tasplit, --tiledupdate, --align and possibly others to the fillpyramid binary. Otherwise WMS fill fails for large images.

Change History (3)

comment:1 by Piero Campalani, 12 years ago

You are right: according to the backported importgeo.pl, with RGB and Grey images these arguments are used:

  --tiledupdate 
  --align 512  //default
  -t           //transparency
  --tasplit    //split transaction into small units (saves main mem)

BUT:

  • the transparency can be disabled calling the import script with --notrans arg;
  • --tasplit is not mandatory and is enabled by calling the script itself with the same argument.;

Should I reflect this behavior in fill_pyramid.sh or should I, for instance, force splitting?


(a note from fillpyramid.cc) "BUGS: —align without —tiledupdate goes wild."

comment:2 by Piero Campalani, 11 years ago

After internal discussion, it was concluded to enable --tasplit option for publication of big files.

comment:3 by Piero Campalani, 11 years ago

Resolution: fixed
Status: newclosed

Ticket fixed in:

commit 5762d18c363e8c5412fd0a94a022514da7701d34
Author: Piero Campalani <cmppri@unife.it>
Date:   Mon Nov 5 13:05:29 2012 +0100

    Add --tasplit option in WMS import utility (ticket #197).
Note: See TracTickets for help on using tickets.