RadGEEToolbox 1.6.3__py3-none-any.whl → 1.6.4__py3-none-any.whl
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.
- RadGEEToolbox/__init__.py +1 -1
- {radgeetoolbox-1.6.3.dist-info → radgeetoolbox-1.6.4.dist-info}/METADATA +6 -6
- {radgeetoolbox-1.6.3.dist-info → radgeetoolbox-1.6.4.dist-info}/RECORD +6 -6
- {radgeetoolbox-1.6.3.dist-info → radgeetoolbox-1.6.4.dist-info}/WHEEL +0 -0
- {radgeetoolbox-1.6.3.dist-info → radgeetoolbox-1.6.4.dist-info}/licenses/LICENSE.txt +0 -0
- {radgeetoolbox-1.6.3.dist-info → radgeetoolbox-1.6.4.dist-info}/top_level.txt +0 -0
RadGEEToolbox/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: RadGEEToolbox
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.4
|
|
4
4
|
Summary: Streamlined Multispectral & SAR Analysis for Google Earth Engine Python API
|
|
5
5
|
Home-page: https://github.com/radwinskis/RadGEEToolbox
|
|
6
6
|
Author: Mark Radwin
|
|
@@ -16,7 +16,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
16
16
|
Classifier: Topic :: Scientific/Engineering :: GIS
|
|
17
17
|
Classifier: Topic :: Scientific/Engineering :: Information Analysis
|
|
18
18
|
Classifier: Operating System :: OS Independent
|
|
19
|
-
Requires-Python: >=3.
|
|
19
|
+
Requires-Python: >=3.8
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE.txt
|
|
22
22
|
Requires-Dist: earthengine-api
|
|
@@ -130,15 +130,15 @@ _____________
|
|
|
130
130
|
|
|
131
131
|
### Installing via pip
|
|
132
132
|
|
|
133
|
-
To install `RadGEEToolbox` version 1.6.
|
|
133
|
+
To install `RadGEEToolbox` version 1.6.4 using pip (NOTE: it is recommended to create a new virtual environment):
|
|
134
134
|
|
|
135
135
|
```bash
|
|
136
|
-
pip install RadGEEToolbox==1.6.
|
|
136
|
+
pip install RadGEEToolbox==1.6.4
|
|
137
137
|
```
|
|
138
138
|
|
|
139
139
|
### Installing via Conda
|
|
140
140
|
|
|
141
|
-
To install `RadGEEToolbox` version 1.6.
|
|
141
|
+
To install `RadGEEToolbox` version 1.6.4 using conda-forge (NOTE: it is recommended to create a new virtual environment):
|
|
142
142
|
|
|
143
143
|
```bash
|
|
144
144
|
conda install conda-forge::radgeetoolbox
|
|
@@ -169,7 +169,7 @@ To verify that `RadGEEToolbox` was installed correctly:
|
|
|
169
169
|
python -c "import RadGEEToolbox; print(RadGEEToolbox.__version__)"
|
|
170
170
|
```
|
|
171
171
|
|
|
172
|
-
You should see `1.6.
|
|
172
|
+
You should see `1.6.4` printed as the version number.
|
|
173
173
|
|
|
174
174
|
### Want to Visualize Data? Install These Too
|
|
175
175
|
|
|
@@ -4,9 +4,9 @@ RadGEEToolbox/LandsatCollection.py,sha256=Tq-hwFPolqZI1rL-ORS5dPcjBa3QGEy2ruhc_T
|
|
|
4
4
|
RadGEEToolbox/Sentinel1Collection.py,sha256=Z32YszIUC_eswMtravMGrNHCP0RA5LK_qyPHQT6stVk,62040
|
|
5
5
|
RadGEEToolbox/Sentinel2Collection.py,sha256=6jx5sMKKDgkr6okQzDQogUBE6t_aBubViZ1OIuIt5K8,67494
|
|
6
6
|
RadGEEToolbox/VisParams.py,sha256=knGnu0zdxkDC1jqvgybNUKUY5IrJaQGgd-7j4odcRQE,5197
|
|
7
|
-
RadGEEToolbox/__init__.py,sha256=
|
|
8
|
-
radgeetoolbox-1.6.
|
|
9
|
-
radgeetoolbox-1.6.
|
|
10
|
-
radgeetoolbox-1.6.
|
|
11
|
-
radgeetoolbox-1.6.
|
|
12
|
-
radgeetoolbox-1.6.
|
|
7
|
+
RadGEEToolbox/__init__.py,sha256=MX7VgyxgYIAxrfaQxbaaZEglyvTW3wBA12wxnOIKGwE,529
|
|
8
|
+
radgeetoolbox-1.6.4.dist-info/licenses/LICENSE.txt,sha256=5Xj9dwVkawz6d8zhCwJy0SmXvm0U4K_msJnOrkHLO1w,1089
|
|
9
|
+
radgeetoolbox-1.6.4.dist-info/METADATA,sha256=019SC35uCcB2VuzwWBrhf9nzjLE9ThpxiiDREJkUaP4,13145
|
|
10
|
+
radgeetoolbox-1.6.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
11
|
+
radgeetoolbox-1.6.4.dist-info/top_level.txt,sha256=W2E520tugQoptDkhctKFbzsheL2l_DyYLKqKXkD9G_E,14
|
|
12
|
+
radgeetoolbox-1.6.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|