Filipe

Results 342 comments of Filipe
trafficstars

The IOOS channel is deprecated, you need to use conda-forge instead. Also, that message does not mean mplleaflet is incompatible with Python 3.6 it means that the package is not...

That is installing from source. It is an advanced way to do it but works too ;-) On May 28, 2017 1:51 PM, "epmmko" wrote: > Thank you. I fix...

> I've always wanted legends to show up on the final page. Yeah, maybe that is better and more consistent with mplleaflet's goal. (But not exactly what I had in...

Interesting request. It has been a while that I have been thinking about a package, derived from `mpllleaflet`, to create a GeoJSON from a mpl figure (`mpl2json`). The pieces are...

> low level definitions of circle_marker or polygon_marker as in folium Based on this comment I see that there is a reason to implement pop-ups directly in mplleaflet. Driving away...

@ozak and @jwass on the Leaflet side you'll need the [imageOverlay](https://github.com/python-visualization/folium/blob/v0.1.6/folium/templates/image_layer.js). And [this](https://github.com/python-visualization/folium/blob/v0.1.6/folium/folium.py#L939-L1045) is how we did this on folium (comments/suggestions are welcome :wink:) On the mplleaflet side I don't...

> how / where do I need to add the pypi token? You can create one by clicking here https://pypi.org/manage/account/token/ then you add it as a repository secret here https://github.com/ericdill/depfinder/settings/secrets/actions/new...

I'm not sure who coverage works but this PR deletes more than it adds and the two places where code is added are the tests and a version scheme in...

Step 4 could be automate in Travis or as a GH Action. I can send a PR later today. Step 5 I would just leave it to the bot.