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

Known issues FAQ #1

Open
chrieke opened this issue Mar 31, 2022 · 4 comments
Open

Known issues FAQ #1

chrieke opened this issue Mar 31, 2022 · 4 comments

Comments

@chrieke
Copy link
Owner

chrieke commented Mar 31, 2022

Somer water areas are not shown or cut off

OSM does not provide ocean geometries via the API (status proposed), this is why some coastal areas seem to cut off water area. No good solution as of right now.

@nick-verida
Copy link

As of 21/Jul/2022 This is pretty hard to install on a M1 Mac because of missing pip dependencies with that architecture.

https://stackoverflow.com/a/71139156/280795 worked for me.

@ypicard
Copy link

ypicard commented Sep 12, 2022

When running it locally on Mac M1, what is supposed to happen? Display the generated map in a new window? Save the file locally?
Nothing happens on my computer and I have no error message.

@Guillaume-Fgt
Copy link

When running it locally on Mac M1, what is supposed to happen? Display the generated map in a new window? Save the file locally? Nothing happens on my computer and I have no error message.

I was in the same case. In fact, the example code create a Figure. It's up to you to do something with it. For example, you can save it in cwd:

fig.savefig("map.jpg")

@chrieke
Copy link
Owner Author

chrieke commented Dec 2, 2022

Thanks for the feedback @ypicard @Guillaume-Fgt added savefig to readme example.

chrieke pushed a commit that referenced this issue Apr 20, 2024
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

4 participants