This package is intended to help create a compatible STAC catalog for the eodash dashboard client. It supports configuration of multiple endpoint types for information extraction.
Project description
eodash_catalog
Table of Contents
Installation
pip install eodash_catalog
Testing
Project uses pytest and runs it as part of CI:
python -m pytest
Testing
Project uses ruff to perform checks on code style and formatting
ruff check .
Versioning and branches
eodash_catalog adheres to Semantic Versioning and follows these rules:
Given a version number MAJOR.MINOR.PATCH, we increment the:
MAJORversion when we make incompatible API changesMINORversion when we add functionality in a backward compatible mannerPATCHversion when we make backward compatible bug fixes
Active development is followed by the main branch.
`
New features or maintenance commits should be done against this branch in the form of a Merge Request of a Feature branch.
Tagging
This repository uses bump2version for managing tags. To bump a version use
bump2version <major|minor|patch> # or bump2version --new-version <new_version>
git push && git push --tags
Pushing a tag in the repository automatically creates:
- versioned package on pypi
License
eodash_catalog is distributed under the terms of the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file eodash_catalog-0.3.33.tar.gz.
File metadata
- Download URL: eodash_catalog-0.3.33.tar.gz
- Upload date:
- Size: 55.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.16.2 cpython/3.12.12 HTTPX/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
900509e207b34747774caa9d682d714b7e1fe27b78969b916a273c7ca7cf353f
|
|
| MD5 |
d8d3343bc7c0106e50020370f2b05160
|
|
| BLAKE2b-256 |
483e9938d940faed55c0d8116ca06b0f2fdaeae2b74562cf336d810bf1b29686
|
File details
Details for the file eodash_catalog-0.3.33-py3-none-any.whl.
File metadata
- Download URL: eodash_catalog-0.3.33-py3-none-any.whl
- Upload date:
- Size: 40.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.16.2 cpython/3.12.12 HTTPX/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00d978537da92d7b1c115b255a0f2d00e29a238eb852aedbf9cb87e6dfd9e6a7
|
|
| MD5 |
4d50854d6e65f3c22a463abb6e00b058
|
|
| BLAKE2b-256 |
4ba6b895c316652d54902c707571f0d388c9b6ff47c29eef92da289e4553cf6b
|