Timothy Ellersiek

Results 60 comments of Timothy Ellersiek

For those having problems with this issue, I used a fork instead which fixed this in the latest master - `pip install git+https://github.com/jace/rq-dashboard.git@master`

Greetings @jGaboardi @martinfleis @gegen07 - I thought I would hijack this thread. We didn't know about spopt until a a few days ago. We built a separate open source library...

Thanks @qszhao - appreciated. Would you generally be interested in some additional jupyter notebooks making it easier for GIS users to understand who are not savvy with matplotlib? Here is...

Thanks - I am happy to contribute. I will update the notebook with comments and also add 3 more for the remaining models LSCP, P-Median and P-Center over the next...

Related https://github.com/yuzhva/react-leaflet-markercluster/issues/149#issuecomment-854920761

http://www.postgresonline.com/journal/archives/267-Creating-GeoJSON-Feature-Collections-with-JSON-and-PostGIS-functions.html

@zephylac this is the corresponding issue related to #68 - we can basically handle everything in postgres with customized functions and keep the logic away from python.

From the top of my head: the tags are in a separate table by design. It's because the information can be optionally added and its columns can be individually queried....

It is like this: ``` public | ops_planet_pois | table | admin public | ops_planet_pois_categories | table | admin public | ops_planet_pois_tags | table | admin ``` **ops_planet_pois** ``` gis=#...