General utility scripts for Quetzal projects
Project description
Quetzal-CRUMBS
General utility scripts for the Quetzal framework projects
Usage in bash
Sampling parameters in prior distribution
- Sampling integers (eg population size):
N=$(python3 -m crumbs.sample "uniform_integer" 10 1000)
- Sampling double (eg probability):
p=$(python3 -m crumbs.sample "uniform_real" 0.0001 0.1)
- Sampling a coordinate uniformly at random in a geotiff file:
latlon=($(python3 -m crumbs.sample "uniform_latlon" "file.tif" | tr -d '[],'))
- get latitude with
${latlon[0]}
- get longitude with
${latlon[1]}
Updating the package
- Create a
feature
branch, make updates to it. - Test the feature
- Bump the version in
setup.cfg
- Bump the version of the
whl
file in.circleci/config.yml
- Update the ChangeLog
- Push to GitHub
When you have a successful build on https://app.circleci.com/pipelines/github/Becheler/quetzal-CRUMBS:
- create a Pull Request (PR) to the develop branch
- Merge the PR if it looks good.
- When that build succeeds, create a PR to the main branch, review it, and merge.
- Go get a beer and bless this new version with some luuuv.
Workflow from https://circleci.com/blog/publishing-a-python-package/.
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
quetzal_crumbs-0.0.12.tar.gz
(20.4 kB
view details)
Built Distribution
File details
Details for the file quetzal_crumbs-0.0.12.tar.gz
.
File metadata
- Download URL: quetzal_crumbs-0.0.12.tar.gz
- Upload date:
- Size: 20.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 705e4a885d792a7a117e4384ffc5bb64c2952734451a34919c97c1fe4f71d96d |
|
MD5 | 5596b6e04699a8810c60f2e191f68f55 |
|
BLAKE2b-256 | 7cb5551019b4518b4c7ed39dee97fad462fc63e97779318223ac429aba5eab90 |
File details
Details for the file quetzal_crumbs-0.0.12-py3-none-any.whl
.
File metadata
- Download URL: quetzal_crumbs-0.0.12-py3-none-any.whl
- Upload date:
- Size: 22.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e80ce5ff1eb9be02af603ef714c273df41fea863f83f363c6c285d219e0b28bf |
|
MD5 | 405a68fb1e8f4276351b258535a38089 |
|
BLAKE2b-256 | 4bca87b898688e635075545b5198c6cf453a0200bce416f5ab1dcacb139f2c90 |