Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Grid DimensionScale is the X (rows) and Y (columns) of a grid square and and Time and Other (examples are depth and altitude) Dimensions are optional sub-elements within the groupIt also defines the resolution of the grid. 

...

The specific purpose of this element is to provider the grid user dimension scale information to create the gird imagegrid. The provider should review the value condition patterns (example of the elements condition is DimensionScaleXUnitPatternDMS (DMS stands for Degrees-Minutes-Seconds)) within the GRID Schema to enter the acceptable metadata values needed for DimensionScale element group. An example of the Degree-Minutes-Seconds unit value pattern is shown below (360-00-00.00). If the correct value patterns are not used the schema validation will fail the grid record based on invalid metadata values.

...

Model

Element

Type

Constraints

Required?

Cardinality

Notes

GRIDDimensionScale/0_360_DegreeProjectionboolean

true or false

No0..1
GRIDDimensionScale/X/Minimumstring

Degrees-Minutes-Seconds:
        "Minimum": "-360-00-00.000"
        "Maximum": "360-00-00.000”
Degree:
        "Minimum": "-360.000"
        "Maximum": "360.000”
Kilometer:
        "Minimum": “0.000"
        "Maximum": “no limit”
Meter:
        "Minimum": “0.000"
        "Maximum": “no limit”

Yes1Pattern conditions are used for the format of the value. 
GRIDDimensionScale/X/Maximumstring

Degrees-Minutes-Seconds:
        "Minimum": "-360-00-00.000"
        "Maximum": "360-00-00.000”
Degree:
        "Minimum": "-360.000"
        "Maximum": "360.000”
Kilometer:
        "Minimum": “0.000"
        "Maximum": “no limit”
Meter:
        "Minimum": “0.000"
        "Maximum": “no limit”

Yes1Pattern conditions are used for the format of the value. 
GRIDDimensionScale/X/Unitstring

Enumerations: "Kilometer","Meter","Degree"
"Degrees-Minutes-Seconds"

Yes1
GRIDDimensionScale/X/Resolutionnumber

No limit

Yes1
GRIDDimensionScale/Y/Minimumstring

Degrees-Minutes-Seconds:
        "Minimum": "-360-00-00.000"
        "Maximum": "360-00-00.000”
Degree:
        "Minimum": "-360.000"
        "Maximum": "360.000”
Kilometer:
        "Minimum": “0.000"
        "Maximum": “no limit”
Meter:
        "Minimum": “0.000"
        "Maximum": “no limit”

Yes1Pattern conditions are used for the format of the value. 
GRIDDimensionScale/Y/Maximumstring

Degrees-Minutes-Seconds:
        "Minimum": "-360-00-00.000"
        "Maximum": "360-00-00.000”
Degree:
        "Minimum": "-360.000"
        "Maximum": "360.000”
Kilometer:
        "Minimum": “0.000"
        "Maximum": “no limit”
Meter:
        "Minimum": “0.000"
        "Maximum": “no limit”

Yes1Pattern conditions are used for the format of the value. 
GRIDDimensionScale/Y/Unitstring

Enumerations: "Kilometer","Meter","Degree",
"Degrees-Minutes-Seconds"

Yes1
GRIDDimensionScale/X/Resolutionnumber

No limit

Yes1
GRIDDimensionScale/Timestring

DateTime format:
    "YYYY-MM-DDThh:mm:ss.SSSZ"
Date format:
    "YYYY-MM-DD"
Time format:
    "hh:mm:ss.SSSZ"

No1Pattern conditions are used for the format of the value. 
GRIDDimensionScale/Other/Minimumstring

Degrees-Minutes-Seconds:
        "Minimum": "-360-00-00.000"
        "Maximum": "360-00-00.000”
Minutes:
        "Minimum": “-90-00.000"
        "Maximum": “90-00.000”
Seconds:
        "Minimum": “-90.000"
        "Maximum": “90.000”
Degree:
        "Minimum": "-360.000"
        "Maximum": "360.000”
Kilometer:
        "Minimum": “0.000"
        "Maximum": “no limit”
Meter:
        "Minimum": “0.000"
        "Maximum": “no limit”

DateTime format:
    "YYYY-MM-DDThh:mm:ss.SSSZ"
Date format:
    "YYYY-MM-DD"
Time format:
    "hh:mm:ss.SSSZ"

and free text

No1Pattern conditions are used for the format of the value. 
GRIDDimensionScale/Other/Maximumstring

Degrees-Minutes-Seconds:
        "Minimum": "-360-00-00.000"
        "Maximum": "360-00-00.000”
Minutes:
        "Minimum": “-90-00.000"
        "Maximum": “90-00.000”
Seconds:
        "Minimum": “-90.000"
        "Maximum": “90.000”
Degree:
        "Minimum": "-360.000"
        "Maximum": "360.000”
Kilometer:
        "Minimum": “0.000"
        "Maximum": “no limit”
Meter:
        "Minimum": “0.000"
        "Maximum": “no limit”

DateTime format:
    "YYYY-MM-DDThh:mm:ss.SSSZ"
Date format:
    "YYYY-MM-DD"
Time format:
    "hh:mm:ss.SSSZ"

and free text

No1Pattern conditions are used for the format of the value. 
GRIDDimensionScale/Other/Unitstring

Enumerations: "Kilometer", "Meter", "Degree", "Hour", "Minutes", "Seconds", "Degrees-Minutes-Seconds", "Date", "Time", "DateTime"

Yes1
GRIDDimensionScale/Other/Resolutionnumber

No limit




...

  • This element is required.
  • The DimensionScale subelements sub-elements' Minimum  and Maximum value ranges depends on the 0_360_DegreeProjection element's populated value. If the 0_360_DegreeProjection element is set to "true" than the Minimum  and Maximum value ranges are set to 0 to 360 and are validated using the JSON Schema 7 If-then-else condition "CoordinateCondition"conditions within the GRID schema.
  • The DimensionScale sub-elements' Unit must use an enumeration and the values will follow the enumeration unit's value pattern base on the GRID schema's if-then-else conditions.
  • The DimensionScale elements' value ranges are defined in the GRID schema's condition statements which also is using to validated the grid provider's entries.  

...