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

Improve folium add marker cluster method #2098

Merged
merged 1 commit into from
Jul 31, 2024
Merged

Improve folium add marker cluster method #2098

merged 1 commit into from
Jul 31, 2024

Conversation

giswqs
Copy link
Member

@giswqs giswqs commented Jul 31, 2024

import geemap.foliumap as geemap
m = geemap.Map()
url = "https://raw.githubusercontent.com/lcrisinger/mapping/main/stations_sample.csv"
m.add_points_from_xy(
        data = url,
        x = 'lon', y = 'lat',
)
m

image

Copy link

@github-actions github-actions bot temporarily deployed to pull request July 31, 2024 13:42 Inactive
@giswqs giswqs merged commit 09442a0 into master Jul 31, 2024
14 checks passed
@giswqs giswqs deleted the cluster branch July 31, 2024 13:43
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

Successfully merging this pull request may close these issues.

1 participant