https://github.com/lucasht22/city23dprint
https://github.com/lucasht22/city23dprint
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucasht22/city23dprint
- Owner: LucasHT22
- Created: 2025-05-22T20:56:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-02T20:22:47.000Z (10 months ago)
- Last Synced: 2025-08-02T22:19:38.885Z (10 months ago)
- Language: TypeScript
- Homepage: https://city23dprint.devlucas.page
- Size: 393 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# City23DPrint
This project allows you to select regions on an interactive map and generate corresponding 3D STL models of buildings using open data from OpenStreetMap, all without saving anything to disk. The STL is rendered live in the browser using in-memory processing.
## Features
- Select any area on the map via Leaflet
- Query buildings from OpenStreetMap (via Overpass API)
- Generate STL models from selected GeoJSON in real time
- Serverless architecture
## Run
```
yarn build
yarn add @turf/helpers @turf/boolean-valid
yarn add @jscad/modeling
yarn dev
```
---
Check my website devlucas.page :)