ellipsis 3.2.1__tar.gz → 3.2.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of ellipsis might be problematic. Click here for more details.

Files changed (80) hide show
  1. {ellipsis-3.2.1 → ellipsis-3.2.2}/PKG-INFO +1 -19
  2. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/__init__.py +1 -1
  3. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/compute/root.py +2 -2
  4. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/raster/timestamp/root.py +1 -1
  5. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis.egg-info/PKG-INFO +1 -19
  6. {ellipsis-3.2.1 → ellipsis-3.2.2}/setup.py +1 -1
  7. {ellipsis-3.2.1 → ellipsis-3.2.2}/LICENSE +0 -0
  8. {ellipsis-3.2.1 → ellipsis-3.2.2}/README.md +0 -0
  9. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/account/__init__.py +0 -0
  10. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/account/accessToken/__init__.py +0 -0
  11. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/account/accessToken/root.py +0 -0
  12. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/account/root.py +0 -0
  13. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/apiManager.py +0 -0
  14. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/compute/__init__.py +0 -0
  15. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/__init__.py +0 -0
  16. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/bookmark/__init__.py +0 -0
  17. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/bookmark/root.py +0 -0
  18. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/file/__init__.py +0 -0
  19. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/file/root.py +0 -0
  20. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/folder/__init__.py +0 -0
  21. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/folder/root.py +0 -0
  22. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/hashtag/__init__.py +0 -0
  23. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/hashtag/root.py +0 -0
  24. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/invite/__init__.py +0 -0
  25. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/invite/root.py +0 -0
  26. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/member/__init__.py +0 -0
  27. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/member/root.py +0 -0
  28. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/pointCloud/__init__.py +0 -0
  29. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/pointCloud/root.py +0 -0
  30. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/pointCloud/timestamp/__init__.py +0 -0
  31. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/pointCloud/timestamp/file/__init__.py +0 -0
  32. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/pointCloud/timestamp/file/root.py +0 -0
  33. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/pointCloud/timestamp/order/__init__.py +0 -0
  34. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/pointCloud/timestamp/order/root.py +0 -0
  35. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/pointCloud/timestamp/root.py +0 -0
  36. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/pointCloud/timestamp/util.py +0 -0
  37. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/raster/__init__.py +0 -0
  38. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/raster/root.py +0 -0
  39. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/raster/style/__init__.py +0 -0
  40. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/raster/style/root.py +0 -0
  41. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/raster/timestamp/__init__.py +0 -0
  42. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/raster/timestamp/file/__init__.py +0 -0
  43. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/raster/timestamp/file/root.py +0 -0
  44. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/raster/timestamp/order/__init__.py +0 -0
  45. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/raster/timestamp/order/root.py +0 -0
  46. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/raster/timestamp/util.py +0 -0
  47. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/root.py +0 -0
  48. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/setUpTask/__init__.py +0 -0
  49. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/setUpTask/root.py +0 -0
  50. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/usage/__init__.py +0 -0
  51. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/usage/root.py +0 -0
  52. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/vector/__init__.py +0 -0
  53. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/vector/featureProperty/__init__.py +0 -0
  54. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/vector/featureProperty/root.py +0 -0
  55. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/vector/root.py +0 -0
  56. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/vector/style/__init__.py +0 -0
  57. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/vector/style/root.py +0 -0
  58. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/vector/timestamp/__init__.py +0 -0
  59. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/vector/timestamp/feature/__init__.py +0 -0
  60. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/vector/timestamp/feature/message/__init__.py +0 -0
  61. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/vector/timestamp/feature/message/root.py +0 -0
  62. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/vector/timestamp/feature/root.py +0 -0
  63. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/vector/timestamp/feature/series/__init__.py +0 -0
  64. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/vector/timestamp/feature/series/root.py +0 -0
  65. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/vector/timestamp/file/__init__.py +0 -0
  66. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/vector/timestamp/file/root.py +0 -0
  67. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/vector/timestamp/order/__init__.py +0 -0
  68. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/vector/timestamp/order/root.py +0 -0
  69. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/path/vector/timestamp/root.py +0 -0
  70. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/sanitize.py +0 -0
  71. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/user/__init__.py +0 -0
  72. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/user/root.py +0 -0
  73. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/util/__init__.py +0 -0
  74. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis/util/root.py +0 -0
  75. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis.egg-info/SOURCES.txt +0 -0
  76. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis.egg-info/dependency_links.txt +0 -0
  77. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis.egg-info/requires.txt +10 -10
  78. {ellipsis-3.2.1 → ellipsis-3.2.2}/ellipsis.egg-info/top_level.txt +0 -0
  79. {ellipsis-3.2.1 → ellipsis-3.2.2}/setup.cfg +0 -0
  80. {ellipsis-3.2.1 → ellipsis-3.2.2}/test/test.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ellipsis
3
- Version: 3.2.1
3
+ Version: 3.2.2
4
4
  Summary: Package to interact with the Ellipsis API
