Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
py_tools_ds
Commits
7fbf2d02
Commit
7fbf2d02
authored
Feb 14, 2019
by
Daniel Scheffler
Browse files
Fix for Exception: dlopen: cannot load any more object with static TLS.
parent
f72075cd
Pipeline
#3709
passed with stages
in 1 minute and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
py_tools_ds/geo/raster/reproject.py
View file @
7fbf2d02
...
...
@@ -20,7 +20,6 @@ from rasterio.warp import reproject as rio_reproject
from
rasterio.warp
import
calculate_default_transform
as
rio_calc_transform
from
rasterio.warp
import
Resampling
from
pyresample.geometry
import
AreaDefinition
,
SwathDefinition
from
pyresample.bilinear
import
resample_bilinear
from
pyresample.utils
import
get_area_def
from
...dtypes.conversion
import
dTypeDic_NumPy2GDAL
...
...
@@ -688,6 +687,7 @@ class SensorMapGeometryTransformer(object):
:param target_geo_def: target geo definition
:return:
"""
from
pyresample.bilinear
import
resample_bilinear
from
pyresample.kd_tree
import
resample_nearest
,
resample_gauss
,
resample_custom
if
self
.
resamp_alg
==
'nearest'
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment