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
|
bea2b879a7
|
[build] Adding lru-dict, a fast C LRU cache, to requirements.txt for geodata package
|
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
|
2f862ca0ec
|
[osm] Adding place=plot to subdivisions data set
|
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
|
8db7f139ba
|
[osm] Adding building polygon reader, including closed ways for admin polys
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
7990e15661
|
[requirements] Adding LevelDB to requirements
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
12a688df36
|
[osm] Splitting out generic amenities like ATM, fuel, restrooms, etc. so they can be used in category queries. Adding subdivision polygons, postcode polygons, building polygons, adding a few types of place keys to venues data set
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
fc689222da
|
[osm] adding civil boundaries (e.g. postal areas in Dublin), fixing output files
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
492b6ee235
|
[categories] Using TSV files instead of YAML for category queries, easier to edit
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
f3a9f4a257
|
[fix] removing init_gazetteers, doing it at the module level
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
0162194dbc
|
[dictionaries] Adding dictionary type enums to the generator script
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
5d19aacb25
|
[categories] Keeping keys sorted in generated YAML files, ignoring Interlingua queries
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
e65711f6fa
|
[fix] changing extension to .yaml
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
a1a4c5ff7c
|
[build] Moving dependencies for scripts into a requirements.txt
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
3cd32584c6
|
[categories] Moving category configs to YAML files
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
2b4a9f0962
|
[osm] Splitting category queries data into several files (amenities, buildings, natural features, waterways)
|
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
|
9ee1f56a0f
|
[categories] documentation of Nominatim special phrases scraper
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
ac18e383bd
|
[osm] Building OSM file for deriving category queries, zone data for including the names of residential, commercial and industrial areas in the parser. Named landuse and historic features are considered valid places/venues.
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
af73bb300d
|
[fix] Adding islands to admin borders
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
5e2d9f371e
|
[numex] Moving numex script to a different subpackage, adding function for creating ordinals
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
e6b59980e7
|
[categories] Scraper for Nominatim Special Phrases, translated into a number of languages
|
2016-07-21 17:04:57 -04:00 |
|
Al
|
2c32ef440a
|
[osm] Splitting place keys into those that override admin_level and those that are fallbacks when admin_level, etc. are not present
|
2016-07-20 14:59:35 -04:00 |
|
Al
|
8a46950367
|
[fix] label properties for relations
|
2016-07-17 03:13:01 -04:00 |
|
Al
|
d3b1ba12cb
|
[osm] Adding method for overriding per-country boundary types (either by id or containing polygon)
|
2016-07-15 19:50:53 -04:00 |
|
Al
|
753d937b09
|
[osm] update properties of a relation with its label's properties
|
2016-07-15 19:41:07 -04:00 |
|
Al
|
54fc7b47de
|
[fix] include admin center id and type
|
2016-07-15 16:39:21 -04:00 |
|
Al
|
65b4755487
|
[fix] include all relation members from OSM in dependencies
|
2016-07-15 01:56:26 -04:00 |
|
Al
|
e36629b6a9
|
[fix] define var
|
2016-07-14 19:35:22 -04:00 |
|
Al
|
20df34b714
|
[osm] fixing Santa Monica and other polygons by treating member ways with blank role type (old way of specifying outer) as outer boundaries so the polygons are valid, adding a properties-only option admin polygons
|
2016-07-14 19:24:47 -04:00 |
|
Al
|
c42bb4ca9b
|
[fix] Only add nodes to dictionary if they have place= as there are named nodes that are not admin_centres
|
2016-07-14 17:58:54 -04:00 |
|
Al
|
2e7a1cd567
|
[phrases] pulling phrase extraction out of command-line script so it's more reusable for other tasks
|
2016-07-14 17:07:39 -04:00 |
|
Al
|
a7b3403bf7
|
[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-14 17:03:23 -04:00 |
|
Al
|
4d5d0c3621
|
[fix] Reverting to dropping ways/relations in planet-neighborhoods.osm since the polygon index itself can now be checked
|
2016-07-14 16:58:56 -04:00 |
|
Al
|
af3ab3194b
|
[osm] get_first_component for passing in a properties dictionary and returning an address formatting component
|
2016-07-14 16:57:38 -04:00 |
|
Al
|
0094d07621
|
[osm] Adding admin_center properties to admin boundary polygons
|
2016-07-14 16:37:27 -04:00 |
|
Al
|
c0917bec87
|
[osm] Extract all members with role= as dependencies
|
2016-07-14 16:35:08 -04:00 |
|