5
5
  Home-page: https://github.com/ellipsis-drive-internal/python-package
6
6
  Author: Daniel van der Maas
@@ -11,24 +11,6 @@ Classifier: Operating System :: OS Independent
11
11
  Requires-Python: >=3.6
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
- Requires-Dist: pandas
15
- Requires-Dist: Pillow
16
- Requires-Dist: matplotlib
17
- Requires-Dist: geopandas
18
- Requires-Dist: pyproj
19
- Requires-Dist: imageio
20
- Requires-Dist: numpy
21
- Requires-Dist: imagecodecs
22
- Requires-Dist: requests
23
- Requires-Dist: requests-toolbelt
24
- Requires-Dist: rasterio
25
- Requires-Dist: Shapely
26
- Requires-Dist: geopy
27
- Requires-Dist: scikit-image
28
- Requires-Dist: Fiona
29
- Requires-Dist: pygltflib
30
- Requires-Dist: tifffile
31
- Requires-Dist: dill
32
14
 
33
15
  # Ellipsis Drive Python Package
34
16
 
@@ -6,7 +6,7 @@ from ellipsis import user
6
6
  from ellipsis import path
7
7
  from ellipsis import util
8
8
  from ellipsis import compute
9
- __version__ = '3.2.1'
9
+ __version__ = '3.2.2'
10
10
 
11
11
 
12
12
 
@@ -145,13 +145,13 @@ def addToLayer(response, pathId, timestampId, token):
145
145
  token = sanitize.validString('token', token, True)
146
146
 
147
147
  for url in response:
148
- memfile = downloadFile(url, filePath, token)
148
+ memfile = downloadFile(url, token)
149
149
  addFile(pathId = pathId, timestampId=timestampId, token = token, fileFormat='tif', memFile=memfile, name='out.tif')
150
150
  activate(pathId=pathId, timestampId=timestampId, token=token)
151
151
 
152
152
 
153
153
 
154
- def downloadFile(url, filePath, token):
154
+ def downloadFile(url, token):
155
155
  memfile = BytesIO()
156
156
  apiManager.download(url = url, filePath='', memfile=memfile, token = token)
157
157
  memfile.seek(0)
@@ -329,8 +329,8 @@ def getRaster(pathId, timestampId, extent, token = None, showProgress = True, ep
329
329
  y_index = tileY - y1_osm
330
330
 
331
331
  r = iterate(fetch, 0, tileX, tileY)
332
+ r_total[0:r.shape[0],y_index*w:(y_index+1)*w,x_index*w:(x_index+1)*w] = r
332
333
 
333
- r_total[:,y_index*w:(y_index+1)*w,x_index*w:(x_index+1)*w] = r
334
334
  I = I + 1
335
335
  if showProgress:
336
336
  loadingBar(I, len(tiles))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ellipsis
3
- Version: 3.2.1
3
+ Version: 3.2.2
4
4
  Summary: Package to interact with the Ellipsis API
5
5
  Home-page: https://github.com/ellipsis-drive-internal/python-package
6
6
  Author: Daniel van der Maas
@@ -11,24 +11,6 @@ Classifier: Operating System :: OS Independent
11
11
  Requires-Python: >=3.6
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
- Requires-Dist: pandas
15
- Requires-Dist: Pillow
16
- Requires-Dist: matplotlib
17
- Requires-Dist: geopandas
18
- Requires-Dist: pyproj
19
- Requires-Dist: imageio
20
- Requires-Dist: numpy
21
- Requires-Dist: imagecodecs
22
- Requires-Dist: requests
23
- Requires-Dist: requests-toolbelt
24
- Requires-Dist: rasterio
25
- Requires-Dist: Shapely
26
- Requires-Dist: geopy
27
- Requires-Dist: scikit-image
28
- Requires-Dist: Fiona
29
- Requires-Dist: pygltflib
30
- Requires-Dist: tifffile
31
- Requires-Dist: dill
32
14
 
33
15
  # Ellipsis Drive Python Package
34
16
 
@@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
6
6
 
7
7
  setuptools.setup(
8
8
  name="ellipsis",
9
- version="3.2.1",
9
+ version="3.2.2",
10
10
  author="Daniel van der Maas",
11
11
  author_email="daniel@ellipsis-drive.com",
12
12
  description="Package to interact with the Ellipsis API",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,18 +1,18 @@
1
- pandas
1
+ Fiona
2
2
  Pillow
3
- matplotlib
3
+ Shapely
4
+ dill
4
5
  geopandas
5
- pyproj
6
+ geopy
7
+ imagecodecs
6
8
  imageio
9
+ matplotlib
7
10
  numpy
8
- imagecodecs
11
+ pandas
12
+ pygltflib
13
+ pyproj
14
+ rasterio
9
15
  requests
10
16
  requests-toolbelt
11
- rasterio
12
- Shapely
13
- geopy
14
17
  scikit-image
15
- Fiona
16
- pygltflib
17
18
  tifffile
18
- dill
File without changes
File without changes