Search Criteria
Package Details: python-rasterio 1.4.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-rasterio.git (read-only, click to copy) |
---|---|
Package Base: | python-rasterio |
Description: | Fast and direct raster I/O for use with Numpy and SciPy |
Upstream URL: | https://github.com/rasterio/rasterio |
Licenses: | BSD |
Submitter: | lazyboy |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 7 |
Popularity: | 0.142312 |
First Submitted: | 2017-01-28 16:54 (UTC) |
Last Updated: | 2024-12-02 17:59 (UTC) |
Dependencies (17)
- gdal (gdal-hdf4AUR, gdal-libkml-filegdbAUR, gdal-libkmlAUR, gdal-ecwAUR)
- python-affineAUR
- python-attrs
- python-certifi
- python-click-plugins
- python-cligj
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-pyparsing
- cython (cython-gitAUR, cython0AUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- ipython (ipython-gitAUR) (optional) – for ipython support
- python-boto3 (optional) – for s3 support
- python-matplotlib (python-matplotlib-gitAUR) (optional) – for plotting support
- python-swiftclient (optional) – for OpenStack support
Required by (14)
- bother
- flatcam-git
- flatcam-qt6
- pyresample (optional)
- python-contextily
- python-earthpy
- python-geoalchemy2 (check)
- python-osmnx (optional)
- python-photutils (make)
- python-photutils (optional)
- python-photutils-doc (make)
- python-rio-cogeo
- python-rioxarray
- python-segment-geospatial
Latest Comments
« First ‹ Previous 1 2
bcb commented on 2022-07-25 13:29 (UTC)
If you start getting an error
undefined symbol: VSIAllocFilesystemPluginCallbacksStruct
it is due to a bug with GDAL 3.5.0: https://github.com/rasterio/rasterio/issues/2507It is fixed with GDAL 3.5.1, either wait until the repository package has been updated or build your own local copy of 3.5.1.
simon04 commented on 2021-06-21 19:57 (UTC)
@XavierCLL, thank you for the pointer. Done in 1.2.4-2.
Xavier commented on 2021-06-16 01:11 (UTC)
Hi Simon, please add
python-certifi
todepends
it is necessary for some rasterio commands such asrio
, see more: https://github.com/mapbox/rasterio/blob/master/setup.py#L257juseg commented on 2019-07-10 07:53 (UTC)
The error shows on my system too, but the real issue is that Rasterio is not yet compatible with GDAL 3. After downgrade to GDAL<3 the build works (without build_ext). See the later comments on https://github.com/mapbox/rasterio/issues/1711.
steinbuch commented on 2019-06-25 14:46 (UTC)
Dear Simon, there is an issue:
INFO:root:MANIFEST.in found, presume a repo, cythonizing... Traceback (most recent call last): File "setup.py", line 292, in <module> quiet=True, **cythonize_options) File "/usr/lib/python3.7/site-packages/Cython/Build/Dependencies.py", line 967, in cythonize aliases=aliases) File "/usr/lib/python3.7/site-packages/Cython/Build/Dependencies.py", line 812, in create_extension_list for file in nonempty(sorted(extended_iglob(filepattern)), "'%s' doesn't match any files" % filepattern): File "/usr/lib/python3.7/site-packages/Cython/Build/Dependencies.py", line 111, in nonempty raise ValueError(error_msg) ValueError: 'rasterio/_shim.pyx' doesn't match any files
https://github.com/mapbox/rasterio/issues/1711 says to add a "python setup.py build_ext" step
adsun commented on 2018-12-21 21:41 (UTC)
Please update .SRCINFO
« First ‹ Previous 1 2