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

Closed Handle multiple different time and altitude axes for GridAsPoint writer #1241

Closed
wants to merge 65 commits into from

Conversation

mnlerman
Copy link
Contributor

@mnlerman mnlerman commented Sep 27, 2023

Closing so that I can make a new one with the commits squashed

This is a good breaking point to submit changes associated with Unidata/tds#269

Tasks completed in this pull request:

  • Add timeName attribute to DsgFeatureCollection
  • And altName attribute to DsgFeatureCollection
  • Add constructors to pass timeName and altName up through the inheritance tree
  • Assign timeName and altName attributes for
  • Tests to confirm that altName and timeName are assigned correctly for CoverageAsPoint and CoverageAsProfile
  • Rework Point writer and StationCollection writer to write the actual axis names rather than generic names

Work still to be completed:

  • Rework StationProfileCollectionWriter to write the actual axis names rather than generic names
  • Rework ProfileCollectionWriter to write the actual axis names rather than generic names

PR Checklist

  • Link to any issues that the PR addresses
  • Add labels
  • Open as a draft PR
    until ready for review
  • Make sure GitHub tests pass
  • Mark PR as "Ready for Review"

mnlerman and others added 30 commits June 30, 2023 10:02
…get it from the station rather than the generic name
…ment was only ever used for writing NetCDF files but it's no longer needed after reworking the method
…-point-writer

# Conflicts:
#	cdm/core/src/test/java/ucar/nc2/ft2/coverage/writer/TestCoverageAsPoint.java
@mnlerman mnlerman added the bug Something isn't working label Sep 27, 2023
@mnlerman mnlerman closed this Oct 19, 2023
@mnlerman mnlerman changed the title Intermediate PR: Handle multiple different time and altitude axes for GridAsPoint writer Closed Handle multiple different time and altitude axes for GridAsPoint writer Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant