Package Details: python-rsgislib 5.0.14-1

Git Clone URL: https://aur.archlinux.org/python-rsgislib.git (read-only, click to copy)
Package Base: python-rsgislib
Description: Python modules for processing remote sensing and GIS datasets
Upstream URL: http://www.rsgislib.org
Keywords: pymcr
Licenses: GPL3
Submitter: dobedobedo
Maintainer: dobedobedo (hexd)
Last Packager: hexd
Votes: 1
Popularity: 0.000000
First Submitted: 2022-02-08 12:26 (UTC)
Last Updated: 2023-07-17 22:29 (UTC)

Latest Comments

hexd commented on 2022-06-09 09:02 (UTC)

I've updated this to 5.0.8, the FTP testing issue didn't happen to me (was it fixed upstream?). What bothered me is the test_summarise_multi_endmember_linear_unmixing, I'm with GDAL 3.4.3 and that test killed the whole test suite.

dobedobedo commented on 2022-04-15 14:19 (UTC)

The software is 5.0.7 now. However, I couldn't make pytest pass the check. The test summary shows

================================================================================================================================== short test summary info ==================================================================================================================================
FAILED tests/test_tools_ftptools.py::test_upload_ftp_file - ftplib.error_proto: /usr/sbin/vsftpd: Relink `/lib64/libnss_myhostname.so.2' with `/lib64/librt.so.1' for IFUNC symbol `clock_gettime'
FAILED tests/test_tools_ftptools.py::test_download_ftp_file - ftplib.error_proto: /usr/sbin/vsftpd: Relink `/lib64/libnss_myhostname.so.2' with `/lib64/librt.so.1' for IFUNC symbol `clock_gettime'
FAILED tests/test_tools_ftptools.py::test_download_curl_ftp_file - ftplib.error_proto: /usr/sbin/vsftpd: Relink `/lib64/libnss_myhostname.so.2' with `/lib64/librt.so.1' for IFUNC symbol `clock_gettime'
============================================================================================================ 3 failed, 809 passed, 72 skipped, 131 warnings in 326.23s (0:05:26) ============================================================================================================

Contribution is welcomed.

dobedobedo commented on 2022-03-25 18:46 (UTC)

Thanks @diestl. PKGBUILD updated.

diestl commented on 2022-03-24 09:44 (UTC)

I've just built this in a clean archlinux docker image and can confirm that the arguments list is complete. In fact, as of version 5, cgal, xerces-c and geos are no longer dependencies and can be removed:

https://github.com/remotesensinginfo/rsgislib/blob/main/NEWS.md?plain=1#L19

gdal still depends on geos and xerces-c, so they still need to be installed. But I think they should not feature in the depends list.

diestl commented on 2022-03-24 09:17 (UTC)

@dobedobedo, thanks!

Yeah it's plausible that there are other packages. Might build this in a clean docker image or something and see what happens!

dobedobedo commented on 2022-03-23 18:13 (UTC)

Thanks, @diestl. PKGBUILD was updated. The check might fail depending on which optional dependencies are installed. May need more users to check it.

diestl commented on 2022-03-23 15:47 (UTC)

Can you please add python-matplotlib as a checkdepends? The tests don't pass without it:

checkdepends=('python-matplotlib')

dobedobedo commented on 2022-02-08 16:49 (UTC)

For compatibility with ARCSI, modify the version in PKGBUILD to 4.1.95:
https://github.com/remotesensinginfo/arcsi/issues/7