Skip to content

woodpeck/postpass-ops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postpass Operations

I am currently running an instance of the Postpass service on Geofabrik servers at https://postpass.geofabrik.de/.

Try it out:

curl -g https://postpass.geofabrik.de/api/0.2/interpreter --data-urlencode "data=
    SELECT tags, geom 
    FROM postpass_point
    WHERE tags->>'amenity'='fast_food' 
    AND geom && st_makeenvelope(8.34,48.97,8.46,49.03,4326)"

Or: https://overpass-turbo.eu/s/21wP

{{data:sql,server=https://postpass.geofabrik.de/api/0.2/}}

SELECT tags, geom
FROM postpass_point
WHERE tags->>'amenity'='fast_food'
AND geom && {{bbox}}

Or: https://overpass-ultra.us/#m=14.00/51.9640/7.6129&q=LQhQBcE8AcFMC4AE0D2Bnc0CGa2hMKAMoCiAMiQMIAqi4WA5mgDSIOwoC2oAYgEoB5ALLJ0mHGgD6qAJYA7cKADqACRJ8SdRmmAA+XQHIsnWHJlQDAXgMAzHOEk2UKACYHQAQQByAETYdORAAyIMQiakkhLABrWBI5ADdYABsUOAAKAG9MgHc0UwBfAuYAFgBmACYANgBKUCA

---
type: postpass
---
SELECT tags, geom
FROM postpass_point
WHERE tags->>'amenity'='fast_food'
AND geom && ST_MakeEnvelope({{wsen}},4326)

This repository does not contain any software. It is intended to document details about this particular instance (such as which database schema is currently available, which software version is running and so on).

Please use the "issues" feature of this repository if you want to discuss operational issues.

Database schema

See SCHEMA.md for a description of the database schema.

Talk slides

I presented the software with many examples at the State of the Map and State of the Map EU conferences in 2025, and here are the talk slides. A German-language presentation was also held at FOSSGIS 2025 (slides) but caution, this was an earlier version and many things in that talk are not accurate for the currently running version.

Announcements on public forums

About

operational issues about the Postpass instance run on postpass.geofabrik.de

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages