Ilya Boyandin
Ilya Boyandin
Thanks, @ryan-williams. Your project is not public, it seems. BTW If you just need to load parquet, there's also https://github.com/kylebarron/parquet-wasm
I think the shapes there should be unprojected. Not sure why they are not properly projected by Mapbox. But you could try to load the shapes in QGIS and reproject...
Hi Andrii! Thanks for sharing the Observable discussion thread. I know about the issue and I tried to address it before. The problem is the dependency on deck.gl. One way...
It's not supported by the `FlowmapLayer` at the moment. You can however try to use `FlowLineLayer` directly together with deck.gl's `ScatterplotLayer` to render the circles and color them as you...
I think we also need to apply the aggregation function to the location totals, at least here: https://github.com/arashkav/flowmap.gl/blob/flow_agg_plugin_feature/packages/data/src/FlowmapSelectors.ts#L698 and here: https://github.com/arashkav/flowmap.gl/blob/flow_agg_plugin_feature/packages/data/src/cluster/ClusterIndex.ts#L238
Hi Eric! Sorry for the late reply. Somehow I didn't get any notification. Yes, I am familiar with that paper. I would definitely want to at least add curved arrows...
It would be fantastic if you could give it a try! I would go with the approach implemented in [Flowmapper](https://flowmapper.org/). In this paper starting on page 17 they discuss their...
This is related: https://github.com/visgl/luma.gl/issues/1587
Hi @AlanMcCann, I just noticed that the deck.gl [examples](https://github.com/visgl/deck.gl/tree/master/examples/get-started/pure-js/mapbox) [have been updated to use vite instead of webpack](https://github.com/visgl/deck.gl/pull/7559). Maybe that's an option for you to try.
> I cloned the repository locally, built it successfully, and used `npm link` to define the project locally. This worked with no errors and I was able to display the...