Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#746 fixed 1601-01-01 is ANSI date 1, not 0 Piero Campalani Piero Campalani
Description

The OGC_AnsiDate CRS has epoch time by definition on the 1st of January 1601.

However the convention for ANSI is that the date numbers start from 1, and not 0 (ref).

This level of specification is not possible in a gml:TemporalCRS, hence the solution is to set the CRS epoch to the 31st of December 1600, so that the 1st of January 1601 gets correctly interpreted as day 1.

#177 fixed 1D and 3D coverage metadata results in wcs GetCapabilities exception Piero Campalani Jinsongdi Yu
Description

The GetCapabilitiesHandler.java only deal with 2D case, see line 137. nD cases, such as 1D and 3D are not handled. Therefore, when they are inserted into the petascope database, the GetCapabilitiesHandler will give a runtime error.

#333 fixed 2Gb file limit Heinrich Stamerjohanns Heinrich Stamerjohanns
Description

There seems to be a file limit of 2 Gb for files to import.

bash-4.1$ rasql —user rasadmin —passwd rasadmin —mdddomain '[0:819,0:819,0:819]' —mddtype FloatCube -f float_d3s820.dat -q 'insert into fs3s1000 values $1' rasql: rasdaman query tool v1.0, rasdaman v8.4.0rc.1 — generated on 28.02.2013 15:10:32. opening database RASBASE at localhost:7001...ok fetching type information for FloatCube from database, using readonly transaction…ok reading file float_d3s820.dat…terminate called after throwing an instance of 'RasqlError' Aborted

Data below 2Gb (0:799, 0:799, 0:799] is imported ok. This limit is not dependent on memory size, as the tested machine has 16 Gb of Ram.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.