Changes between Version 1 and Version 3 of Ticket #1296


Ignore:
Timestamp:
May 5, 2016, 1:55:37 PM (8 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1296 – Description

    v1 v3  
    1 test data sample from Dimitar
     1test data sample from Dimitar (this sample does not work as in http://rasdaman.org/ticket/1300, but can give the idea of problem).
    22
    33
    44{{{
    5 rasql -q 'select encode((marray i in [0:1,0:5,0:5] values 1f)[1,*:*,*:*], "GTIFF", "xmin=25.0;xmax=75.5;ymin=-40.5;ymax=75.5;crs=EPSG:4326")' --out file
     5rasql -q 'select encode((marray i in [0:1,0:5,0:5] values 1f)[1,*:*,*:*], "JPEG2000", "xmin=25.0;xmax=75.5;ymin=-40.5;ymax=75.5;crs=EPSG:4326")' --out file
    66}}}
    77
    88
    9 it only return grid axis
     9it only return grid axis (output from encoding eobstest)
     10
     11
     12{{{
     13rasql -q 'select encode((c) [1,*:*,*:*], "JPEG2000",
     14
     15"xmin=25.0;xmax=75.5;ymin=-40.5;ymax=75.5;crs=EPSG:4326")
     16
     17from eobstest AS c where oid(c)=1537' --out file
     18}}}
     19
    1020
    1121
     
    2939
    3040{{{
    31 rasql -q 'select encode((c) [1,*:*,*:*], "GTIFF", "xmin=25.0;xmax=75.5;ymin=-40.5;ymax=75.5;crs=EPSG:4326") from eobstest AS c where oid(c)=1537' --out file
     41rasql -q 'select encode((marray i in [0:1,0:5,0:5] values 1f)[1,*:*,*:*], "GTIFF", "xmin=25.0;xmax=75.5;ymin=-40.5;ymax=75.5;crs=EPSG:4326")' --out file
    3242}}}
    3343
     
    3545
    3646
    37 {{{
    38 Driver: GTiff/GeoTIFF
     47{{{Driver: GTiff/GeoTIFF
    3948Files: rasql_1.tif
    40 Size is 101, 232
     49Size is 6, 6
    4150Coordinate System is:
    4251GEOGCS["WGS 84",
     
    4958    AUTHORITY["EPSG","4326"]]
    5059Origin = (25.000000000000000,75.500000000000000)
    51 Pixel Size = (0.500000000000000,-0.500000000000000)
     60Pixel Size = (8.416666666666666,-19.333333333333332)
    5261Metadata:
    5362  AREA_OR_POINT=Area
     
    6069Lower Right (  75.5000000, -40.5000000) ( 75d30' 0.00"E, 40d30' 0.00"S)
    6170Center      (  50.2500000,  17.5000000) ( 50d15' 0.00"E, 17d30' 0.00"N)
    62 Band 1 Block=101x40 Type=Int16, ColorInterp=Gray
     71Band 1 Block=6x6 Type=Float32, ColorInterp=Gray
    6372
    6473}}}
     
    6978
    7079
    71