geostore icon indicating copy to clipboard operation
geostore copied to clipboard

Central storage, management and access for important geospatial datasets

Results 75 geostore issues
Sort by recently updated
recently updated
newest added

Bumps [distlib](https://github.com/pypa/distlib) from 0.3.6 to 0.3.7. Changelog Sourced from distlib's changelog. 0.3.7 Released: 2023-07-17 database Handle newlines when parsing metadata. markers Use version comparison logic for python_full_version. Thanks to Albert...

dependencies
python

So that we can reduce the cost of Github actions and CI infrastructure we would like to turn off Github automations. Tasks: - [x] [Disable actions](https://github.com/linz/geostore/settings/actions) - [ ] Close...

migrate

Delete the buckets associated with the Geostore. Split from story https://github.com/linz/geostore/issues/2925 ### Tasks - [ ] Wait for Topo Data Engineering go-ahead - [ ] Delete AWS LI Geostore Prod...

### Enabler So that deployment is faster, we want to use a lighter base Docker image. #### Acceptance Criteria - [ ] … - [ ] … #### Additional context...

enabler story
spike

### Enabler So that we have to deal with only a single packaging system, we want to use only Nix. Pros: - We'd only ever need to update [a single...

enabler story

## Bug Description Python removes `assert` calls when compiling optimised code, meaning that they don't actually do anything in production code. This will result in the code following different code...

bug

### Enabler So that Geostore follows the best CDK or CloudFormation practices, we want to enable [cdk-nag](https://github.com/cdklabs/cdk-nag) in our repository. This should allow us to identify any security or compliance...

enabler story

Enabling Step Function State Machine logging is one of the recommendations put forth by `cdk-nag`. This was put in place in #2300; however, we soon run into the following problem:...

bug

Geostore provisions several s3 buckets (prod and staging) within its stack. These buckets are town down in non-prod environments when the `cdk destroy` command is issued, but they are set...

bug

The `Processing` Class in `infrastructure/constructs/processing.py` is getting too big and complex, with several pylint suppression in place. We should probably pull this apart and simplify / refector the code.

enabler story