Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/answerquest/soi_png_proxy
proxy PNG map tiles server which converts SOI webp tiles to PNG on the fly
https://github.com/answerquest/soi_png_proxy
fastapi proxy survey-of-india
Last synced: 16 days ago
JSON representation
proxy PNG map tiles server which converts SOI webp tiles to PNG on the fly
- Host: GitHub
- URL: https://github.com/answerquest/soi_png_proxy
- Owner: answerquest
- License: mit
- Created: 2022-05-21T08:16:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T03:01:48.000Z (over 2 years ago)
- Last Synced: 2024-10-24T03:28:52.008Z (about 2 months ago)
- Topics: fastapi, proxy, survey-of-india
- Language: Python
- Homepage: https://server.nikhilvj.co.in/soiproxy/docs
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## SOI PNG proxy
API Doc (swagger): http://localhost:5520/docs
Can test the tile URL quickly on https://geojson.io (Meta -> Add map layer)
On local:
http://localhost:5520/{z}/{x}/{y}.pngLive:
https://server.nikhilvj.co.in/soiproxy/{z}/{x}/{y}.pngExample:
https://server.nikhilvj.co.in/soiproxy/15/23460/14023.pngStarted on 21 May 2022 by Nikhil VJ, https://nikhilvj.co.in
Aim : serve a proxy map tiles URL that takes webp tiles from: https://storage.googleapis.com/soi_data/export/tiles/{z}/{x}/{y}.webp tileURL setup by https://github.com/ramSeraph/ .
With code from:
https://github.com/ramSeraph/opendata/blob/master/maps/SOI/webp_to_png.pyFetches orig webp tile, converts to png and returns tile