spatial icon indicating copy to clipboard operation
spatial copied to clipboard

ALPHA: geographic data service backed by spatialite

Results 26 spatial issues
Sort by recently updated
recently updated
newest added

Hello! I'm using the spatial server for a toy geocoder I'm working on and I ran into a limitation with the names endpoint that led to some very weird bugs...

I'm trying to add more consistency in abbreviations. In WOF data we can find countries and dependencies with iso2 and iso3 abbreviations. In [pelias/whosonfirst](https://github.com/pelias/whosonfirst/) we are using only iso3 abbreviation,...

cc/ @Joxit are you seeing this too? duplicated here, although I'm not convinced its an issue with the `baseimage`: https://github.com/pelias/docker-baseimage/issues/25 ```bash docker pull pelias/spatial:latest ``` ```bash docker run --rm -it...

bug

This issue is to track beta testing issues for the point-in-polygon system intended as a replacement for `pelias/pip-service`

enhancement

this DRAFT PR adds a new point-in-polygon endpoint which will hopefully be able to replace the existing `pelias/wof-admin-lookup` code. the new endpoint returns: - spatial matches - hierarchies and then...

This PR adds support for the AU ASGS format https://github.com/whosonfirst-data/whosonfirst-data/issues/1509#issuecomment-662996671

Basic benchmarks show that the point-in-polygon API takes between 0 & 1 millisecond to execute. We don't fully understand what the performance is like: - under heavy load - on...

enhancement

This PR adds support for the ONS Postcode Directory (ONSPD) for the United Kingdom https://geoportal.statistics.gov.uk/datasets/ons-postcode-directory-may-2020 I was interested to see what the coverage was like and found out: - It's...

this code was on a branch without an open PR, so I opened this so the code isn't lost.

I've been playing around with getting `spatialite-gui` to compile. It's currently failing to install `librasterlite2` on my system with: ```bash ../headers/rasterlite2_private.h:376:2: error: unknown type name 'time_t' time_t last_used; ^ In...