Opened 4 years ago

Closed 4 years ago

#2370 closed enhancement (fixed)

Add types table in WCPS cheatsheet

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

Description

Add a table like https://doc.rasdaman.org/04_ql-guide.html#atomic-types
to the end of https://doc.rasdaman.org/11_cheatsheets.html#coverage-operations (in a subsection here).

The rasql one doesn't work for wcps as is because char should be unsigned char, and octet should be char I think.

Change History (3)

comment:1 by Bang Pham Huu, 4 years ago

From http://portal.opengeospatial.org/files/?artifact_id=32319

Table 2 – Coverage range field data types.
boolean Boolean
char 8-bit signed integer
unsigned char 8-bit unsigned integer
short 16-bit signed integer
unsigned short 16-bit unsigned integer
int 32-bit signed integer
unsigned int 32-bit unsigned integer
long 64-bit signed integer
unsigned long 64-bit unsigned integer
float Single precision floating point number
double Double precision floating point number
complex Single precision complex number
complex2 Double precision complex number 

comment:2 by Dimitar Misev, 4 years ago

Looks correct, but I think we additionally support cint16 and cint32.

comment:3 by Bang Pham Huu, 4 years ago

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