Search Criteria
Package Details: python-cartopy 0.21.1-1
Git Clone URL: | https://aur.archlinux.org/python-cartopy.git (read-only, click to copy) |
---|---|
Package Base: | python-cartopy |
Description: | A cartographic Python library with Matplotlib support for visualisation |
Upstream URL: | https://scitools.org.uk/cartopy/ |
Licenses: | LGPL3 |
Submitter: | gauteh |
Maintainer: | gauteh (bcb) |
Last Packager: | bcb |
Votes: | 10 |
Popularity: | 0.29 |
First Submitted: | 2015-11-16 16:00 (UTC) |
Last Updated: | 2022-12-25 11:12 (UTC) |
Dependencies (24)
- geos (geos-git)
- python-certifi (python-certifi-system-store)
- python-matplotlib (python-matplotlib-git)
- python-numpy (python-numpy1.22, python-numpy-flame, python-numpy-mkl-bin, python-numpy-git, python-numpy-openblas, python-numpy-mkl)
- python-pillow (python-pillow-git, python-pillow-simd)
- python-pyproj
- python-pyshp
- python-scipy (python-scipy-mkl-bin, python-scipy-git, python-scipy-mkl)
- python-shapely
- python-six
- cython (cython-git, cython0) (make)
- python-build (make)
- python-installer (python-installer-git) (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-flufl-lock (check)
- python-pytest (check)
- python-pytest-mpl (check)
- python-fiona (optional) – faster shapefile reading
- Show 4 more dependencies...
Required by (13)
- pyqso (optional)
- pyresample (optional)
- python-alphashape
- python-argopy (optional)
- python-geoplot
- python-geoviews
- python-goes2go
- python-metpy (check)
- python-metpy (optional)
- python-nvector
- python-obspy (optional)
- pythonprop
- pythonprop-git
Latest Comments
1 2 3 Next › Last »
Nestor_013 commented on 2023-09-08 08:07 (UTC)
For those of you who are missing this package, I've made a crude but working PKGBUILD for version 0.22
https://gist.github.com/nestor013/b83456893bd7c7789c2790638027929a#file-pkgbuild
ith140 commented on 2023-07-07 12:21 (UTC) (edited on 2023-07-07 12:28 (UTC) by ith140)
This package seems to be missing a dependency on python-pyshp. I also get an error message similar to the ones that @carlosal1015 got (15 failed tests instead of 6). I'm not sure I like the idea of skipping the failed tests to get this package installed.
alhirzel commented on 2023-06-07 21:44 (UTC)
Same as well. I use
yay
so I had to install withyay --mflags --nocheck
.Divert commented on 2023-05-28 01:02 (UTC)
I have the same problem as @carlosal1015
carlosal1015 commented on 2023-05-20 17:05 (UTC)
Hi, I have the following message error
oldherl commented on 2023-04-28 02:08 (UTC)
@Polly Try install python-pyarrow
Polly commented on 2023-01-02 17:07 (UTC) (edited on 2023-01-02 17:11 (UTC) by Polly)
@bcb Absolutely the right package to report. After building from AUR (without the checks) and upon import I get the following:
libpodofo.so.0.9.8: cannot open shared object file: No such file or directory libpodofo.so.0.9.8: cannot open shared object file: No such file or directory libarrow_dataset.so.1000: cannot open shared object file: No such file or directory libarrow_dataset.so.1000: cannot open shared object file: No such file or directory libarrow.so.1000: cannot open shared object file: No such file or directory libarrow.so.1000: cannot open shared object file: No such file or directory libpodofo.so.0.9.8: cannot open shared object file: No such file or directory libpodofo.so.0.9.8: cannot open shared object file: No such file or directory libarrow_dataset.so.1000: cannot open shared object file: No such file or directory libarrow_dataset.so.1000: cannot open shared object file: No such file or directory libarrow.so.1000: cannot open shared object file: No such file or directory libarrow.so.1000: cannot open shared object file: No such file or directory
My system is up to date as of today (2023/01/02).
bcb commented on 2022-09-16 09:50 (UTC)
Hi @user20159,
Sorry for the delay, I was out of town.
This is due to a recent change in the build directory setuptools uses, see https://github.com/pypa/setuptools/commit/1c23f5e1e4b18b50081cbabb2dea22bf345f5894
This should be fixed by the new package I have just pushed.
bcb commented on 2022-09-16 09:46 (UTC)
Hi @Polly,
Are you sure you reported this on the correct package? There is no mention of such libraries in the documentation, and using
grep
on the source doesn't find any imports of libraries named podofo or arrow. podofo seems to be a PDF manipulation library which isn't particularly relevant to cartopy, and arrow is a date/time library which cartopy doesn't seem to use.user20159 commented on 2022-09-06 20:28 (UTC)
Hi everyone, thanks for packaging this! However, check() fails for me with:
The correct name for the directory in my case is:
Am I the only one having this issue?
1 2 3 Next › Last »