Mattijs De Paepe

Results 12 comments of Mattijs De Paepe

I believe it is because in the line below, the tag values of `True` aren't added to `filter_keys` nor `data_filter`. If all tag values are True then this is fine...

I see that `overlapping_filter` also plays a part. I think this should be set to True if there are any tags that are set to value True (catch-all) so that...

@Chwiggy could you share the bounding box or area you're using?

@Chwiggy please see my MR for a fix. Your use case works as expected though. It is just because `get_boundaries` adds additional tag key:value combinations as can be seen [here](https://github.com/HTenkanen/pyrosm/blob/master/pyrosm/boundary.py#L7)....

Similar to this issue and #875, I experienced a speedup from 27min. to 50s by simply reverting to marker version 1.8.0 (vs. latest 1.10.1). This is on Apple M4 32GB....

Hey, I also came across this. @liormizr what do you mean with how boto3 acts in this case? I don't think boto3 has a `exists` functionality. If you try to...

Turns out I just misunderstood the Prefect functionality side of things. Task inputs only show task keys, not values. I was expecting it to show values, similar to this feature...