Skip to content

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

Notifications You must be signed in to change notification settings

woodpeck/postpass-ops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 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 http://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.

FOSSGIS talk

I presented the software with many examples at FOSSGIS 2025, and here are the (German) slides of that presentation: fossgis-talk.pdf

Announcements on public forums

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages