Gareth Jones
Gareth Jones
I was unsure on which repo to raise this issue. I'm trying pass an `ipyleaflet` map into an `ipyvuetify` `Layout` object as a child. I'm trying this with `ipyvuetify 1.1.1`...
This embeds the data hazards image creation app within the documentation. Some work is still needed on the app / layout CSS to make it look nicer but it's functional....
Added sphinx-apidoc automated documentation build, need to add the webhook on the repo to get readthedocs to rebuild the documentation with new releases
We've got a mistake in the packaging docs (`/doc/source/packaging.rst`) where we say "replacing {VERSION} with the version number. For this 0.12.0 release the command would be". This should match the...
We're getting quite a few errors / warnings when building the documentation. We need to go over the API reference and make sure all our public functions are documented there....
We got this error when doing the 0.8.1 release, we should look at what's happening here. ```python File ~/work/openghg/openghg/openghg/standardise/_summarise.py:138, in summary_site_codes(site_filepath) 136 name = search_keys[0] 137 for key in search_keys:...
* **Summary of changes** (Bug fix, feature, docs update, ...) > [!NOTE] > This isn't in any way finished but I've put it here for discussion of ideas * **Please...
* **Summary of changes** This adds the functionality to read and write required metadata keys for each storage class type in the object store. * **Please check if the PR...
* **Summary of changes** (Bug fix, feature, docs update, ...) This updates the log formatters so we get the timestamp in as YY-MM-DD format. * **Please check if the PR...
* **Summary of changes** This adds the functionality to store the original file in the object store. The file is gzip compressed and added to the `original_files` folder stored in...