geostore
geostore copied to clipboard
Central storage, management and access for important geospatial datasets
### User Story So that I can allow the end users of the data to browse and download groups of datasets easier with the S3 API, I want to be...
## Bug Description When a new dataset is added, two different versions of the metadata file is created and added to geostore within a very short time frame (i.e. `item.json`...
### User Story So that the Geostore metadata hrefs are consistent and well maintained , as a data manager, I want the geostore to normalize all the hrefs in my...
## Bug Description The following error message can be found in Cloudwatch logs: `/opt/python/botocore/client.py:625: FutureWarning: The sqs client is currently using a deprecated endpoint: ap-southeast-2.queue.amazonaws.com. In the next minor version...
### User Story So that we can apply policies to entire groups of datasets more easily, as a data manager, I want my dataset group/type in a separate bucket. Instead...
### Enabler So that we can stop pystac creating many versions of stac files while normalizing the hrefs, we want to investigate if we can intercept the pystac file writes...
To assist in troubleshooting and tracing issues back to root log / root problem, we want to add a correlation ID to all logs Should be correlated by a user...
So that ????, we want to add a standard try/catch for every lambda.
To help with monitoring and troubleshooting later, it would be useful to know in the logs if the process was started by a direct Lambda fucntion call or from the...
### Enabler So that the `poetry install` commands are simpler, we want to use [the new `--all-extras` flag](https://github.com/python-poetry/poetry/pull/5452) when [Poetry 1.2](https://github.com/python-poetry/poetry/pull/5452#issuecomment-1189116116) is available. #### Acceptance Criteria - [ ] `poetry...