48 Commits

Author SHA1 Message Date
Yuyang Shu
b3dcfe610b whosonfirst neighbourhood reverse geocoder 2020-05-05 11:50:30 +10:00
Al
614479aee1 [neighborhoods] don't add point with same name as existing OSM polygon 2017-02-14 16:40:08 -05:00
Al
854ac853a9 [fix] OSM neighborhoods index check 2017-02-14 03:53:22 -05:00
Al
a416a314fa [fix] var 2017-02-14 03:38:53 -05:00
Al
5bbc0e15d7 [fix] poly.context 2017-02-14 03:09:02 -05:00
Al
b9c24867d7 [fix] set component to suburb on OSM neighborhoods index 2017-02-14 02:19:53 -05:00
Al
072a838fde [neighborhoods] components are now pre-calculated by CTH index 2017-02-14 02:04:07 -05:00
Al
c91a0bdb91 [fix] rm 2017-02-14 01:56:24 -05:00
Al
949c10ab22 [fix] remove print 2017-02-14 01:53:54 -05:00
Al
738bd7b525 [neighborhoods] logging, moving OSM/CTH before Quattroshapes for easier testing 2017-02-14 01:52:59 -05:00
Al
67f69ce6ce [fix] move 2017-02-14 01:51:23 -05:00
Al
6c68d446a0 [neighborhoods] adding ClickThatHood config to whitelist/specify what kind of polygon is specified in each file. Adding OSM neighborhoods (ways/relations where place=neighbourhood to reduce ambiguity) as the highest priority, followed by CTH/OSM, CTH, Quattro/OSM, Quattro 2017-02-14 01:48:43 -05:00
Al
a0d674274a [neighborhoods] immutable data structures when loading from JSON 2017-02-10 23:54:24 -05:00
Al
80c404899c [neighborhoods] adding some of the pure Quattroshapes neighborhoods (not matched to OSM) to be classified as city_district, starting with districts of Prague 2016-12-22 17:58:34 -05:00
Al
585b203a4f [fix] /props/attrs/ 2016-12-18 15:32:09 -05:00
Al
82b26117aa [fix] name comparison in neighborhoods index 2016-12-18 15:27:21 -05:00
Al
8322e98ad3 [fix] var name II 2016-12-18 11:42:16 -05:00
Al
0c55bc3bb8 [fix] var name 2016-12-18 11:41:00 -05:00
Al
e5657c5612 [fix] putting the neighborhoods check after the dupe threshold check, as it's not really needed until then anyway 2016-12-18 03:00:40 -05:00
Al
4314a6822d [fix] don't need to do two checks for OSM boundaries 2016-12-18 02:32:05 -05:00
Al
590246748f [fix] move OSM check to after ClickThatHood/Quattroshapes checks as we don't need to check the point if it doesn't match a neighborhood geometry. Should speed up neighborhood index construction 2016-12-18 02:27:50 -05:00
Al
d357f0f37c [neighborhoods] check polygon boundaries in OSM neighborhood points for a name match at the city level or below 2016-12-18 01:46:44 -05:00
Al
026737cd3b [neighborhoods] adding component to neighborhoods index at construction time 2016-12-14 03:07:13 -05:00
Al
6b04711195 [neighborhoods] adjust cache size when building neighborhoods index 2016-12-13 16:11:42 -05:00
Al
cd91068f0f [neighborhoods] fix neighborhoods index checks to include the borough points while still not making letting something like Santa Monica pass as a neighborhoods when it's a proper city 2016-12-13 02:30:24 -05:00
Al
bb32253689 [fix] args 2016-10-05 02:54:52 -04:00
Al
faf418decb [languages] using country_and_languages method in OSM, neighborhoods and OpenAddresses 2016-10-05 02:49:55 -04:00
Al
a620cae6e0 [fix] var 2016-07-23 15:45:07 -04:00
Al
487d589531 [fix] remove var 2016-07-23 15:17:47 -04:00
Al
bfc75912bc [fix] Only skip Quattroshapes matching if place=neighborhood 2016-07-23 15:15:23 -04:00
Al
31db378303 [fix] var name 2016-07-23 02:32:30 -04:00
Al
ba507fded0 [fix] OSM component mapping in neighborhoods index 2016-07-23 01:44:43 -04:00
Al
a3e11974e6 [fix] import 2016-07-23 01:07:43 -04:00
Al
d18362056f [fix] typo 2016-07-23 00:32:48 -04:00
Al
ae3ee39709 [fix] Using containing polygons from OSM to determine component type in neighborhoods index 2016-07-22 19:16:44 -04:00
Al
9bf065f8a5 [fix] var 2016-07-22 19:06:12 -04:00
Al
7489c14455 [osm] Adding method for overriding per-country boundary types (either by id or containing polygon) 2016-07-21 17:04:57 -04:00
Al
99fa6eee61 [osm] Neighborhood index now uses OSM admin R-tree to check whether nodes that are otherwise classified as non-suburbs (e.g. Santa Monica is a city) but may still match one of the neighborhood data sets, are excluded from the final neighborhood index 2016-07-21 17:04:57 -04:00
Al
9c931a329e [neighborhoods] /zetashapes/clickthathood/ 2016-07-21 17:04:57 -04:00
Al
c91950ea6c [osm] Adding OSM file for places stored as nodes. Adding a general venue definition accessible from the geodata Python package. OSM definitions expand simple variables so can reuse/combine definitions in the bash script 2016-07-21 17:04:57 -04:00
Al
d3b936067e [fix] neighborhood reverse geocoder using the new OSM definitions module which keeps track of whatever the data fetching script defines as being a valid {neighborhood, admin boundary, etc.} 2016-07-21 17:04:57 -04:00
Al
3c16973cac [fix] OSM neighborhood ids 2016-07-21 17:04:57 -04:00
Al
d86443a697 [fix] Adding basic Han numeral replacement to neighborhood deduping 2016-07-21 17:04:57 -04:00
Al
d519054eb4 [fix] try/except for GeoJSON in neighborhoods index, some of the neighborhoods repo polygons were using 3 coordinates 2016-07-21 17:04:57 -04:00
Al
b8513c0dc6 [osm] Adding osm_type_and_id function for handling all-to-nodes output from osmfilter. Using in neighborhoods as well as admin rtree. 2016-07-21 17:04:57 -04:00
Al
8ae524005a [fix] import 2016-07-21 17:04:57 -04:00
Al
55717f1060 [fix] file encoding 2016-07-21 17:04:57 -04:00
Al
f4e6a405e1 [polygons] Moving neighborhoods reverse geocoder to match the naming convention, adding coding: utf-8 2016-07-21 17:04:57 -04:00