Henrikki Tenkanen
Henrikki Tenkanen
Hi @jugurthab! The process for doing this would be something like: - get a cycling network with `osm.get_network(network_type="cycling")` - then you could e.g. do a small buffer around the roads...
@Zigur Thanks! I will look into this 👍🏻
This has been hanging for veeery long, but I just tried to reproduce this error and things works as expected on my computer. I.e. I can retrieve multiple different networks...
This should be now fixed in the new release pyrosm v0.6.2 which uses by default Shapely 2.0. See #214 .Try updating `pyrosm` with pip (installing from conda-forge is soon available...
Hi, and thanks for a quick reply! Hmm, I'm sorry but I do believe this is a bug (or at least something you should consider when working with geographic xarray...
This explanation above is the very reason for why `xarray` uses x-axis as dimension 1 and y-axis as dimension 0 as discussed here: https://github.com/holoviz/hvplot/issues/668#issuecomment-1079358123 I know that not all the...
Thanks for the in-depth explanation! 👍🏻 Indeed, you're right, the swap in orientation between the older vs current version of datashader looks like only one axis is flipped (which indeed...
Hi @emmambd, the release plan mentions that archiving datasets is not part of the plan. Is the idea to drop archiving GTFS feeds altogether (i.e. what transitfeeds.com does now) or...