Skip to content
GitLab
Menu
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
c01e2f23
Commit
c01e2f23
authored
Jun 09, 2017
by
Daniel Scheffler
Browse files
Changed module name from ptds to py_tools_ds to fix bug of pip installer. Changed license.
- updated __version__ and __versionalias__
parent
868b2a6f
Changes
55
Hide whitespace changes
Inline
Side-by-side
p
t
ds/dtypes/__init__.py
→
p
y_tools_
ds/dtypes/__init__.py
View file @
c01e2f23
File moved
p
t
ds/dtypes/conversion.py
→
p
y_tools_
ds/dtypes/conversion.py
View file @
c01e2f23
File moved
p
t
ds/geo/__init__.py
→
p
y_tools_
ds/geo/__init__.py
View file @
c01e2f23
File moved
p
t
ds/geo/coord_calc.py
→
p
y_tools_
ds/geo/coord_calc.py
View file @
c01e2f23
File moved
p
t
ds/geo/coord_grid.py
→
p
y_tools_
ds/geo/coord_grid.py
View file @
c01e2f23
File moved
p
t
ds/geo/coord_trafo.py
→
p
y_tools_
ds/geo/coord_trafo.py
View file @
c01e2f23
File moved
p
t
ds/geo/map_info.py
→
p
y_tools_
ds/geo/map_info.py
View file @
c01e2f23
File moved
p
t
ds/geo/projection.py
→
p
y_tools_
ds/geo/projection.py
View file @
c01e2f23
File moved
p
t
ds/geo/raster/__init__.py
→
p
y_tools_
ds/geo/raster/__init__.py
View file @
c01e2f23
File moved
p
t
ds/geo/raster/conversion.py
→
p
y_tools_
ds/geo/raster/conversion.py
View file @
c01e2f23
File moved
p
t
ds/geo/raster/reproject.py
→
p
y_tools_
ds/geo/raster/reproject.py
View file @
c01e2f23
File moved
p
t
ds/geo/vector/__init__.py
→
p
y_tools_
ds/geo/vector/__init__.py
View file @
c01e2f23
File moved
p
t
ds/geo/vector/conversion.py
→
p
y_tools_
ds/geo/vector/conversion.py
View file @
c01e2f23
...
...
@@ -15,8 +15,7 @@ except ImportError:
import
gdal
from
..coord_trafo
import
imYX2mapYX
,
mapYX2imYX
,
pixelToMapYX
from
py_tools_ds.ptds.dtypes.conversion
import
get_dtypeStr
,
dTypeDic_NumPy2GDAL
from
...dtypes.conversion
import
get_dtypeStr
,
dTypeDic_NumPy2GDAL
...
...
p
t
ds/geo/vector/geometry.py
→
p
y_tools_
ds/geo/vector/geometry.py
View file @
c01e2f23
File moved
p
t
ds/geo/vector/topology.py
→
p
y_tools_
ds/geo/vector/topology.py
View file @
c01e2f23
File moved
p
t
ds/io/__init__.py
→
p
y_tools_
ds/io/__init__.py
View file @
c01e2f23
File moved
p
t
ds/io/pathgen.py
→
p
y_tools_
ds/io/pathgen.py
View file @
c01e2f23
File moved
p
t
ds/io/raster/GeoArray.py
→
p
y_tools_
ds/io/raster/GeoArray.py
View file @
c01e2f23
...
...
@@ -13,8 +13,8 @@ get_msg = lambda cls, impt:\
def
alias_property
(
*
args
,
**
kwargs
):
warnings
.
warn
(
"py_tools_ds.
ptds.
io.raster.GeoArray.alias_property is deprecated. "
"Use py_tools_ds.
ptds.
convenience.alias_property instead."
,
warnings
.
warn
(
"py_tools_ds.io.raster.GeoArray.alias_property is deprecated. "
"Use py_tools_ds.convenience.alias_property instead."
,
DeprecationWarning
)
from
...convenience.object_oriented
import
alias_property
return
alias_property
(
*
args
,
**
kwargs
)
...
...
@@ -46,4 +46,4 @@ def NoDataMask(*args, **kwargs):
def
CloudMask
(
*
args
,
**
kwargs
):
warnings
.
warn
(
get_msg
(
'GeoArray'
,
"from geoarray.masks import CloudMask"
),
DeprecationWarning
,
stacklevel
=
2
)
from
geoarray.masks
import
CloudMask
return
CloudMask
(
*
args
,
**
kwargs
)
\ No newline at end of file
return
CloudMask
(
*
args
,
**
kwargs
)
p
t
ds/io/raster/__init__.py
→
p
y_tools_
ds/io/raster/__init__.py
View file @
c01e2f23
File moved
p
t
ds/io/raster/gdal.py
→
p
y_tools_
ds/io/raster/gdal.py
View file @
c01e2f23
File moved
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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