Alan D. Snow
Alan D. Snow
Currently `rioxarray.open_rasterio` is slower opening the files due to using `pyproj` under the hood for CRS management: https://github.com/corteva/rioxarray/discussions/234 So, the speed gains for reading in parallel will likely only be...
I would be happy to assist with this, just not familiar with your setup. If you have PROJ installed beforehand, it should be okay. I think this file will be...
I was able to make a wheel with (just copied over commands - likely needs tweaking): ``` mkdir -p ~/projects/sqlite wget https://www.sqlite.org/2018/sqlite-autoconf-3240000.tar.gz mv sqlite-autoconf-3240000.tar.gz projects/sqlite/ cd ~/projects/sqlite/ tar xf sqlite-autoconf-3240000.tar.gz...
That did the trick. Thanks! ``` $ pytest ============================= test session starts ============================== platform linux -- Python 3.7.3, pytest-5.2.4, py-1.8.0, pluggy-0.13.0 rootdir: /home/pi/projects/pyproj_tests plugins: cov-2.8.1 collected 325 items test__main__.py ......
Here is a wheel for `Linux raspberrypi 4.19.75-v7l+ #1270 SMP Tue Sep 24 18:51:41 BST 2019 armv7l GNU/Linux` [pyproj-2.4.1-cp37-cp37m-linux_armv7l.whl.zip](https://github.com/piwheels/packages/files/3861487/pyproj-2.4.1-cp37-cp37m-linux_armv7l.whl.zip)
Do y'all have a way to support custom builds like this one?
Okay, that sounds good. Thanks!
Another request: https://github.com/pyproj4/pyproj/issues/877
Previously requested here: https://github.com/pyproj4/pyproj/issues/480
Also related: https://github.com/pyproj4/pyproj/issues/323