kwauchope

Results 16 comments of kwauchope

It looks like this has probably been broken since openstreetmap/osm2pgsql@b2a9f7280e13d67aa287ca4202356ff1073338f2 which added 4326 as a requirement. There are two options at the moment: ``` docker exec -it CONTAINER bash su...

A naive approach (my original thought for a hack) would be to have the original density array as an array of floats and use a simple additive combination function. After...

@jjguy I've implemented my naive approach, as it skips doing the normalisation at each step it doesn't seem to impact performance as far as time goes. [nosaturation](https://github.com/kwauchope/heatmap/tree/nosaturation) Added customisable weights...

This is fixed in my projection branch fixingcrs that I haven't put a pull request in for until I've used it a little more in anger. Combination of fixing #12...

Hi, I've done the same thing with my own install, not on git as yet. I did it slightly different than you. Two main things: I didn't have a separate...

@BryceHarlan I'll throw it in next week if that works for you.

Rough code is up, added some basic tests and getting results that look ok at least. Weights between 0 and 1 as discussed in my previous post. Not tested in...

Off topic from the original thread but I like the idea of normalisation, I was looking at that for one of the next things to add. Not only for high...

I found an issue while playing around with some things today. The minimum is east is incorrect, it is the maximum. saveKML() has this issue (which I inadvertantly copied and...

I dynamically set the width and height based on a selectable value 'pixels per degree' (PPD). I then scale this with an upper bound of 8192 which is based of...