Commit Graph

957 Commits

Author SHA1 Message Date
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
Al
77c4bb10c6 [utils] Adding kh_foreach_key 2015-10-09 11:51:32 -04:00
Al
151161cab3 [fix] Raising error in geonames output if a country cannot be localized 2015-10-07 03:45:56 -04:00
Al
1917816b80 [countries] Not relying on pycountry alpha 2 codes for localized country names as it doesn't contain Kosovo which was causing problems 2015-10-07 03:44:49 -04:00
Al
1e98932b82 [fix] setting array->n after reading in both graph and sparse_matrix implementations 2015-10-06 19:28:28 -04:00
Al
5a231fb709 [graph] Builder for graphs not constructed in vertex-sorted order 2015-10-06 19:03:10 -04:00
Al
4984352eda [graph] Simple sparse graph implementation, essentially a sparse matrix with no values array 2015-10-06 18:58:18 -04:00
Al
3084fc929b [geodb] Was missing country boundary type in GeoDB causing some misses in parsing 2015-10-06 16:01:22 -04:00