Opened 4 years ago

Closed 4 years ago

#2278 closed defect (fixed)

support gdal /vsi* in wcst_import and petascope

Reported by: Dimitar Misev Owned by: Bang Pham Huu
Priority: critical Milestone: 10.0
Component: petascope Version: 9.8
Keywords: Cc:
Complexity: Medium

Description (last modified by Dimitar Misev)

I attached a test ingredients which should be added to test_all_wcst_import, attachment:wcps_rgb_gzip.tar.gz

Problems to be fixed:

  • convert relative path /vsigzip/rgb.png.gz to absolute path somehow in the systemtest; maybe add CURRENT_ABSOLUTE_DIR support in the templates
    /vsigzip//home/rasdaman/systemtest/.../rgb.png.gz
    
  • petascope seems to change // to /, e.g.
    1) /vsigzip//home/rasdaman/systemtest/.../rgb.png.gz
    
    is converted to
    2) /vsigzip/home/rasdaman/systemtest/.../rgb.png.gz 
    
    which fails to import. I checked and wcst_import sends the correct path 1)

Attachments (1)

wcps_rgb_gzip.tar.gz (17.5 KB ) - added by Dimitar Misev 4 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by Dimitar Misev, 4 years ago

Description: modified (diff)

comment:2 by Dimitar Misev, 4 years ago

Priority: majorcritical

by Dimitar Misev, 4 years ago

Attachment: wcps_rgb_gzip.tar.gz added

comment:3 by Bang Pham Huu, 4 years ago

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