GzT
GzT
### Describe the bug Attempting to change the composition of an existing conda environment built with conda-store as part of a `nebari` deployment. - Conda-store lets me create environments without...
### Context Context: - This is in a sequestered network environment -- one in which there is not a direct line-of-sight connection to public conda channels. - We have configured...
Define a common `Feature` model for use across the project (crawler client, server, other tools). Can be a 'vanilla' `dataclass`, a pydantic model, or an ORM model. All sides of...
The workflow by which crawler sources are defined and included in the ingest/harvest process is loosely defined. The storage mechanism needs formal definition also ( See #281 ). To-Do: -...
The patch in this pull request adds support for the 'from' key in a package description. ### Why? I typically use 'src' layout for python projects: ``` project-name/ README.md ...etc......
**Describe the bug** Attempting to `wait_for_logs` on a docker compose container is failing. Cause seems to be `.decode()` being used twice (i.e. attempt to `.decode()` a string already decoded earlier)....
I don't seem to be able to access columns of type `float` from file geodatabases. Layers will be ingested, but the offending columns are dropped. ## Expected behavior and actual...