Merged
Conversation
* include a 'metadata-only' way of the Dataset. * fixed the metadata only implementation (ready for review) + ipython magic line for showing plots in notebooks added * ready for review
* bugfix for blacklist columns in metadf + lat, lon checks on the metadf setter * minor bugfixes (printing empty lists as warnings that are no warnings) * pipeline run * pre release version bump and testing publish workflow
* bugfix for blacklist columns in metadf + lat, lon checks on the metadf setter * minor bugfixes (printing empty lists as warnings that are no warnings) * pipeline run * pre release version bump and testing publish workflow * without titan deploy test * testing publish * realease tested, now trigger on creation of tags
…es (#479) * include argument to specify colors in timeseriesplot with colorby=names * run tests * update docstring to include styling changes
* include argument to specify colors in timeseriesplot with colorby=names * run tests * update docstring to include styling changes * functionallity for passing station specific style kwargs implemented in lineplots * passed checks + documentation is checked * bugfixes and docstrings updates * delete unused vars_display setting * docstring bug fix
Owner
Author
|
Todo:
TOFIX
|
Owner
Author
|
Todo:
|
This was
linked to
issues
Apr 8, 2025
Closed
…ational, outlier, gap, metadata, and model data information; integrate printing functions for improved formatting.
… functions for improved formatting and consistency; enhance metadata output in SensorData, Station, and Template classes.
… printing functions for label counts and enhance info retrieval in tests for model timeseries and gapfilled data.
…ta; introduce get_sensor method for improved data access and consistency across the toolkit.
…n available functionalities
… model data; ensure compatibility with varying time resolutions and remove duplicate rows.
… for DataFrameGroupBy.mean and switch to 'mean' for consistency in data processing.
…asetManager; ensure proper CRS transformation for accurate map centering.
This was
linked to
issues
May 13, 2025
Closed
…ormatting function parameters and comments
…t__.py for improved readability
…py, and label_defenitions.py for enhanced readability
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.
The goal of this PR is too improve object-oriented style. By using hierarchical structures, maintaining and extending the toolkit will be much easier.