Steven Ottens

Results 10 issues of Steven Ottens

I'm trying to install neo4j spatial on a completely new ubuntu 16.04 machine. I have installed neo4j per these instructions: http://debian.neo4j.org/ and I am building neo4j spatial from source code...

The Dutch have a very detailed open data DEM of their country 0.5m resolution with ~5 cm vertical accuracy. I used it to create my own terrain tiles way back...

data source

After setting a day and/or hour filter by dragging a box on the respective barchart: ![image](https://user-images.githubusercontent.com/394323/34042830-c12b9d0c-e19e-11e7-9686-2aab677e7c24.png) and unselecting again by clicking outside the selection box on the barchart, the other...

While testing the application I noticed that lower average speeds have higher percentage changes when compared against the reference speeds. This is counter intuitive: a lower average speed should have...

## Bug #### Which Delta project/connector is this regarding? - [x] Spark - [ ] Standalone - [ ] Flink - [ ] Kernel - [ ] Other (fill in...

bug

My inline documentation uses **bold** markdown to emphasize certain bits. This works fine with joDoc, but fails in jodoc-js. It ignores the entire line after the *. A quick scan...

I'm trying to get the opentraffic servers running again and run into troubles getting the services to run at all. In the end I discovered that the planet_YYYY_MM_DD-HH_MM_SS file &...

question

Currently it uses standard `fs.readFileSync` and `JSON.parse` but that will fail on big JSON files. Replace this with tools like `big-json` to handle larger (Geo)JSON files.