[sww] Read EPSG, starttime, timezone and centroid (_c) datasets#525
Open
stoiver wants to merge 5 commits intolutraconsulting:masterfrom
Open
[sww] Read EPSG, starttime, timezone and centroid (_c) datasets#525stoiver wants to merge 5 commits intolutraconsulting:masterfrom
stoiver wants to merge 5 commits intolutraconsulting:masterfrom
Conversation
- Read global `epsg` attribute and set mesh CRS via setSourceCrsFromEPSG() - Read global `starttime` (Unix epoch seconds) as reference time on all dataset groups, and `timezone` as mesh metadata - Support centroid-based variables (suffix `_c`, dimension number_of_volumes): scalar and vector, static and time-dependent, stored as DataOnFaces - Generalise readScalarGroup/readVectorGroup to accept nValues and MDAL_DataLocation so vertex and face groups share one code path - Fix time units in readVectorGroup to use RelativeTimestamp::seconds, consistent with readScalarGroup - Add test file merimbula_basic_mesh.sww (EPSG:32755, has _c variables) - Update Merimbula and Catchment test cases accordingly Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
ubuntu-16.04 was retired by Microsoft and is no longer available as an Azure Pipelines hosted agent, causing "No image label found" errors. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…nd in custom admonition visitors Modern Sphinx's depart_admonition() uses self.context.pop() rather than directly appending '</div>\n'. The custom visit_*_node functions were not pushing to self.context, causing IndexError: pop from empty list when building docs with the ubuntu-22.04 CI image (Python 3.12 / newer Sphinx). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Option removed in newer sphinx-rtd-theme; caused WARNING treated as error under Sphinx -W flag on ubuntu-22.04 CI image. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
substitutefont.sty is not present in TeX Live 2023 (osgeo/proj-docs container), causing pdflatex to hang waiting for input. The package is not actively used in the docs so removing it is safe. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
epsgattribute and set mesh CRS via setSourceCrsFromEPSG()starttime(Unix epoch seconds) as reference time on all dataset groups, andtimezoneas mesh metadata_c, dimension number_of_volumes): scalar and vector, static and time-dependent, stored as DataOnFaces