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

Support latlonbnds #384

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Support latlonbnds #384

wants to merge 20 commits into from

Conversation

ernstdevreede
Copy link
Collaborator

Adds support for data where gid data cells are described by lat_bnds and lon_bnds variables.

NEWS.md Outdated
@@ -1,3 +1,6 @@
**Version 2.24.0 2024-06-27**
- Adds support for grids where the data cells are defibe by lat_bnds and lon_bnds parameters describing the cell bounds.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are defined by by lat_bnds

@@ -723,6 +723,11 @@ int CImageDataWriter::getFeatureInfo(std::vector<CDataSource *> dataSources, int
if (dataSources[d]->getDataObject(0)->cdfObject->getAttributeNE("ADAGUC_GEOJSON") != NULL) {
openAll = true;
}

if (dataSources[d]->getDataObject(0)->cdfObject->getAttributeNE("USE_ADAGUCCONVERTER") != NULL) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should USE_ADAGUCCONVERTER be renamed to USE_ADAGUC_LATLONBNDS_CONVERTER ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@@ -3,6 +3,7 @@
The adaguc-server executable is ran with various settings and configuration files.
Results are checked against expected results and should not differ.
"""

import unittest
import sys
from AdagucTests.TestWMSTimeSeries import TestWMSTimeSeries
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Successfully merging this pull request may close these issues.

3 participants