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

I am currently getting this error: ``` scripts/setup_mason.sh: line 11: curl: command not found gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Error is not recoverable:...

``` src/python_grid_utils.cpp:108:26: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] PyUnicode_FromUnicode(line.get(), array_size)))); ^ /Library/Frameworks/Python.framework/Versions/3.11/include/python3.11/cpython/unicodeobject.h:600:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( ^ /Library/Frameworks/Python.framework/Versions/3.11/include/python3.11/pyport.h:336:54: note: expanded from macro 'Py_DEPRECATED' #define...

This fixed the cmake build that is currently in the branch `feature/cmake` for me. Maybe this is helpful for somebody else.

Hi, I'm trying to find a simple and important information: What is the last Mapnik version compatible with the last Python-Mapnik bindings version? Thank you.

Hello Community, I have successfully build mapnik and mapnik-python binding, however i am getting below error while importing the python, any help is appreciated. Python 3.9.16 . >>> import mapnik...

`build.py` & `setup.py` still use the deprecated distutils which will be removed in Python 3.12. From [What’s New In Python 3.10](https://docs.python.org/3/whatsnew/3.10.html#distutils-deprecated): > The entire `distutils` package is deprecated, to be...

### The issue Current `nose` based tests are not compatible with python3.11. `nose` itself is out of date. ### Solution Migrate unit tests to use `pytest`

As mapnik now has changed to cmake and supports static plugins, I think the next step is to port python-mapnik, too. As a lot has changed, I would also update...

Hello, After upgrading from Linux Mint 19 to 21.1, `import mapnik` unfortunately does not work anymore: `>>> import mapnik Traceback (most recent call last): File "", line 1, in File...