Filipe

Results 44 issues of Filipe

I guess that mplleaflet follow the simplestyle-spec closely and what I propose here this is not in the simplestyle-spec, but it would be nice to use the legend information to...

I modernized things a bit and publishing should be as easy as just issuing a tag. @ericdill I don't have enough rights here to add the PyPI token. Can you...

This is not ready to be merged yet! I'm not sure if the classification/ and examples/ should be part of the package or not. Please let me know what you...

Add a manifest file and fixed the setup.py to prevent faulty installation without dependencies and required files.

I was about to send a PR to add the `requirements.txt` file to the MANIFEST when I saw these lines: https://github.com/flosell/trailscraper/blob/master/setup.py#L4-L11 Is that by design? To not add any dependency...

Right now `doctr` hardcodes a no `.nojekyll` as the design is to upload HTML pages to `gh-pages`. But what if one wants to use `doctr` to manage a page but...

Is there a way to embed the map HTML in a "nbconverted" markdown? It seems that this was possible in the past [b/c of this comment](https://github.com/altair-viz/altair/issues/1339) but looks like jupyterbook...

[This pdf](https://politica.estadao.com.br/blogs/estadao-verifica/wp-content/uploads/sites/690/2019/10/Ibama.pdf) has a complex 2-table on a single page in page 2. Right now the best result is setting the algorithm to `header-position` but it seems that one still...

I used the autogenerated changelog from GH for this. I also added cartopy b/c I missed it in #180 and we do need it to run the notebooks.

In the CIs it [seems to be netcdf-c 4.8.0](https://github.com/Unidata/netcdf4-python/blob/c1a95d6e8129a5b94800a7aa7613e708254fff1c/.github/workflows/build.yml#L9) and I think that would provide `libnetcdf.so.19` but in the wheel we have `libnetcdf-60d928ce.so.18.0.0` (which I think is 4.7.x). Maybe it...