RadGEEToolbox 1.4.3__tar.gz → 1.4.4__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: RadGEEToolbox
3
- Version: 1.4.3
3
+ Version: 1.4.4
4
4
  Summary: Python package simplifying large-scale operations using Google Earth Engine (GEE) for users who utilize Landsat and Sentinel
5
5
  Home-page: https://github.com/radwinskis/RadGEEToolbox
6
6
  Author: Mark Radwin
@@ -110,15 +110,15 @@ latest_NDWI_image = NDWI_collection.image_grab(-1)
110
110
 
111
111
  ### 📦 Installing via pip
112
112
 
113
- To install `RadGEEToolbox` version 1.4.3 using pip (NOTE: it is recommended to create a new virtual environment):
113
+ To install `RadGEEToolbox` version 1.4.4 using pip (NOTE: it is recommended to create a new virtual environment):
114
114
 
115
115
  ```bash
116
- pip install RadGEEToolbox==1.4.3
116
+ pip install RadGEEToolbox==1.4.4
117
117
  ```
118
118
 
119
119
  ### 📦 Installing via Conda (Coming soon...)
120
120
 
121
- To install `RadGEEToolbox` version 1.4.3 using conda-forge (NOTE: it is recommended to create a new virtual environment):
121
+ To install `RadGEEToolbox` version 1.4.4 using conda-forge (NOTE: it is recommended to create a new virtual environment):
122
122
 
123
123
  ```bash
124
124
  conda install -c conda-forge RadGEEToolbox
@@ -149,4 +149,4 @@ To verify that `RadGEEToolbox` was installed correctly:
149
149
  python -c "import RadGEEToolbox; print(RadGEEToolbox.__version__)"
150
150
  ```
151
151
 
152
- You should see `1.4.3` printed as the version number.
152
+ You should see `1.4.4` printed as the version number.
@@ -96,15 +96,15 @@ latest_NDWI_image = NDWI_collection.image_grab(-1)
96
96
 
97
97
  ### 📦 Installing via pip
98
98
 
99
- To install `RadGEEToolbox` version 1.4.3 using pip (NOTE: it is recommended to create a new virtual environment):
99
+ To install `RadGEEToolbox` version 1.4.4 using pip (NOTE: it is recommended to create a new virtual environment):
100
100
 
101
101
  ```bash
102
- pip install RadGEEToolbox==1.4.3
102
+ pip install RadGEEToolbox==1.4.4
103
103
  ```
104
104
 
105
105
  ### 📦 Installing via Conda (Coming soon...)
106
106
 
107
- To install `RadGEEToolbox` version 1.4.3 using conda-forge (NOTE: it is recommended to create a new virtual environment):
107
+ To install `RadGEEToolbox` version 1.4.4 using conda-forge (NOTE: it is recommended to create a new virtual environment):
108
108
 
109
109
  ```bash
110
110
  conda install -c conda-forge RadGEEToolbox
@@ -135,4 +135,4 @@ To verify that `RadGEEToolbox` was installed correctly:
135
135
  python -c "import RadGEEToolbox; print(RadGEEToolbox.__version__)"
136
136
  ```
137
137
 
138
- You should see `1.4.3` printed as the version number.
138
+ You should see `1.4.4` printed as the version number.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: RadGEEToolbox
3
- Version: 1.4.3
3
+ Version: 1.4.4
4
4
  Summary: Python package simplifying large-scale operations using Google Earth Engine (GEE) for users who utilize Landsat and Sentinel
5
5
  Home-page: https://github.com/radwinskis/RadGEEToolbox
6
6
  Author: Mark Radwin
@@ -110,15 +110,15 @@ latest_NDWI_image = NDWI_collection.image_grab(-1)
110
110
 
111
111
  ### 📦 Installing via pip
112
112
 
113
- To install `RadGEEToolbox` version 1.4.3 using pip (NOTE: it is recommended to create a new virtual environment):
113
+ To install `RadGEEToolbox` version 1.4.4 using pip (NOTE: it is recommended to create a new virtual environment):
114
114
 
115
115
  ```bash
116
- pip install RadGEEToolbox==1.4.3
116
+ pip install RadGEEToolbox==1.4.4
117
117
  ```
118
118
 
119
119
  ### 📦 Installing via Conda (Coming soon...)
120
120
 
121
- To install `RadGEEToolbox` version 1.4.3 using conda-forge (NOTE: it is recommended to create a new virtual environment):
121
+ To install `RadGEEToolbox` version 1.4.4 using conda-forge (NOTE: it is recommended to create a new virtual environment):
122
122
 
123
123
  ```bash
124
124
  conda install -c conda-forge RadGEEToolbox
@@ -149,4 +149,4 @@ To verify that `RadGEEToolbox` was installed correctly:
149
149
  python -c "import RadGEEToolbox; print(RadGEEToolbox.__version__)"
150
150
  ```
151
151
 
152
- You should see `1.4.3` printed as the version number.
152
+ You should see `1.4.4` printed as the version number.
@@ -0,0 +1 @@
1
+ earthengine-api
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="RadGEEToolbox",
5
- version="1.4.3",
5
+ version="1.4.4",
6
6
  author="Mark Radwin",
7
7
  author_email="markradwin@gmail.com",
8
8
  description="Python package simplifying large-scale operations using Google Earth Engine (GEE) for users who utilize Landsat and Sentinel",
@@ -19,7 +19,7 @@ setup(
19
19
  "Operating System :: OS Independent",
20
20
  ],
21
21
  install_requires=[
22
- "ee"
22
+ "earthengine-api"
23
23
  ],
24
24
  python_requires=">=3.6",
25
25
  )
File without changes
File without changes