Skip to content

How to indicate a Coverage/Data using (r,theta) coordinates #220

@chris-little

Description

@chris-little

This issue is separated from #187. Could the Coverages API documentation have an example of how radar data from a single scan would be representated and scaled using spatial-resolution?

The GeoDCAT vocabulary has three horizontal resolution terms and the first one seems to be not represented:

gdcat:spatialResolutionAsAngularDistance a dqv:Metric ;
gdcat:spatialResolutionAsDistance a dqv:Metric ;
gdcat:spatialResolutionAsScale a dqv:Metric   

I do not have any examples of readily available (r,theta) geospatial definitions. One that the WMO uses for globally transmitting radar data in GRIB messages is at:
https://library.wmo.int/assets/javascripts/library/treeview/images/treeview-default-line.gif , pasted below for convenience. It assumes a tangent plane at the centre point, and ignores the declination/elevation of the radar beam. It can define a non-360 degree sector. The machinable version is at https://codes.wmo.int/_grib2

Grid definition template 3.120 – azimuth–range projection
Octet No. Contents
15–18 Nb – number of data bins along radials (see Note)
19–22 Nr – number of radials
23–26 La1 – latitude of centre point
27–30 Lo1 – longitude of centre point
31–34 Dx – spacing of bins along radials
35–38 Dstart – offset from origin to inner bound
39 Scanning mode (flags – see Flag table 3.4)
40–(39+4Nr) For each of Nr radials
(40+4(X–1))–(41+4(X–1)) Azi – starting azimuth, degrees x 10 (degrees as north)
(42+4(X–1))–(43+4(X–1)) Adelta – azimuthal width, degrees x 100 (+ clockwise,
– counterclockwise), with X = 1 to Nr

HTH

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Next Discussions

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions