| title | description | version | last_updated | author | tags | status | |||
|---|---|---|---|---|---|---|---|---|---|
OSM Notes Organization |
Complete analytics and visualization platform for OpenStreetMap Notes |
1.0.0 |
2026-01-25 |
AngocA |
|
active |
Complete analytics and visualization platform for OpenStreetMap Notes
Welcome to the OSM Notes organization! We provide comprehensive analytics, visualization, and programmatic access to OpenStreetMap notes data through 8 interconnected projects.
- Just want to view data? → OSM-Notes-Viewer - Web application at notes.osm.lat
- Want to process data? → Start with OSM-Notes-Ingestion (base project)
- Need help deciding? → See Decision Guide
graph TB
subgraph External["External Sources"]
OSM[OSM Planet/API]
end
subgraph Base["Base Project"]
INGESTION[OSM-Notes-Ingestion<br/>Base Project]
end
subgraph Processing["Processing Layer"]
ANALYTICS[OSM-Notes-Analytics<br/>ETL & Data Warehouse]
WMS[OSM-Notes-WMS<br/>WMS Service]
end
subgraph Delivery["Delivery Layer"]
DATA[OSM-Notes-Data<br/>JSON Files]
API[OSM-Notes-API<br/>REST API]
VIEWER[OSM-Notes-Viewer<br/>Web App]
end
subgraph Support["Support Layer"]
MONITORING[OSM-Notes-Monitoring]
COMMON[OSM-Notes-Common<br/>Shared Libraries]
end
OSM --> INGESTION
INGESTION --> ANALYTICS
INGESTION --> WMS
ANALYTICS --> DATA
ANALYTICS --> API
DATA --> VIEWER
MONITORING -.-> INGESTION
MONITORING -.-> ANALYTICS
COMMON -.-> INGESTION
style OSM fill:#ADD8E6
style INGESTION fill:#90EE90
style ANALYTICS fill:#FFFFE0
style VIEWER fill:#DDA0DD
| Project | Description | Status |
|---|---|---|
| OSM-Notes-Ingestion | Base project - Downloads and synchronizes OSM notes | ✅ Active |
| OSM-Notes-Analytics | Data warehouse, ETL, and analytics | ✅ Active |
| OSM-Notes-API | REST API for programmatic access | ✅ Active |
| OSM-Notes-Viewer | Interactive web application | ✅ Active |
| OSM-Notes-WMS | Web Map Service for geographic visualization | ✅ Active |
| OSM-Notes-Monitoring | Centralized monitoring and alerting | ✅ Active |
| OSM-Notes-Common | Shared libraries and utilities | ✅ Active |
| OSM-Notes-Data | JSON data files (auto-generated) | ✅ Active |
All shared ecosystem documentation is centralized in OSM-Notes-Common:
- Global Glossary - Terms and definitions
- Complete Installation Guide - Step-by-step installation
- End-to-End Data Flow - Complete data flow
- Decision Guide - Which project do I need?
📖 Full Documentation: See the OSM Notes Ecosystem Landing Page for complete overview.
- Live Demo: notes.osm.lat
- OpenStreetMap: https://www.openstreetmap.org/
- OSM Notes API: https://wiki.openstreetmap.org/wiki/API_v0.6#Notes
Maintained by: @AngocA and the OSM Notes community