Martin

Results 4 issues of Martin

Geopandas provides a handy [explore function](https://geopandas.org/en/stable/docs/reference/api/geopandas.GeoDataFrame.explore.html) that creates an interactive folium-map and displays the GeoDataFrame on it. This function is particularly useful when working with Jupyter notebooks. Since I frequently...

proposal

The current implementation of the convex hull check is inefficient due to the incorrect use of HashMap. Instead of checking if there is a key O(1) in the set, it...

Hello, I am currently working on a python port of the s2tbx biophysical models. I have used your auxdata files which contain the model parameters and conveniently a set of...