RadGEEToolbox 1.6.3__tar.gz → 1.6.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.4
2
2
  Name: RadGEEToolbox
3
- Version: 1.6.3
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.6
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.3 using pip (NOTE: it is recommended to create a new virtual environment):
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.3
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.3 using conda-forge (NOTE: it is recommended to create a new virtual environment):
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.3` printed as the version number.
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
 
@@ -101,15 +101,15 @@ _____________
101
101
 
102
102
  ### Installing via pip
103
103
 
104
- To install `RadGEEToolbox` version 1.6.3 using pip (NOTE: it is recommended to create a new virtual environment):
104
+ To install `RadGEEToolbox` version 1.6.4 using pip (NOTE: it is recommended to create a new virtual environment):
105
105
 
106
106
  ```bash
107
- pip install RadGEEToolbox==1.6.3
107
+ pip install RadGEEToolbox==1.6.4
108
108
  ```
109
109
 
110
110
  ### Installing via Conda
111
111
 
112
- To install `RadGEEToolbox` version 1.6.3 using conda-forge (NOTE: it is recommended to create a new virtual environment):
112
+ To install `RadGEEToolbox` version 1.6.4 using conda-forge (NOTE: it is recommended to create a new virtual environment):
113
113
 
114
114
  ```bash
115
115
  conda install conda-forge::radgeetoolbox
@@ -140,7 +140,7 @@ To verify that `RadGEEToolbox` was installed correctly:
140
140
  python -c "import RadGEEToolbox; print(RadGEEToolbox.__version__)"
141
141
  ```
142
142
 
143
- You should see `1.6.3` printed as the version number.
143
+ You should see `1.6.4` printed as the version number.
144
144
 
145
145
  ### Want to Visualize Data? Install These Too
146
146
 
@@ -1,4 +1,4 @@
1
- __version__ = "1.6.3"
1
+ __version__ = "1.6.4"
2
2
 
3
3
  from .CollectionStitch import CollectionStitch, MosaicByDate
4
4
  from .GetPalette import get_palette
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: RadGEEToolbox
3
- Version: 1.6.3
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.6
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.3 using pip (NOTE: it is recommended to create a new virtual environment):
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.3
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.3 using conda-forge (NOTE: it is recommended to create a new virtual environment):
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.3` printed as the version number.
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,14 +4,14 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "RadGEEToolbox"
7
- version = "1.6.3"
7
+ version = "1.6.4"
8
8
  description = "Streamlined Multispectral & SAR Analysis for Google Earth Engine Python API"
9
9
  authors = [
10
10
  {name = "Mark Radwin", email = "markradwin@gmail.com"}
11
11
  ]
12
12
  license = {text = "MIT"}
13
13
  readme = "README.md"
14
- requires-python = ">=3.6"
14
+ requires-python = ">=3.8"
15
15
  dependencies = [
16
16
  "earthengine-api",
17
17
  "numpy",
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="RadGEEToolbox",
5
- version="1.6.3",
5
+ version="1.6.4",
6
6
  author="Mark Radwin",
7
7
  author_email="markradwin@gmail.com",
8
8
  description="Streamlined Multispectral & SAR Analysis for Google Earth Engine Python API",
@@ -23,5 +23,5 @@ setup(
23
23
  "numpy",
24
24
  "pandas"
25
25
  ],
26
- python_requires=">=3.6",
26
+ python_requires=">=3.8",
27
27
  )
File without changes
File without changes