Stefan E
Stefan E
Hi, I am experiencing a potentially expensive issue where I want the user to be able to use several styles offline that all use the same data source. As per...
Hi there, following the example, `pptk.view()` hangs without showing any information. How to reproduce: ```python import numpy as np import pptk x = np.random.rand(100, 3) pptk.viewer(x) ``` I'm running pptk...
Hi and thanks for your work. I need to have consistent appearance of variable's colours in my plots. That's why I assigned every data entry a custom colour ("#AABBCC") based...
There is no update queue. Update processes are started on a first come first serve basis. Jobs with a low interval have a higher chance of updating.
* MonetDBLite-Python version: 0.6.3 * Python version: 3.7.3 * Pip version: 19.0.3 * Operating System: Arch Linux ### Description I'm trying to execute the following statement: `monetdblite.sql('CREATE TABLE IF NOT...
* MonetDBLite-Python version: 0.6.3 * Python version: 3.7.3 * Pip version: 19.0.3 * Operating System: Arch Linux ### Description I'm importing point cloud data. Since some processing steps are pretty...
SOTM18 had a [talk](https://2018.stateofthemap.org/2018/T101-Energy_efficient_routing_with_OSM/) about energy efficient routing. The talk was recorded but has not been published yet. This should not be very difficult to implement as a routing profile...
Many OSM-based mobile navigation apps allow choosing from a variety of online routing providers. Integrating the OpenRouteService within some of these apps would highly increase exposure to users while not...