-
Notifications
You must be signed in to change notification settings - Fork 28
Signed boundary latitude/longitude values #95
Comments
What are the minimum and maximum values of {starting, last}{latitude, longitude}? I just had a look at https://software.ecmwf.int/wiki/display/ECC/ecCodes+version+2.5.0+released |
|
GribApi.NET 1.0.0-beta4 uses ecCodes 2.4.1.
|
In GRIB 2, longitude is 0-360. In GRIB 1 It's -180 to 180. It's part of the
spec. You can determine how to offset by checking the edition.
On Dec 18, 2017 4:42 AM, "muteebali" <notifications@github.com> wrote:
@jnyrup <https://github.com/jnyrup> @0x1mason <https://github.com/0x1mason>
Is there any way to find out the signed(+/-) boundary values of
latitude/longitude. As before, i am trying to extract values from key value
pair i.e. *startingLatitude*, *startingLongitude*, *lastLatitude*,
*lastLongitude* but in each case i get positive(+) values. For *South* and
*West*, values should be negative.
Can you suggest any way, I need to draw boundary using these values.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#95>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEX_-7_TDAz1anJkTXV1qXPSbOreaBVDks5tBjNngaJpZM4RFM1g>
.
|
@0x1mason using(var grib=new GribFile(filePath)) |
Can you provide a link to the originating center's grid definition? |
This issue was moved to #1 |
@0x1mason |
@jnyrup @0x1mason
Is there any way to find out the signed(+/-) boundary values of latitude/longitude. As before, i am trying to extract values from key value pair i.e. startingLatitude, startingLongitude, lastLatitude, lastLongitude but in each case i get positive(+) values. For South and West, values should be negative.
Can you suggest any way, I need to draw boundary using these values.
The text was updated successfully, but these errors were encountered: