Dani Arribas-Bel

Results 192 comments of Dani Arribas-Bel

Hello @JacobThompsonFisher, Thanks very much for taking the interest in working with `contextily`! You're right, `_calculate_zoom` is probably not the most intuitive method in that it expects coordinates in lon/lat...

Hello! Thanks for the comments and the suggestion! I'm not aware of anyone working on this (I actually hadn't realised you could have a tileset in a different CRS... you...

And maybe a docs website! #onepointohrelease

thanks for the report! We should probably remove that and change it to point to the main documentation website (contextily.readthedocs.io) as there's a lot more content now. Otherwise, the closest...

We need to check this is an actual fail or a (minor) update of the underlying imagery that we use for testing that is making the specific tests fail. The...

Hello @FelipeSBarros, thanks very much for the interest and work! You're right, we don't use `poetry`. If you want to run the tests locally, the command we use on CI...

+1 I run into this issue as well. I'm trying to get it to work for the [`gds_env`](https://github.com/darribas/gds_env), it'd be super cool to have that working!

Just a quick note that: ```R library(tmap) data("World") x

+1 on this! If it was possible to build lockfiles for _various_ platforms from an existing env, that'd be ideal. The rationale being you build your environment that works on...

This seems important ([URL](https://gist.github.com/mfansler/e1c29a70f064af0f52171ca8ae90d1a6)): ```shell ################################################################################# # INSTALL MAMBA ON GOOGLE COLAB ################################################################################# ! wget -O miniconda.sh https://repo.anaconda.com/miniconda/Miniconda3-py37_4.10.3-Linux-x86_64.sh ! chmod +x miniconda.sh ! bash ./miniconda.sh -b -f -p /usr/local !...