Martin Valgur
Martin Valgur
That's really nice and unexpected. Thank you! I think it looks great. Did you draw it yourself or is it from somewhere else? Would like to credit it accordingly. Need...
Just an idea: we could add an [asciinema](https://asciinema.org/) video of a CLI session to our landing page for a good demo of the command line utility. It could perhaps consist...
Ok, that would be a fine addition by me. Feel free to create a PR.
That behavior is expected due to the `date` parameter in `query()` being just an alias for the `beginposition` attribute, which the server will then use for filtering. You can construct...
You can try `response = self.session.head(product_info["url"])`, if `api.is_online(product_id)` is failing you, and check the `response.status_code` as it is done in [download.py](https://github.com/sentinelsat/sentinelsat/blob/main/sentinelsat/download.py#L446-L504). Do let us know whether that works or not....
You are most likely missing the `gimp-python` package equivalent, which is needed for Python plugin support but which has been dropped from most distros after Python 2 was end-of-lifed at...
The [valgur/surface-normal](https://github.com/valgur/surface-normal) fork now also includes CUDA support, which cuts down processing time significantly. Processing the full KITTI depth dataset now takes just 9 minutes instead of 2.5 hours on...
Regarding Q2, the raw KITTI data overview page provides a `raw_data_downloader.sh` script to download and extract all of the raw data zip files. A slightly modified version with cleaner status...
Regarding the NumPy dependency, I have an open PR with a working recipe for it on CCI, if that helps: https://github.com/conan-io/conan-center-index/pull/20283 It's currently blocked by the outdated CPython package, but...
Indeed, that's understandable. They unfortunately publish source code only as part of the downloadable archive for Linux, e.g. https://server.gage.upc.edu/gLAB/src/LINUX/gLAB_5.5.1_Linux.tgz, which is why I created a mirror for the source code...