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

Extend grid object to cover cases of irregular Cartesian grid #9

Open
jfigui opened this issue May 25, 2021 · 0 comments
Open

Extend grid object to cover cases of irregular Cartesian grid #9

jfigui opened this issue May 25, 2021 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jfigui
Copy link
Collaborator

jfigui commented May 25, 2021

The current grid object deals only with regular Cartesian grids. However in many meteorological applications the grid is defined in terms of equal lat/lon spacing and therefore it is irregular in Cartesian spacing.

It should not be too difficult to adapt the code. The main issue is the role of the x, y, z parameters. In case of regular lat/lon grid this x,y,z should represent degrees instead of m from origin. We could use a boolean "ll_regular" i.e. lat/lon regular to define what those parameters represent.

The main issue here is to adapt all the code dependencies to treat the ll_regular=True case correctly

@jfigui jfigui added enhancement New feature or request help wanted Extra attention is needed labels May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant