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

geogrid() fails to find lat/lon values when subsetting Arrays in DAP4 #959

Open
Mikejmnez opened this issue Jul 18, 2024 · 0 comments
Open
Labels

Comments

@Mikejmnez
Copy link

Mikejmnez commented Jul 18, 2024

geogrid(Var, ..., ) works as expected when Var is a Grid array. Var contains a "copy" of the coordinate values lat and lon. Grids are part of the DAP2 model but were dropped out of the DAP4 model.

When Var is an Array geogrid(Var, ...) fails to find the latitude and longitude arrays it needs.

Minimal example

The following errs (not a very helpful error)

https://oceandata.sci.gsfc.nasa.gov/opendap/MODISA/L3SMI/2002/0101/AQUA_MODIS.20020101_20021231.L3m.YR.RRS.Rrs_555.4km.nc.dap.nc4?dap4.function=geogrid(/Rrs_555,35,-121,32,-116)

@jgallagher59701 reached to this conclusion regarding in OPeNDAP's Discourse Thread

@Mikejmnez Mikejmnez added the bug label Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant