Moritz Schott
Moritz Schott
This PR makes the TqdmLoggingHandler a public class to mark it as importable by users. This is more convenient then using `with logging_redirect_tqdm():` for every logging location inside a pbar...
When building a tool on sentinelsat, it would be great to be able to reuse the provided CLI. Currently one has to implement their own CLI that will then query...
**Describe the issue or bug** The conversion of a `pandas.DataFrame` to an R data.frame fails if it contains a _list_ column. **To Reproduce** ``` from rpy2.robjects.conversion import localconverter from rpy2...
This PR updates the docker documentation that seems to lag behind the docker setup development. It does so by adapting the docker-compose defaults as well as the settings (.env) defaults....
#### Here's what I did I updated the plugin through qgis. --- #### Here's what I got my custom providers are gone. --- #### Here's what I was expecting my...
### Problem Description The geometry filter "other" is not well defined (at least not in the docu of the ohsome-api). It remains unclear what it contains, apart from geometry-collections. ###...
### Bug Description The oshdb-filter will only check if the *whole* element adheres to the geometry-filter. If it is a geometry collection that contains the requested geometry the object will...
### Problem Description Linestring vs Line has been addressed multiple times. Accepting both values for our geometry filter would help me. ### Expected Solution Accept both "line" or "linestring".
**Note:** This may need further investigation if the observed performance issue is actually due to large objects. Currently this is an assumption. ### Problem Description When analysing the contributions certain...
### Problem Description The empty filter `""` indicates that the user wants all (or none?) OSM data. But the filter will not return that due to some reasonable filtering in...