Geokit is a command-line interface (CLI) tool written in Javascript and Python, that contains all the basic functionalities for measurements, conversions and operations of geojson files. Furthermore, it also includes some functionalities to process other file formats easily.
Check you the scripts in the language that were written:
To update geokit in docker hub, we use CI with circleci. To update all three containers at once, we can use a commit in the develop
branch.
To update containers per technology, we can commit to a branch with the following pattern << TECHNOLOGY >>-<< TAG >>
. For instance:
python-feature-one
: Will update thepython
container and create a new tagfeature-one
python-develop
: Will update thepython
container and update thelatest
tag. This is a special case, if you want to update the container tolatest
, you can usedevelop
in the branch name.