deeplook
deeplook
Really curious on any progress on this as I'm getting into this very topic and have some ugly workarounds like: ```python from pydantic import BaseModel, validator from pint import Quantity...
> I made a quick, slightly nicer, workaround based off your workaround Indeed, thanks!
What is the status of this issue which I discovered when I was about to open a similar issue, but maybe it better fits as a comment here. ```python from...
> While I am not sure about the missing operators, I can only say that in the example that you give a `DimensionalityError` is exactly the right thing. What should...
> Well, if you regard it like that, what should the value of `parse("5000 mm % 2")` be? Given that 5 m and 5000 mm are the same, the result...
@giswqs Meanwhile it is possible to run geopandas, shapely, fiona and gdal inside pyodide, which seems like providing a big step further in running more of leafmap inside the browser!...
> Just check the last modified date, 4 years ago now, so unfortunately it doesn't seem so. Also, getting a working build of this is at least not easy given...
I've just stumbled over this excellent project (big thanks!), published my vault and immediately noticed the lack of support for dataviews which are so essential in many vaults. Is this...
Maybe this helps? https://github.com/syncthing/syncthing-macos/issues/206
@Conengmo That's cool! I've played a bit with the `TimestampedGeoJson` example. If I import it from `folium.plugins` it works fine and shows the playing widgets on the map. If I...