GIScript is an COPU Licensed Script Language and Engine, written in Python, For GeoSpatial Use.
For a long time, GIS is described as a tool for professionals, for map making, but we say no.
GIScript is for everyone use with a childish syntax built on Python, however we use a cross-platform C++ lib to ensure the engine's enterpise performance.
- Command based interaction
- Geospatial Data Management, Input, Output
- Map Control Demo
To install GIScript, simply:
$ pip install GIScript
Documentation is available at [Wiki][4]
- Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug. There is a [Contributor Friendly tag][1] for issues that should be ideal for people who are not very familiar with the codebase yet.
- If you feel uncomfortable or uncertain about an issue or your changes, feel free to email @skyswind and he will happily help you via email, Skype, remote pairing or whatever you are comfortable with.
- Fork the [repository][2] on GitHub to start making your changes to the master branch (or branch off of it).
- Write a test which shows that the bug was fixed or that the feature works as expected.
- Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to [AUTHORS][3]. [1]: https://github.com/skyswind/GIScript/issues?direction=desc&labels=Contributor%20Friendly&page=1&sort=updated&state=open [2]: https://github.com/skyswind/GIScript [3]: https://github.com/skyswind/GIScript/blob/master/AUTHORS.rst [4]: https://github.com/skyswind/GIScript/wiki