kotfic

Results 67 comments of kotfic

@Gustavohernandez1 while @jbeezley is right that there are some issues with refreshing and comm stuff, this actually looks like a much more simple problem. Currently you are calling ```M.layers.annotation.add_annotation``` and...

@digitaltopo Assuming you've set up your RasterDataCollection correctly then ```next(M.layers.annotation.rectangles[0].data)``` should return data from the first rectangle annotation from the first layer. If you've only got one layer on the...

@digitaltopo No, that looks right to me. If it's not too much trouble could you try going into tests/integration folder and running ```./get_test_data.sh```? This will download a couple of geotiffs...

Interval is actually used for calculating colormaps min/max (especially for data that is too large to calculate min/max). It would be nice if we could get this to work with...

@tiagofassoni FWIW locally I build a wheel from python-mapnik's source code and then use that to install across different development/review environments. The wheel can't really be distributed, but it does...

A few things: 1. Using the ansible role to deploy to circle sounds like a good idea. I have created an issue. 2. Because of the complexity of deploying and...

I'm guessing that [result](https://github.com/OpenGeoscience/geonotebook/blob/1dd2276e83039b66a87ab8ff64572414fb3668fe/js/src/Geonotebook.js#L125) is undefined and that is creating a bad message? Maybe some more [validation](https://github.com/OpenGeoscience/geonotebook/blob/68005660301d1b12dd79fd3744ad58c5754378dd/js/src/jsonrpc/response.js#L2)?

@kilroy68 The primary issue here is the process which owns the memory allocated by gdal. Jupyter's architecture includes two separate process spaces, one for python execution environment (the kernel) and...

matplotlib generates image data in the kernel process space and jupyter wraps a rendering backend to push those images to the client via a ```kernel tornado client``` bridge. This is...

+1 I am also seeing both these issues, both with master of mapnik/python-mapnik and with [email protected]/python-mapnik@ea5fd1135 on fresh install of archlinux