opengeospatial / geoparquet

Specification for storing geospatial vector data (point, line, polygon) in Parquet
https://geoparquet.org
Apache License 2.0
795 stars 56 forks source link

make website to share info about geoparquet #148

Closed cholmes closed 1 year ago

cholmes commented 1 year ago
tschaub commented 1 year ago

Website repo: https://github.com/geoparquet/geoparquet.github.io

Successful commits to the main branch of that repo get deployed to https://geoparquet.org/. The spec and schema for releases in this repo are deployed along with the site (e.g. v0.4.0 spec and schema).

The site is intentionally unstyled right now (so, ugly). We can continue to add content and then make a nice theme later. The site is built with 11ty (the static site generator from Netlify). We're using GitHub Pages to host the site.

tschaub commented 1 year ago

Calling this done. We can continue to make it prettier over time.