ECC-1884: GRIB1 regular grids: The geography namespace should include Ni and Nj

This commit is contained in:
shahramn 2024-07-26 12:28:10 +01:00
parent 5dd85aeb66
commit 49d0a0cd70
1 changed files with 2 additions and 0 deletions

View File

@ -2,11 +2,13 @@ unsigned[2] Ni : can_be_missing,dump;
alias numberOfPointsAlongAParallel=Ni;
alias numberOfPointsAlongXAxis=Ni;
alias Nx = Ni;
alias geography.Ni=Ni;
unsigned[2] Nj : can_be_missing,dump;
alias numberOfPointsAlongAMeridian=Nj;
alias numberOfPointsAlongYAxis= Nj;
alias Ny = Nj;
alias geography.Nj=Nj;
# Latitudes and Longitudes of the first and the last points
# Resolution and component flags