Note: this is a stub…
One important page is: https://github.com/knime-ip/knip-sdk-setup
The readme there is essential.
Note: this is a stub…
One important page is: https://github.com/knime-ip/knip-sdk-setup
The readme there is essential.
Somebody wants to share some datasets with you by putting it up on some HTTP, FTP, etc. server?
Download them using ‘wget’:
wget -r -A .tif http://site.containing.datasets/folders/on/server/
-r starts recursive download
-A filters only those files containing ‘.tif’ in their filename.