Initial mock-up cache tool

This commit is contained in:
2026-08-09 13:17:23 -04:00
commit 184f135779
7 changed files with 317 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# The Birdcage
This is a simple tool to cache OSM queries into PostgreSQL.
## Setup
You need these packages installed:
- Node.js
- curl
- ogr2ogr (part of the GDAL suite)
## Usage
1. Configure your `.env` file with the appropriate OSM query, PostgreSQL connection details, and layer name. The OSM query must be url encoded!
2. Run the cache script