satcube 0.1.2__tar.gz → 0.1.3__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 satcube might be problematic. Click here for more details.
- {satcube-0.1.2 → satcube-0.1.3}/PKG-INFO +2 -2
- {satcube-0.1.2 → satcube-0.1.3}/pyproject.toml +2 -3
- {satcube-0.1.2 → satcube-0.1.3}/LICENSE +0 -0
- {satcube-0.1.2 → satcube-0.1.3}/README.md +0 -0
- {satcube-0.1.2 → satcube-0.1.3}/satcube/cloud_detection.py +0 -0
- {satcube-0.1.2 → satcube-0.1.3}/satcube/cloud_detection_old.py +0 -0
- {satcube-0.1.2 → satcube-0.1.3}/satcube/dataclass.py +0 -0
- {satcube-0.1.2 → satcube-0.1.3}/satcube/download.py +0 -0
- {satcube-0.1.2 → satcube-0.1.3}/satcube/download_old.py +0 -0
- {satcube-0.1.2 → satcube-0.1.3}/satcube/main.py +0 -0
- {satcube-0.1.2 → satcube-0.1.3}/satcube/utils.py +0 -0
- {satcube-0.1.2 → satcube-0.1.3}/satcube/utils_old.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: satcube
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: A Python package to create cloud-free monthly composites by fusing Landsat and Sentinel-2 data.
|
|
5
5
|
Home-page: https://github.com/IPL-UV/satcube
|
|
6
6
|
Author: Cesar Aybar
|
|
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.11
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.12
|
|
13
13
|
Provides-Extra: full
|
|
14
|
-
Requires-Dist: cubexpress (>=0.1.
|
|
14
|
+
Requires-Dist: cubexpress (>=0.1.3)
|
|
15
15
|
Requires-Dist: earthengine-api (>=0.1.4.0) ; extra == "full"
|
|
16
16
|
Requires-Dist: fastcubo (>=0.0.999)
|
|
17
17
|
Requires-Dist: mlstac (>=0.4.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "satcube"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.3"
|
|
4
4
|
description = "A Python package to create cloud-free monthly composites by fusing Landsat and Sentinel-2 data."
|
|
5
5
|
authors = ["Cesar Aybar <fcesar.aybar@uv.es>"]
|
|
6
6
|
repository = "https://github.com/IPL-UV/satcube"
|
|
@@ -10,7 +10,7 @@ packages = [{ include = "satcube" }]
|
|
|
10
10
|
|
|
11
11
|
[tool.poetry.dependencies]
|
|
12
12
|
python = ">=3.10,<4.0"
|
|
13
|
-
cubexpress = ">=0.1.
|
|
13
|
+
cubexpress = ">=0.1.3"
|
|
14
14
|
mlstac = ">=0.4.0"
|
|
15
15
|
fastcubo = ">=0.0.999"
|
|
16
16
|
satalign = ">=0.0.999"
|
|
@@ -26,7 +26,6 @@ segmentation-models-pytorch = ">=0.3.0"
|
|
|
26
26
|
xarray = ">=2023.7.0"
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
|
|
30
29
|
[tool.poetry.extras]
|
|
31
30
|
full = [
|
|
32
31
|
"torch",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|