Releases: cedadev/archive-opensearch
Releases · cedadev/archive-opensearch
Updating ceda-elasticsearch-tools version
What's Changed
- Tag files that are not fully compatible with openDAP by @antony-wilson in #153
- Kerchunk by @antony-wilson in #155
- Upgrade ceda-elasticsearch-tools by @rhysrevans3 in #156
New Contributors
- @rhysrevans3 made their first contribution in #156
Full Changelog: v1.6.0...v1.6.1
1.6.0
Full Changelog: v1.5.0...v1.6.0
1.5.0
Full Changelog: v1.4.3...v1.5.0
1.4.3
Merge pull request #151 from cedadev/issue/150/missing-opendap fixing bug in check for int64
1.4.2: Fix numpy dependency resolution
v1.4.2 downgrading numpy
1.4.1: Fix dependency
Downgrade psycopg dependency to fix deployment
v.1.4.0: Manifest endpoint
Added a /manifest
endpoint that can render manifest files with details about the variables within the datasets.
removes the variable content from the standard response.
1.3.0: Events app
- Events app to provide a JSON endpoint of changes to datasets e.g. New ones added, old ones removed, DRS IDs updated
- Open-ended date ranges will have a “..” as per the DC Date spec (https://www.dublincore.org/specifications/dublin-core/date-element/)
- Data files which will not open with opendap (because of the int64 data type) will not show an opendap URL
- The ISO19115 link has been changed to use the versioned on e.g. https://catalogue.ceda.ac.uk/export/xml/gemini2.3/2e656d34d016414c8d6bced18634772c.xml
1.2.0: Default ordering
Changed default ordering of datasets to match:
- datatype (asc),
- processing_level (desc)
- productString(asc)
- productVersion(desc)
- title(asc)
Bug fix to THREDDS aggregation link which had two protocols
v1.1.0: Merge pull request #119 from cedadev/issue/118/https_data_download
Atom improvements to be more in line with opensearch spec. Re-ordered bounding box to be correct order.