Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Factors in Zoned Geographic Grid #9

Open
KathiSchleidt opened this issue Jan 2, 2022 · 2 comments
Open

Factors in Zoned Geographic Grid #9

KathiSchleidt opened this issue Jan 2, 2022 · 2 comments

Comments

@KathiSchleidt
Copy link
Collaborator

The Zoned Geographic Grid provides different factors in dependency on latitude, in order to avoid issues caused by meridian convergence at high latitudes. For each latitudinal zone, a specific longitude spacing for the cells of the geographic grid (equal or greater than the latitude spacing) is provided as follows:

  • Zone 1 Lat[0°–50°] Factor: 1
  • Zone 2 Lat[50°–70°] Factor: 2
  • Zone 3 Lat[70°–75°] Factor: 3
  • Zone 4 Lat[75°–80°] Factor: 4
  • Zone 5 Lat[80°–90°] Factor: 6

As most of territories in continental European are included in Zones 1 and 2 (Cape North in Norway is approximately at 71° latitude), we focus on these 2.

Within Zone 1, the same offset should be used for both Latitude and Longitude components.

Within Zone 2, the offset for Longitude must be double the offset for Latitude.

@KathiSchleidt
Copy link
Collaborator Author

Unclear is if countries that span 50°Lat (e.g., DE, FR) must provide 2 separate coverage objects, one above and one below, or if one Zone can be selected to provide data in a consistent manner for the entire country.

@KathiSchleidt
Copy link
Collaborator Author

KathiSchleidt commented Jan 4, 2022

Here a simple example of a Zoned Grid for NL using a very course 1° grid.

The basic grid (not yet taking the zone factors into account) is as follows:

Zoned Grid Base

After applying the factor for Zone 2, the Zoned Grid is shown below in green:

Zoned Grid Base

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant