import rasterio from rasterio.transform import Affine import numpy as np x = np.linspace(-90, 90, 100) y = np.linspace(90, -90, 100) X, Y = np.meshgrid(x, y) import matplotlib.pyplot as plt Z1 = np.abs(((X - 10) ** 2 + (Y - 10) ** 2) / 1 ** 2) Z2 = np.ab...
.1 pytzdata 2020.1 PyYAML 6.0 rasterio 1.3.2 requests 2.28.1 requests-oauthlib 1.3.1 rioxarray 0.10.3 sentry This has not happened when I pinsentry-sdkversion to1.9.5, so I think it must have been introduced in either1.9.6or1.9.7....
So since#553the trick was to import Shapely first. This stopped working. The following code: # import order is important, see https://github.com/Toblerity/Shapely/issues/553 from shapely.geometry import shape, mapping import fiona Emits this: ...
I expected the Lambda to continue working after the update to 1.8.21. I also attempted to include fiona in the Lambda package without the use of a Lambda Layer and received a different message: [ERROR] Runtime.ImportModuleError: Unable to import module 'app': libexpat.so.1: cannot open...
rasterio 1.2.6 py38h84fce68_2 conda-forge readline 8.1 h46c0cb4_0 conda-forge requests 2.26.0 pyhd8ed1ab_0 conda-forge satpy 0.29.1.dev174+g19857250 dev_0 <develop> scipy 1.7.1 py38h56a6a73_0 conda-forge setuptools 49.6.0 py38h578d9bd_3 conda-forge six 1.16.0 pyh6c4a22f_0...
Issue: I got an error at import: libncurses.so.6: cannot open shared object file: No such file or directory import osgeo Environment (conda list): $ conda list # Name Version Build Channel asn1crypto 0.24.0 py36_2 conda-forge backports 1...