Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 614 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 614 Bytes

Example: Use @geoarrow/deck.gl-layers with GeoArrow point data to render a Heatmap

Data for example

wget https://ookla-open-data.s3.us-west-2.amazonaws.com/parquet/performance/type=mobile/year=2019/quarter=1/2019-01-01_performance_mobile_tiles.parquet
poetry install
poetry run python generate_data.py

Serve data

npx http-server --cors

Usage

To install dependencies:

npm install
# or
yarn

Commands:

  • npm start is the development target, to serve the app and hot reload.
  • npm run build is the production target, to create the final bundle and write to disk.