Steven Vance

Results 50 comments of Steven Vance

Here's another layer that times out: https://services1.arcgis.com/kZsOWCED80XbRyJ0/ArcGIS/rest/services/MWRD_Layers/FeatureServer/1 ```` cli.esridump - INFO - Built 1 requests using resultOffset method esridump.errors.EsriDownloadError: ('Could not connect to URL', ReadTimeout(ReadTimeoutError("HTTPSConnectionPool(host='services1.arcgis.com', port=443): Read timed out. (read...

Yes! I geotag photos on Instagram more often than I check in on Foursquare.

Instagram locations also pull up massive boundaries, like "all of Chicago" or "all of [this neighborhood]". Does that pose a problem?

This is what I'm using now: ```` stname_pattern = (\S*[a-z]\S*\s){1,6} sttype_pattern = (ave|blvd|cres|ct|dr|hwy|ln|pkwy|pl|plz|rd|row|sq|st|ter|way|broadway|market|o) ```` That "o" in there is to catch the street name "Avenue O". It's imperfect but it...

Any regex should catch the following numbered addresses: 1. "Sale of City-owned property at 1105-1111 E 95th St to 95th St Building LLC" -> "1105-1111 E 95th St" **this is...

@herbiemarkwort That pattern fails on the 1st address "Sale of City-owned property at 1105-1111 E 95th St to 95th St Building LLC", which should match `1105-1111 E 95th St` but...

I'm also trying to make ward and neighborhood-level decision making more transparent. I have maps of [33 neighborhood organizations](http://www.chicagocityscape.com/places.php), that I gathered from ward websites, user submissions, and other datasets...

This seems to be related to https://github.com/Turfjs/turf-buffer/issues/38

I haven't been following BLDS that closely, but is there an intersection with 311? Chicago has a 311 request code for reporting possible building violations, which sends an inspector out...