python-mapnik icon indicating copy to clipboard operation
python-mapnik copied to clipboard

Python bindings for mapnik

Results 128 python-mapnik issues
Sort by recently updated
recently updated
newest added

after executing the installation as stated in [README.md](https://github.com/mapnik/python-mapnik/blob/master/README.md), the module can not be imported into python, throwing the following error. ``` python -c "import mapnik" Traceback (most recent call last):...

Hi, As I already mentioned in https://github.com/mapnik/mapnik/issues/3957#issuecomment-409242605 I have compiled conda packages for `mapnik` and `python-mapnik`. Currently I've compiled the following versions for linux and python 2.7 with all optional...

MacOS Sierra 10.12.6 (16G1036) ``` MASON_BUILD=true python setup.py install ... building 'mapnik._mapnik' extension Compiling with an SDK that doesn't seem to exist: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk Please check your Xcode installation ``` ```...

I am stuck with the mapnik-python installation. I keep getting this error: "ld: library not found for -lboost-python3 clang: error: linker command failed with exit code 1 (use -v to...

How to use mapnik for vector slicing, such as cutting a shp file into a multi-layer pyramid image

I successfully built python-mapnik using the mason build, according to instructions. However, pycairo test fails as already mentioned in #168. I am able to create svg as long as I...

I Install mapnik with mapnik-config -v 3.1.0; but I install python-mapnik,then rundemo.py , [root@vultr python]# python rundemo.py Traceback (most recent call last): File "rundemo.py", line 25, in import mapnik File...

Moved here from https://github.com/mapnik/mapnik/issues/2324 Basically Mapnik 3.x overhauled how symbolizers work in core. This is for the better: they are now flexible key-value objects. But previously the python bindings modeled...

Hello, i have some troubles installing the python binding. the command `sudo python setup.py install` ends up with ``` In file included from /usr/include/mapnik/params.hpp:29:0, from /usr/include/mapnik/datasource.hpp:28, from src/mapnik_datasource.cpp:38: /usr/include/mapnik/util/variant.hpp:27:30: fatal...

GDAL plugin not use overview for GeoTiff Tested on: - Ubuntu 14.04 builded python-mapnik from source v3.0.16 - Ubuntu 18.04 installed from repository v3.0.17 On Ubuntu 14.04, python-mapnik installed from...