Ian Dees
Ian Dees
```python Python 3.6.4 (default, Mar 9 2018, 23:15:03) [GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.39.2)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> from slugify import...
## Description of problem I tried to postgres:upgrade to a specific image that contains PostGIS, but it didn't seem to work. [Here's](https://gist.github.com/iandees/79cc6a94e7a84a1bbccfcd510961d4dd) the trace when it happened. This seems to...
I'm attempting to build mapbox-gl-native to play around with static map rendering. I'm using the Docker image [over here](https://github.com/iandees/atto/blob/master/docker/Dockerfile) to get the dependencies into a ubuntu:latest image. I then try...
While running through the vector-datsource import process for #2001 earlier this week, I ran into a problem where the `way_area` column was missing: ``` DataFetchException: column "way_area" does not exist...
Craig sent me a new data dump for New York State.
It's not documented anywhere, but you can fetch the output from a build for a single spider. For example: https://data.alltheplaces.xyz/runs/2022-05-14-13-32-20/output/culvers.geojson We should also write 302 redirect objects to S3 as...
Should All The Places start including NSI ids in the output? or maybe including the NSI tags directly? This would start including OSM "top level" tags like 'shop=*' or 'amenity=*',...
While diagnosing some blank tiles from my tilserver-gl instance, I noticed that the http/https handler creates an empty success response instead of returning an error: https://github.com/maptiler/tileserver-gl/blob/master/src/serve_rendered.js#L644-L648 This means that in...