Al
|
9977a7a254
|
[mv] Moving osm_admin_boundaries to just admin_boundaries
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
799bbe4912
|
[neighborhoods] Moving neighborhoods index to its own package
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
efc40c5698
|
[fix] polygons
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
c7ea5d9637
|
[fix] typo
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
0a80ec7129
|
[polygons] Adding __iter__ and __len__ to polygon index and keeping track of the number of polygons for iteration
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
9a0ea19d02
|
[polygons] Persistent polygons for neighborhoods index as well, cache size at 100k
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
90142e8559
|
[polygons] neighborhoods repo has the correct polygons for NYC, removing the pediacities version
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
c570bb7aef
|
[fix] priorities in neighborhood index
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
e87c216241
|
[fix] var name
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
ab1a8d4416
|
[fix] Fixes to Zetashapes reverse geocoder
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
a93f110112
|
[fix] moving methods
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
efd167323b
|
[polygons/neighborhoods] refactoring Zetashapes download, adding in PediaCities polygons for NYC neighborhoods
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
333bd7ef45
|
[polygons] refactoring methods for getting cached/non-cached polygons
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
e4ff4a28b1
|
[polygons] Quattroshapes neighborhoods use regular in-memory polygons
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
76fc337d0e
|
[osm/polygons] add building:part to building polygons
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
6a03b0376c
|
[osm/polygons] Using greater simplify tolerance
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
ae62471d32
|
[fix] simplify_polygons in building geocoder, and adding caching back to OSM admin polygons as it's faster when taking into account startup time. Also adding a few properties to buildings and landuse polygons
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
26ada5cdbb
|
[osm/polygons] From benchmarking it seems to make sense to keep OSM polygons in memory after all
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
f76a78120d
|
[fix] properties/polygon key split
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
d460e2abe9
|
[osm/polygons] Trying persistent polygons again on OSM/Quattroshapes to test the new settings
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
171a85bdff
|
[osm/polygons] Storing polygon JSON under a different key so it doesn't have to be read from disk after a successful cache matched point-in-polygon test just to retrieve the properties
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
67a3ee8e2a
|
[fix] var name
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
58f075f2ea
|
[fix] classmethod for loading polygons
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
9755d2cee9
|
[osm/polygons] Keep OSM/Quattroshapes admin polygons in memory as there are fewer of them and they are large
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
f6b88ba456
|
[fix] double prep
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
941ab39a6a
|
[fix] return_all in polygon index
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
7b82af5526
|
[osm/polygons] Keep stats on cache hits/misses for testing cache sizes
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
499a20cb36
|
[osm/polygons] Using an LRU cache for prepped polygons in the various PolygonIndex subclasses. That way can store less simplified polygons but keep frequently accessed ones (like countries) in memory
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
a84047b567
|
[fix] name
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
57c3e0ddd4
|
[fix] import
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
0e58f24172
|
[fix] arg name
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
6d1352334e
|
[fix] command for subdivision polys
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
fe7cc0a937
|
[fix] import
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
142bc293bb
|
[fix] var scope
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
70effea0f7
|
[fix] Simplify OSM polygons but using the new threshold
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
4e17ef6f91
|
[osm] Storing polygon properties in a LevelDB, polygons themselves stay in memory
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
b25682e761
|
[polygons/zones] Adding a polygon reader for OSM zones (named residential/commercial/industrial/military areas) which are closed ways and can be used in addresses e.g. in office parks, larger housing complexes, etc.
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
f79a3c5bf4
|
[osm/polygons] Allowing polygons that GEOS claims are invalid in OSM polygon index (there were some glaring omissions from the index like the polygons for the UK or Berlin). For some reason .buffer(0) creates weird multipolygons that no longer contain their centroids, etc. and aren't useful in reverese geocoding
|
2016-01-17 15:43:21 -05:00 |
|
Al
|
04f251c1cc
|
[polygons] Don't call fix_polygon (force polygon validity) by default
|
2016-01-16 21:21:27 -05:00 |
|
Al
|
58e53cab1c
|
[scripts] Adding the tokenize/normalize wrappers directly into the internal geodata package so pypostal can be maintained in an independent repo
|
2016-01-12 13:29:31 -05:00 |
|
Al
|
c8e4602d4c
|
[fix] Neighborhoods reverse geocoder discriminates between OSM matched with Zetashapes and OSM matched with Quattroshapes
|
2015-11-30 10:59:50 -05:00 |
|
Al
|
b0667d0032
|
[fix] only care about levels in Quattroshapes index, not Zetashapes
|
2015-11-26 23:45:50 -05:00 |
|
Al
|
0eb0042826
|
[fix] Same in neighborhoods reverse geocoder lookups
|
2015-11-26 14:17:17 -05:00 |
|
Al
|
4170f6e9e3
|
[fix] same options for geohash-based index
|
2015-11-26 14:14:53 -05:00 |
|
Al
|
4cff1f8a9d
|
[fix] Quattroshapes neighborhoods index uses geohashes for slightly better coverage
|
2015-11-26 12:45:54 -05:00 |
|
Al
|
98d8054a2b
|
[polygons/quattroshapes] Converting Quattroshapes lookups to an R-tree index
|
2015-11-25 19:37:57 -05:00 |
|
Al
|
8a8e45f2a6
|
[fix] filenames
|
2015-11-25 18:08:04 -05:00 |
|
Al
|
bd88628a98
|
[polygons/quattroshapes] Removing local admin and neighborhoods from the Quattroshapes reverse geocoder since they're covered in neighborhoods
|
2015-11-25 18:06:14 -05:00 |
|
Al
|
40d18aa7f6
|
[polygons/osm] Switching back to buffer(0). Still destroys many polygons, may need to look into another solution
|
2015-11-25 17:10:50 -05:00 |
|
Al
|
de9f3120c8
|
[polygons] Trying a slightly higher value for buffer() as suggested by this issue https://github.com/Toblerity/Shapely/issues/277
|
2015-11-23 15:43:23 -05:00 |
|