Search Criteria
Package Details: python-rsgislib 5.0.11-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-rsgislib.git (read-only, click to copy) |
---|---|
Package Base: | python-rsgislib |
Description: | A collection of 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: | dobedobedo |
Votes: | 1 |
Popularity: | 0.001562 |
First Submitted: | 2022-02-08 12:26 (UTC) |
Last Updated: | 2022-10-05 18:20 (UTC) |
Dependencies (47)
- boost-libs (boost171, boost-libs-git)
- gdal (gdal-filegdb, gdal-libkml, gdal-hdf4, gdal-ecw)
- gsl (gsl-git)
- hdf5 (hdf5-git, hdf5-openmpi)
- kealib
- muparser
- python-gdal (python-gdal-libkml, python-gdal-hdf4, python-gdal-ecw)
- python-numpy (python-numpy-git, python-numpy1.22, python-numpy-openblas, python-numpy-mkl-bin, python-numpy-mkl, python-numpy-flame)
- python-rios
- python-scikit-learn (python-scikit-learn-git)
- python-tqdm
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- python-geopandas (check)
- python-matplotlib (python-matplotlib-git) (check)
- python-pytest (check)
- python-pytest-cov (check)
- python-rtree (check)
- plotly-orca-appimage (optional) – For classification.plot_train_data
- python-alphashape (optional) – For vectorgeoms.create_alpha_shape
- Show 27 more dependencies...
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
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
andgeos
are no longer dependencies and can be removed:https://github.com/remotesensinginfo/rsgislib/blob/main/NEWS.md?plain=1#L19
gdal
still depends ongeos
andxerces-c
, so they still need to be installed. But I think they should not feature in thedepends
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