foursquare / fsq-studio-sdk-examples

Foursquare Studio is a platform to visualize, unify, enrich, and analyze spatial data on a planetary scale.
https://studio.foursquare.com
MIT License
20 stars 12 forks source link

Kuwala Correlation Example #34

Closed mattigrthr closed 3 years ago

mattigrthr commented 3 years ago

This example shows how to quickly merge data using H3 and correlate different data sources. We are using Uber rides in the city of Lisbon, Portugal, and correlate it with the POI popularity index from Google.

mattigrthr commented 3 years ago

I still have two things I can improve if that is possible with the map SDK.

  1. Create two custom layers without the auto-create and still zoom automatically to the area where the data is. That way the layer names are more fitting.
  2. Activate the split view with one layer on the left and one on the right.

Is this possible with the current state of the map SDK?

ibgreen commented 3 years ago

Create two custom layers without the auto-create and still zoom automatically to the area where the data is. That way the layer names are more fitting. Activate the split view with one layer on the left and one on the right.

@mletic @RandomFractals Good Map SDK questions / requirements.

ibgreen commented 3 years ago

@mattigrthr this looks great. I will land this to make it easier to test and stage in docs, but please comment here and feel free to make improvements in additional PRs.