添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
星星上的毛豆  ·  Python ...·  2 月前    · 
旅途中的柚子  ·  Developer Community·  2 月前    · 
听话的机器猫  ·  C++ ...·  9 月前    · 
小胡子的数据线  ·  java 导入excel文档 ...·  1 年前    · 

Repository files navigation

Kartograph is not maintained anymore

As you probably already guessed from the commit history in this repo, Kartograph.py is not maintained , which means that bugs are not being fixed and new features are not being added anymore. The original maintainer decided to move on with his life.

Bummer, I know! But... there is a great alternative!

I highly recommend using mapshaper instead, either the web gui or via command-line. It's what I use for all my mapping needs nowadays.

Of course, if anyone wants to take over, kartograph.py is all yours.

Kartograph.py

Kartograph is a Python library that generates SVG maps from ESRI shapefiles. Please have a look at the API docs for more details.

Author

Kartograph was created by Gregor Aisch and is supported by dpa-newslab , Piwik Web Analytics and the Open Knowledge Foundation .

License

Kartograph.py is licensed under AGPL

Current status

Kartograph.py is still beta, which means that there are some bugs left to fix.

However, feel free to test it while it is been developed. To do so I recommend to use virtualenv and virtualenv-wrapper .

> mkdir kartograph-py
> git clone [email protected]:kartograph/kartograph.py.git kartograph-py
# create and activate a new virtual environment
> mkvirtualenv kartograph
# install and use Kartograph
(kartograph)> cd kartograph-py
(kartograph)> python setup.py install

See install documentation