SnowMapPy 1.0.4__tar.gz → 1.0.5__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.
- {snowmappy-1.0.4/SnowMapPy.egg-info → snowmappy-1.0.5}/PKG-INFO +3 -3
- {snowmappy-1.0.4 → snowmappy-1.0.5/SnowMapPy.egg-info}/PKG-INFO +3 -3
- {snowmappy-1.0.4 → snowmappy-1.0.5}/pyproject.toml +2 -2
- {snowmappy-1.0.4 → snowmappy-1.0.5}/setup.py +3 -3
- {snowmappy-1.0.4 → snowmappy-1.0.5}/LICENSE +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/MANIFEST.in +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/README.md +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy/__init__.py +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy/cloud/__init__.py +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy/cloud/auth.py +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy/cloud/loader.py +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy/cloud/processor.py +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy/core/__init__.py +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy/core/data_io.py +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy/core/quality.py +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy/core/spatial.py +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy/core/temporal.py +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy/core/utils.py +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy/local/__init__.py +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy/local/file_handler.py +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy/local/preparator.py +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy/local/processor.py +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy/tests/__init__.py +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy/tests/test_cloud/__init__.py +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy/tests/test_cloud/real_cloud_test.py +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy/tests/test_cloud/test_basic_cloud.py +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy/tests/test_core/__init__.py +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy/tests/test_core/test_quality.py +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy/tests/test_local/__init__.py +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy.egg-info/SOURCES.txt +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy.egg-info/dependency_links.txt +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy.egg-info/requires.txt +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/SnowMapPy.egg-info/top_level.txt +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/TESTING.md +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/requirements.txt +0 -0
- {snowmappy-1.0.4 → snowmappy-1.0.5}/setup.cfg +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: SnowMapPy
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.5
|
|
4
4
|
Summary: A comprehensive Python package for processing MODIS NDSI data from local files and Google Earth Engine
|
|
5
5
|
Home-page: https://github.com/haytamelyo/SnowMapPy
|
|
6
|
-
Author: Haytam Elyoussfi
|
|
7
|
-
Author-email: Haytam Elyoussfi <haytam.elyoussfi@um6p.ma>, Hatim
|
|
6
|
+
Author: Haytam Elyoussfi, Hatim BECHRI
|
|
7
|
+
Author-email: Haytam Elyoussfi <haytam.elyoussfi@um6p.ma>, Hatim BECHRI <hatim.bechri@usms.ac.ma>
|
|
8
8
|
License: MIT
|
|
9
9
|
Project-URL: Bug Reports, https://github.com/haytamelyo/SnowMapPy/issues
|
|
10
10
|
Project-URL: Source, https://github.com/haytamelyo/SnowMapPy
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: SnowMapPy
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.5
|
|
4
4
|
Summary: A comprehensive Python package for processing MODIS NDSI data from local files and Google Earth Engine
|
|
5
5
|
Home-page: https://github.com/haytamelyo/SnowMapPy
|
|
6
|
-
Author: Haytam Elyoussfi
|
|
7
|
-
Author-email: Haytam Elyoussfi <haytam.elyoussfi@um6p.ma>, Hatim
|
|
6
|
+
Author: Haytam Elyoussfi, Hatim BECHRI
|
|
7
|
+
Author-email: Haytam Elyoussfi <haytam.elyoussfi@um6p.ma>, Hatim BECHRI <hatim.bechri@usms.ac.ma>
|
|
8
8
|
License: MIT
|
|
9
9
|
Project-URL: Bug Reports, https://github.com/haytamelyo/SnowMapPy/issues
|
|
10
10
|
Project-URL: Source, https://github.com/haytamelyo/SnowMapPy
|
|
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "SnowMapPy"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.5"
|
|
8
8
|
description = "A comprehensive Python package for processing MODIS NDSI data from local files and Google Earth Engine"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "MIT"}
|
|
11
11
|
authors = [
|
|
12
12
|
{ name = "Haytam Elyoussfi", email = "haytam.elyoussfi@um6p.ma" },
|
|
13
|
-
{ name = "Hatim
|
|
13
|
+
{ name = "Hatim BECHRI", email = "hatim.bechri@usms.ac.ma" }
|
|
14
14
|
]
|
|
15
15
|
keywords = ["modis", "snow", "remote sensing", "earth engine", "gis", "hydrology"]
|
|
16
16
|
classifiers = [
|
|
@@ -5,9 +5,9 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
5
5
|
|
|
6
6
|
setup(
|
|
7
7
|
name="SnowMapPy",
|
|
8
|
-
version="1.0.
|
|
9
|
-
author="Haytam Elyoussfi",
|
|
10
|
-
author_email="haytam.elyoussfi@um6p.ma",
|
|
8
|
+
version="1.0.5",
|
|
9
|
+
author="Haytam Elyoussfi, Hatim BECHRI",
|
|
10
|
+
author_email="haytam.elyoussfi@um6p.ma, hatim.bechri@usms.ac.ma",
|
|
11
11
|
description="A comprehensive Python package for processing MODIS NDSI data from local files and Google Earth Engine",
|
|
12
12
|
long_description=long_description,
|
|
13
13
|
long_description_content_type="text/markdown",
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|