https://github.com/developmentseed/geokit
https://github.com/developmentseed/geokit
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/developmentseed/geokit
- Owner: developmentseed
- Created: 2018-01-18T20:00:37.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2023-10-29T14:09:53.000Z (about 2 years ago)
- Last Synced: 2024-06-11T17:07:32.960Z (over 1 year ago)
- Language: Python
- Homepage: http://devseed.com/geokit-doc-seed/
- Size: 534 KB
- Stars: 36
- Watchers: 27
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
- Awesome-Geospatial - Geokit - Geokit is a command-line interface (CLI) tool written in javascript, that contains all the basic functionalities for measurements, conversions and operations of geojson files. (JavaScript)
- awesome-gis - Geokit - Geokit is a command-line interface (CLI) tool written in javascript, that contains all the basic functionalities for measurements, conversions and operations of geojson files. (Geospatial Library / JavaScript)
README
# Geokit
[](https://magnum.travis-ci.com/developmentseed/geokit)
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:
- [Node- javascrit ](node-scripts/)
- [Python- javascrit ](python-scripts/)
## CI
To update geokit in docker hub, we use CI with [circleci](https://circleci.com/). 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 the `python` container and create a new tag `feature-one`
- `python-develop`: Will update the `python` container and update the `latest` tag. This is a special case, if you want to update the container to `latest`, you can use `develop` in the branch name.