21 Placetypes

There are currently 5,362,429 places in WoePlanet; these are their placetypes…

Search again including deprecated places, unknown places, places that visit Null Island or everything?

This query took 0.003 seconds ⌛; show me the details?

        
0.003 seconds ⌛
{ "query": { "bool": { "must": [], "must_not": [ { "term": { "woe:placetype": 0 } }, { "term": { "geom:latitude": { "value": 0.0 } } }, { "term": { "geom:longitude": { "value": 0.0 } } }, { "exists": { "field": "woe:superseded_by" } } ] } }, "aggs": { "placetypes": { "terms": { "field": "woe:placetype_name", "size": 10000 } } }, "sort": [ { "woe:scale": { "order": "asc", "mode": "max" } }, { "geom:area": { "order": "asc", "mode": "max" } }, { "woe:id": { "order": "asc", "mode": "max" } } ] }