Kernel crashes with larger radius

Author: clstaudtCreated Jun 17, 2023Updated Jun 17, 2023

Pretty maps indeed! Trying to zoom out more with setting the radius parameter higher (around 4000), I have experienced frequent crashes of the Jupyter kernel. I am running this in GitHub Code Spaces, perhaps there are resource limitations involved.

Perhaps the function call can fail more gracefully when running into limitations.

python
plot = prettymaps.plot(
    "Vienna",
    radius=4000,
    preset='macao',
)

Source: marceloprates/prettymaps