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

Make it possible to import output from Google MyMaps (KML / KMZ / GPS) #59

Open
alexanderfarr opened this issue Jan 7, 2024 · 0 comments
Labels
Suggestion Suggestion

Comments

@alexanderfarr
Copy link

Desired solution
I wish to import items / locations I exported from a custom Google MyMaps. I created the pins by uploading a csv with addresses in the format of street city country to Google MyMaps that were correctly parsed and are shown on the Google MyMaps Map. Then, I downloaded the points through this dialogue, trying KML and KMZ format:
Export
I wish I could pass the export files along to be executed by the Python script to have a heat map generated. I also used this converter to convert the data to gpx: https://mygeodata.cloud/conversion.

Errors encountered
When trying to pass the respective export file, I got the respective errors:

  1. Converted .gpx file and kml file: Execution was successful, but the map was empty
  2. kmz file: NotImplementedError: Unsupported file extension for 'International_Addresses.kmz'

Is there any workaround to get the script working for single points in Google MyMaps?
Many thanks for your help!

@alexanderfarr alexanderfarr added the Suggestion Suggestion label Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Suggestion Suggestion
Projects
None yet
Development

No branches or pull requests

1 participant