Martin Fleischmann

Results 538 comments of Martin Fleischmann

I was using the time-based snapshot to ensure the reproducibility of code that fetches data from OSM - https://github.com/martinfleis/evolution-gean/blob/main/01_morphometrics.ipynb. So I vote to include the timestamp-based extraction as I would...

> Would you like to give it a test run? It feels a bit slow but apart from that, it works like a charm! Thanks!

@anitagraser if you want to follow geopandas model, you need to switch to optional imports in the code and then you can do `movingpandas` and `movingpandas-base` conda recipes following https://github.com/conda-forge/geopandas-feedstock/blob/master/recipe/meta.yaml.

@anitagraser that PR is pretty extensive, a lot of those changes are not needed to do the bare minimum here. I've never used `tox` for example. This bit is crucial,...

> Does it make sense for us to build directly on pygeos? or, should we wait for this to land in a shapely release still? If we build a logic...

Since there's an ongoing discussion on refactoring weights based on sparse array, it might make sense to wait with the new version of constructors. But in the past days I've...

This is becoming easier now https://github.blog/changelog/2021-01-19-support-for-renaming-an-existing-branch/

> I don't think this is the same kind of line dual supported here in momepy Just want to confirm that it is indeed a different kind. We'll need to...

We should test the use case from #445 this is supposed to fix. It is not being covered by current tests.

> One potential idea that was floated in the meeting was to first implement DistanceBand functionality and then map higher_order operation to the DistanceBand. Can you elaborate on this? In...