Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erratic visualization behavior #49

Open
adampilz opened this issue Nov 17, 2021 · 1 comment
Open

Erratic visualization behavior #49

adampilz opened this issue Nov 17, 2021 · 1 comment

Comments

@adampilz
Copy link

Run the following query and then open in the geo viz app. Upon clicking to utilize street view, the behavior of the viz becomes erratic.

SELECT *
FROM bigquery-public-data.san_francisco_bikeshare.bikeshare_station_info as t1
WHERE
ST_WITHIN(ST_GEOGPOINT(lon, lat),
ST_MAKEPOLYGON(ST_GEOGFROMTEXT("""LINESTRING(
-122.41028583847944 37.797426773624345,
-122.39778035397875 37.79923820799601,
-122.39614117965742 37.79277567798291,
-122.40880525911727 37.790152515674635)"""))
)

@delfrrr
Copy link

delfrrr commented Mar 21, 2024

@adampilz I don't think BigQuery-geo-viz maintained, but you can try Dekart. Example querying san francisco bikeshare

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants