Al
|
f5bd9b8371
|
[polygons/osm] logging during reverse geocoder construction
|
2015-10-19 15:54:07 -04:00 |
|
Al
|
8609ccbb1d
|
[polygons/osm] lon, lat
|
2015-10-19 15:40:43 -04:00 |
|
Al
|
ef94f1b712
|
[doc] Adding some comments to fetch_osm_address_data.sh
|
2015-10-19 15:39:31 -04:00 |
|
Al
|
83295b1b34
|
[polygons/osm] Adding in-memory OSM reverse geocoder for all admin boundaries
|
2015-10-19 15:38:23 -04:00 |
|
Al
|
4a3994c65e
|
[polygons/osm] Construct polygons from OSM relations using a number of space-saving optimizations in order to process planet in a reasonable amount of memory. Builds a graph of connected ways such that forming polygons is equivalent to finding strongly connected components.
|
2015-10-18 20:53:49 -04:00 |
|
Al
|
b44a72588f
|
[polygons/osm] Connecting OSM polygons from their constituent ways is an instance of finding strongly connected components in a graph, adding implementation
|
2015-10-18 18:23:27 -04:00 |
|
Al
|
a2ad829d52
|
[math] matrix scalar arithmetic
|
2015-10-16 16:26:27 -04:00 |
|
Al
|
ade0e2dc1f
|
[osm] Adding final .osm file variable for borders output
|
2015-10-16 00:46:40 -04:00 |
|
Al
|
b5f8b696bf
|
[osm] Moving parse_osm to a separate module, adding option to list dependencies
|
2015-10-15 20:22:12 -04:00 |
|
Al
|
ca629e295d
|
[osm] Adding admin boundaries filter in OSM data
|
2015-10-15 12:06:11 -04:00 |
|
Al
|
153c8c9cc4
|
[coordinates] Better handling for float DMS coordinates
|
2015-10-14 15:10:58 -04:00 |
|
Al
|
e584745061
|
[formatting] Adding STATE_DISTRICT to formatter for things like counties
|
2015-10-14 15:10:18 -04:00 |
|
Al
|
efba7987b5
|
[coordinates] sticking latlon_to_decimal in its own module, adding missing methods
|
2015-10-14 13:38:09 -04:00 |
|
Al
|
9d9568b8c8
|
[polygons] Adding quattroshapes files to download script
|
2015-10-14 01:15:27 -04:00 |
|
Al
|
f5bf7b8f2d
|
[fix] ordering and reverse geocoder fields
|
2015-10-13 22:26:30 -04:00 |
|
Al
|
e7b1040a47
|
[polygons] Admin level constants, using transformed name as the sort key
|
2015-10-13 21:22:09 -04:00 |
|
Al
|
d151445dc3
|
[fix] class var
|
2015-10-13 20:46:12 -04:00 |
|
Al
|
4e34575ed2
|
[fix] name
|
2015-10-13 20:45:31 -04:00 |
|
Al
|
16e7046f7c
|
[polygons] Aliasing names for various polygons types
|
2015-10-13 20:44:59 -04:00 |
|
Al
|
cc853345fb
|
[fix] json.loads
|
2015-10-13 19:58:03 -04:00 |
|
Al
|
9ee2a7a474
|
[polygons] Saving line-delimited GeoJSON to reduce memory consumption when loading
|
2015-10-13 19:14:35 -04:00 |
|
Al
|
646ad64af8
|
[fix] A few Quattroshapes fixes
|
2015-10-13 17:52:21 -04:00 |
|
Al
|
e6fc405eb9
|
[fix] conversion errors
|
2015-10-13 12:47:50 -04:00 |
|
Al
|
ec8f06155d
|
[fix] set
|
2015-10-13 11:44:53 -04:00 |
|
Al
|
2a7bf82951
|
[fix] filename
|
2015-10-13 11:43:48 -04:00 |
|
Al
|
b90bf19133
|
[fix] include properties
|
2015-10-13 10:58:42 -04:00 |
|
Al
|
5b1447684d
|
[fix] import
|
2015-10-13 10:56:51 -04:00 |
|
Al
|
28d1c471a7
|
[polygons] Property transforms/validation in Quattroshapes reverse geocoder
|
2015-10-13 10:55:22 -04:00 |
|
Al
|
09beae845e
|
[fix] missing fields in local admin polygons
|
2015-10-13 03:15:25 -04:00 |
|
Al
|
ea3fa2f09f
|
[fix] neighborhoods sort order
|
2015-10-12 16:17:48 -05:00 |
|
Al
|
689edf2cbc
|
[fix] init_languages not needed for reverse geocoder
|
2015-10-12 15:43:54 -05:00 |
|
Al
|
0fd65c0dea
|
[fix] include properties
|
2015-10-12 15:41:53 -05:00 |
|
Al
|
20567bf9a3
|
[polygons] Adding full quattroshapes-backed reverse geocoder to add to OSM training data
|
2015-10-12 15:37:21 -05:00 |
|
Al
|
1b2642fe58
|
[polygons] Addindg ability to specify include properties by filename
|
2015-10-12 15:36:24 -05:00 |
|
Al
|
080ccf0ddd
|
[fix] logging warnings in transliterate
|
2015-10-12 13:50:42 -05:00 |
|
Al
|
baef090793
|
[logging] Wrapping logging statements in a do while (0) so the compiler always at least sees debug code
|
2015-10-12 13:42:10 -05:00 |
|
Al
|
b88f237d82
|
[build] Adding separate Makefile target for downloading geodb
|
2015-10-11 22:27:25 -05:00 |
|
Al
|
588cf1df86
|
[build] Changing options to libpostal_data script to allow downloading geodb, uploaded first version to S3
|
2015-10-11 22:25:37 -05:00 |
|
Al
|
39d3af20cf
|
[build] Checking for shuf/gshuf
|
2015-10-11 11:13:53 -05:00 |
|
Al
|
372e952cd3
|
[geodb] Adding some logging to geodb
|
2015-10-11 01:00:08 -05:00 |
|
Al
|
cb334b9fb1
|
[geodisambig] Shaving a few hundred more megabytes off of the geodb by only adding a single geohash prefix and not indexing the neighbors (query can use its neighbors)
|
2015-10-11 00:45:26 -05:00 |
|
Al
|
2394f817e4
|
[phrases] Fixing fallback at the end of a string in trie search
|
2015-10-11 00:13:21 -05:00 |
|
Al
|
29bc0fd11e
|
[build] Makefile changes for the new geodb
|
2015-10-09 15:54:44 -04:00 |
|
Al
|
a6fbd48bec
|
[geodb] geodb builder changes to support the new, more compact geodb
|
2015-10-09 15:53:56 -04:00 |
|
Al
|
bf596b9184
|
[utils] integer string sizes
|
2015-10-09 15:40:47 -04:00 |
|
Al
|
4dad121334
|
[fix] Initializing booleans in postal code constructor
|
2015-10-09 15:40:28 -04:00 |
|
Al
|
44da2e446b
|
[geodb] Additional filenames and struct members in geodb.h
|
2015-10-09 15:37:10 -04:00 |
|
Al
|
67d128c386
|
[graph] graph_load and graph_save
|
2015-10-09 15:36:14 -04:00 |
|
Al
|
9fe2250521
|
[geodb] Using a trie for geo disambiguation features rather than the sparkey hashtable, sparkey simply contains the ids or code/country pairs in the case of postal codes
|
2015-10-09 15:35:50 -04:00 |
|
Al
|
cd6a0ab90b
|
[geodb] Prefixing features with name for geo disambiguation (better trie compression) and removing the longer geohash prefix features
|
2015-10-09 15:16:08 -04:00 |
|