Mesh data as vector tilesets #29
JackReevesEyre-NOAA
started this conversation in
Ideas
Replies: 1 comment
-
|
Thank you jack. Interesting work. For the record, on step 2, this is what I needed to do to get it to work: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Purpose: Testing out ways to visualize STOFS data on its native mesh.
Context: Last year, I used Mapbox and it's online "tiling service" to convert a geojson file to vector tile set. But the online version has size limits (for free tier) and Mapbox is not fully open source.
Solution: This repo contains (messy) code to replicate the Mapbox process using open source tools that can be run locally (or on a self-administered cloud system).
Methods:
maine_geojson.py)README.md)serve_mbt.py)mbt_view.html)Access: @pmav99 and @tomsail -- I've added you as collaborators to the repo. Anyone else - please let me know if you want to take a look.
Beta Was this translation helpful? Give feedback.
All reactions