Skip to content

A simple Geoparquet Viewer for the Web - early alpha!

License

Notifications You must be signed in to change notification settings

m-mohr/geoparquet-viewer

Repository files navigation

GeoParquet Viewer

A simple GeoParquet Viewer for the Web.

Development

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint