cognition-datasources icon indicating copy to clipboard operation
cognition-datasources copied to clipboard

Standardized query interface for searching geospatial assets via STAC.

Results 4 cognition-datasources issues
Sort by recently updated
recently updated
newest added

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

The `driver/Dockerfile` template has the following definition: ```dockerfile ENV \ PROD_LIBS=/build/prod \ PYTHONPATH=$PYTHONPATH:/$PROD_LIBS/lib/python3.6/site-packages:/home/cognition-datasources/spatial-db/lambda_db \ LAMBDA_DB_PATH=/home/cognition-datasources/spatial-db/lambda_db/database.fs ``` Due to the way that Docker evaluates environment variable definitions, `PROD_LIBS` is not in...

Some datasources provide access to multiple subdatasets. Subdatasets can come from different sensor configurations (ex. CBERS has MUX/AWFI/PAN5M/PAN10M) while other datasources package together multiple item types (ex. NOAA Coast distributes...