-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Feature]: Enable recognition of vertical axes if Z-axis is not defined #603
Comments
Thanks for opening for this Steve.
We try to do this now, but we haven't more carefully defined what the generally accepted "common" names are for the Z-axis. I incorrectly assumed the ones proposed in #584 were generally accepted common axis names for Z and prematurely merged that PR. Here's the current map for more context: Lines 41 to 60 in 94271f1
|
Is your feature request related to a problem?
If the latitude axis doesn't have
axis=Y
set, we should still be able to recognize it as a latitude axis if it is calledlat
orlatitude
. This is similarly true for longitude (recognized aslon
orlongitude
). At the same time, if a dataset has a unique name for latitude (e.g.,g4_lat_2
in the JRA reanalysis), we probably should not hard code that into xcdat as it is overly specific to one dataset.This ticket is spurred from this PR [see discussion therein]. We should carefully consider what we want to recognize as "standard" names for vertical axes.
Describe the solution you'd like
Inclusion of "standard" vertical level names into xcdat.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: