Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 2765)

Ticket Resolution Summary Owner Reporter
#2762 fixed FIX - support http://crs.rasdaman.com/def/crs/OGC/0/CRS84 CRS in petascope Bang Pham Huu Bang Pham Huu
Description

OGC/0/CRS84 is not a EPSG:code like EPSG:4326, but it is well-known, so petascope should support it.

Example request to clip by LonLat order with subsettingCRS=http://crs.rasdaman.com/def/crs/OGC/0/CRS84

http://localhost:8080/rasdaman/ows?service=WCS&version=2.0.1&request=GetCoverage&format=image/tiff&coverageId=test_world_temp&clip=POLYGON((-63.22062132913294%20-32.236234640106986,-63.57767699319544%20-32.509959558511106,-62.95420287210169%20-32.66732220870207,-63.22062132913294%20-32.236234640106986))&subsettingCrs=http://crs.rasdaman.com/def/crs/OGC/0/CRS84
#2761 fixed FIX - rasdaman's collection struct types should have band names specified Bang Pham Huu Bang Pham Huu
Description

Instead of:

` CREATE TYPE ERA5_Cell AS (band0 short, band1 short) `

it should be

` CREATE TYPE ERA5_Cell AS (tp short, u10 short) `

#2760 fixed FIX - WCS / WCPS supports shorthand style for subsettingCRS / outputCRS / crsTransform Bang Pham Huu Bang Pham Huu
Description

instead of writing long CRS for settingCRS / outputCRS / crsTransform with http://localhost:8080/rasdaman/def/crs/EPSG/0/4326, one can write: c[Lat:"EPSG:4326"(33.5:60.6) or crsTransform(c, {Lat:"EPSG:4326", Lon:"EPSG:4326"} ).

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.