Peter Johnson
Peter Johnson
Hi @CharlesG-Branch, we have been working on a new system which starts up instantly, would you be interested in BETA testing that? If you were to remove `locality` from the...
Well then you're going to love this... ``` curl -s https://data.geocode.earth/wof/dist/spatial/whosonfirst-data-admin-us-latest.spatial.db.bz2 | lbunzip2 > whosonfirst-data-admin-us-latest.spatial.db ``` ``` docker run --rm -it -v "${PWD}:/data" -p 3000:3000 pelias/spatial server --db=/data/whosonfirst-data-admin-us-latest.spatial.db ``` There...
Try out these paths locally: ``` GET /explore/pip#14/37.785240/-122.424624 GET /query/pip?lon=-122.42457937449218&lat=37.78471707419765&role=boundary GET /query/pip/verbose?lon=-122.42457937449218&lat=37.78471707419765&role=boundary GET /query/pip/_view/pelias/-122.42457937449218/37.78471707419765 ``` With the last of these being a 'reverse compatible' endpoint with this repo, although that's...
The magic here is that the data is loaded in mmap mode so the linux filesystem cache provides an in-memory LRU cache for the 'hot pages', you don't need to...
Looks like a bug thanks, easily fixed. I'm opening up https://github.com/pelias/spatial/issues/47 for further feedback, please add any more beta testing notes over there so I can track them in one...
More download options from our site https://geocode.earth/data
If y'all would like commercial support we'd be happy to supply other data such as OSM and US CENSUS data for your business as seen in our demo https://spatial.demo.geocode.earth/explore/pip
bug resolved in https://github.com/pelias/spatial/pull/48
:+1: sounds good, we'd be happy to accept a PR which allows an array of country codes. It would need to be backwards compatible so that either a string or...
There is no single place documenting all the config options, I think this would be nice for users but it would also be difficult for us to maintain. Each section...