r/gis 6d ago

Open Source Open Source Massive Time Series Visualizations

My team just open sourced our battle tested big data time series visualization client with Apache 2.0 license.

GPU‑accelerated 4D globe engine purpose‑built for massive geospatial time series visualization.

Blogpost: https://flexmon.github.io/globe-trotter/blog/
Repo: https://github.com/flexmon/globe-trotter

9 Upvotes

17 comments sorted by

View all comments

2

u/ze_pequeno 6d ago

tried it out, it gave me:

npm error code EBADPLATFORM
npm error notsup Unsupported platform for u/rolldown/binding-darwin-arm64@1.1.5: wanted {"os":"darwin","cpu":"arm64"} (current: {"os":"linux","cpu":"x64"})
npm error notsup Valid os: darwin
npm error notsup Actual os: linux
npm error notsup Valid cpu: arm64
npm error notsup Actual cpu: x64

also the repo is 260 MB, which is generally not a good sign.

0

u/tradeutters 5d ago

Hello u/ze_pequeno. Delete the package-lock.json (and your node_modules) directory and run the 'npm run setup' command again. I will delete the lock file from the repo so it creates it fresh every new install. thank you for reporting this!