SnowMapPy 1.0.2__tar.gz → 1.0.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.
Files changed (35) hide show
  1. {snowmappy-1.0.2/SnowMapPy.egg-info → snowmappy-1.0.3}/PKG-INFO +17 -17
  2. {snowmappy-1.0.2 → snowmappy-1.0.3}/README.md +16 -16
  3. {snowmappy-1.0.2 → snowmappy-1.0.3/SnowMapPy.egg-info}/PKG-INFO +17 -17
  4. {snowmappy-1.0.2 → snowmappy-1.0.3}/pyproject.toml +1 -1
  5. {snowmappy-1.0.2 → snowmappy-1.0.3}/setup.py +1 -1
  6. {snowmappy-1.0.2 → snowmappy-1.0.3}/LICENSE +0 -0
  7. {snowmappy-1.0.2 → snowmappy-1.0.3}/MANIFEST.in +0 -0
  8. {snowmappy-1.0.2 → snowmappy-1.0.3}/SnowMapPy.egg-info/SOURCES.txt +0 -0
  9. {snowmappy-1.0.2 → snowmappy-1.0.3}/SnowMapPy.egg-info/dependency_links.txt +0 -0
  10. {snowmappy-1.0.2 → snowmappy-1.0.3}/SnowMapPy.egg-info/requires.txt +0 -0
  11. {snowmappy-1.0.2 → snowmappy-1.0.3}/SnowMapPy.egg-info/top_level.txt +0 -0
  12. {snowmappy-1.0.2 → snowmappy-1.0.3}/TESTING.md +0 -0
  13. {snowmappy-1.0.2 → snowmappy-1.0.3}/cloud/__init__.py +0 -0
  14. {snowmappy-1.0.2 → snowmappy-1.0.3}/cloud/auth.py +0 -0
  15. {snowmappy-1.0.2 → snowmappy-1.0.3}/cloud/loader.py +0 -0
  16. {snowmappy-1.0.2 → snowmappy-1.0.3}/cloud/processor.py +0 -0
  17. {snowmappy-1.0.2 → snowmappy-1.0.3}/core/__init__.py +0 -0
  18. {snowmappy-1.0.2 → snowmappy-1.0.3}/core/data_io.py +0 -0
  19. {snowmappy-1.0.2 → snowmappy-1.0.3}/core/quality.py +0 -0
  20. {snowmappy-1.0.2 → snowmappy-1.0.3}/core/spatial.py +0 -0
  21. {snowmappy-1.0.2 → snowmappy-1.0.3}/core/temporal.py +0 -0
  22. {snowmappy-1.0.2 → snowmappy-1.0.3}/core/utils.py +0 -0
  23. {snowmappy-1.0.2 → snowmappy-1.0.3}/local/__init__.py +0 -0
  24. {snowmappy-1.0.2 → snowmappy-1.0.3}/local/file_handler.py +0 -0
  25. {snowmappy-1.0.2 → snowmappy-1.0.3}/local/preparator.py +0 -0
  26. {snowmappy-1.0.2 → snowmappy-1.0.3}/local/processor.py +0 -0
  27. {snowmappy-1.0.2 → snowmappy-1.0.3}/requirements.txt +0 -0
  28. {snowmappy-1.0.2 → snowmappy-1.0.3}/setup.cfg +0 -0
  29. {snowmappy-1.0.2 → snowmappy-1.0.3}/tests/__init__.py +0 -0
  30. {snowmappy-1.0.2 → snowmappy-1.0.3}/tests/test_cloud/__init__.py +0 -0
  31. {snowmappy-1.0.2 → snowmappy-1.0.3}/tests/test_cloud/real_cloud_test.py +0 -0
  32. {snowmappy-1.0.2 → snowmappy-1.0.3}/tests/test_cloud/test_basic_cloud.py +0 -0
  33. {snowmappy-1.0.2 → snowmappy-1.0.3}/tests/test_core/__init__.py +0 -0
  34. {snowmappy-1.0.2 → snowmappy-1.0.3}/tests/test_core/test_quality.py +0 -0
  35. {snowmappy-1.0.2 → snowmappy-1.0.3}/tests/test_local/__init__.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: SnowMapPy
3
- Version: 1.0.2
3
+ Version: 1.0.3
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
6
  Author: Haytam Elyoussfi
@@ -48,9 +48,9 @@ A Python package for processing MODIS NDSI (Normalized Difference Snow Index) da
48
48
 
49
49
  - [Features](#features)
50
50
  - [Installation](#installation)
51
- - [Option 1: Install with Conda (Recommended)](#option-1-install-with-conda-recommended)
52
- - [Option 2: Install with pip](#option-2-install-with-pip)
53
- - [Option 3: Run with Docker](#option-3-run-with-docker)
51
+ - [Option 1: Install with pip](#option-1-install-with-pip)
52
+ - [Option 2: Run with Docker](#option-2-run-with-docker)
53
+ - [Option 3: Install with Conda (Coming soon...)](#option-3-install-with-conda-coming-soon)
54
54
  - [Quick Start](#quick-start)
55
55
  - [Troubleshooting](#troubleshooting)
56
56
  - [Contributing](#contributing)
@@ -71,16 +71,9 @@ A Python package for processing MODIS NDSI (Normalized Difference Snow Index) da
71
71
 
72
72
  ## 🚀 Installation
73
73
 
74
- SnowMapPy requires Python 3.8 or higher. We recommend using **Conda** for managing dependencies, especially for Windows users.
74
+ SnowMapPy requires Python 3.8 or higher. We recommend creating a virtual environment for installation.
75
75
 
76
- ### Option 1: Install with Conda (Recommended)
77
-
78
- Install SnowMapPy directly from Conda-Forge:
79
- ```bash
80
- conda install -c conda-forge snowmappy
81
- ```
82
-
83
- ### Option 2: Install with pip
76
+ ### Option 1: Install with pip
84
77
 
85
78
  1. **Create a Virtual Environment**
86
79
  ```bash
@@ -94,24 +87,31 @@ conda install -c conda-forge snowmappy
94
87
  pip install SnowMapPy
95
88
  ```
96
89
 
97
- ### Option 3: Run with Docker
90
+ ### Option 2: Run with Docker
98
91
 
99
92
  1. **Pull the Docker Image**
100
93
  ```bash
101
- docker pull your-dockerhub-username/snowmappy:1.0.2
94
+ docker pull your-dockerhub-username/snowmappy:1.0.3
102
95
  ```
103
96
 
104
97
  2. **Run the Container**
105
98
  ```bash
106
- docker run -it your-dockerhub-username/snowmappy:1.0.2
99
+ docker run -it your-dockerhub-username/snowmappy:1.0.3
107
100
  ```
108
101
 
109
102
  3. **Mount Local Data (Optional)**
110
103
  To process local files, mount your data directory:
111
104
  ```bash
112
- docker run -it -v /path/to/data:/app/data your-dockerhub-username/snowmappy:1.0.2
105
+ docker run -it -v /path/to/data:/workspace your-dockerhub-username/snowmappy:1.0.3
113
106
  ```
114
107
 
108
+ ### Option 3: Install with Conda (Coming soon...)
109
+
110
+ Install SnowMapPy directly from Conda-Forge:
111
+ ```bash
112
+ conda install -c conda-forge snowmappy
113
+ ```
114
+
115
115
  ---
116
116
 
117
117
  ## 🎯 Quick Start
@@ -8,9 +8,9 @@ A Python package for processing MODIS NDSI (Normalized Difference Snow Index) da
8
8
 
9
9
  - [Features](#features)
10
10
  - [Installation](#installation)
11
- - [Option 1: Install with Conda (Recommended)](#option-1-install-with-conda-recommended)
12
- - [Option 2: Install with pip](#option-2-install-with-pip)
13
- - [Option 3: Run with Docker](#option-3-run-with-docker)
11
+ - [Option 1: Install with pip](#option-1-install-with-pip)
12
+ - [Option 2: Run with Docker](#option-2-run-with-docker)
13
+ - [Option 3: Install with Conda (Coming soon...)](#option-3-install-with-conda-coming-soon)
14
14
  - [Quick Start](#quick-start)
15
15
  - [Troubleshooting](#troubleshooting)
16
16
  - [Contributing](#contributing)
@@ -31,16 +31,9 @@ A Python package for processing MODIS NDSI (Normalized Difference Snow Index) da
31
31
 
32
32
  ## 🚀 Installation
33
33
 
34
- SnowMapPy requires Python 3.8 or higher. We recommend using **Conda** for managing dependencies, especially for Windows users.
34
+ SnowMapPy requires Python 3.8 or higher. We recommend creating a virtual environment for installation.
35
35
 
36
- ### Option 1: Install with Conda (Recommended)
37
-
38
- Install SnowMapPy directly from Conda-Forge:
39
- ```bash
40
- conda install -c conda-forge snowmappy
41
- ```
42
-
43
- ### Option 2: Install with pip
36
+ ### Option 1: Install with pip
44
37
 
45
38
  1. **Create a Virtual Environment**
46
39
  ```bash
@@ -54,24 +47,31 @@ conda install -c conda-forge snowmappy
54
47
  pip install SnowMapPy
55
48
  ```
56
49
 
57
- ### Option 3: Run with Docker
50
+ ### Option 2: Run with Docker
58
51
 
59
52
  1. **Pull the Docker Image**
60
53
  ```bash
61
- docker pull your-dockerhub-username/snowmappy:1.0.2
54
+ docker pull your-dockerhub-username/snowmappy:1.0.3
62
55
  ```
63
56
 
64
57
  2. **Run the Container**
65
58
  ```bash
66
- docker run -it your-dockerhub-username/snowmappy:1.0.2
59
+ docker run -it your-dockerhub-username/snowmappy:1.0.3
67
60
  ```
68
61
 
69
62
  3. **Mount Local Data (Optional)**
70
63
  To process local files, mount your data directory:
71
64
  ```bash
72
- docker run -it -v /path/to/data:/app/data your-dockerhub-username/snowmappy:1.0.2
65
+ docker run -it -v /path/to/data:/workspace your-dockerhub-username/snowmappy:1.0.3
73
66
  ```
74
67
 
68
+ ### Option 3: Install with Conda (Coming soon...)
69
+
70
+ Install SnowMapPy directly from Conda-Forge:
71
+ ```bash
72
+ conda install -c conda-forge snowmappy
73
+ ```
74
+
75
75
  ---
76
76
 
77
77
  ## 🎯 Quick Start
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: SnowMapPy
3
- Version: 1.0.2
3
+ Version: 1.0.3
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
6
  Author: Haytam Elyoussfi
@@ -48,9 +48,9 @@ A Python package for processing MODIS NDSI (Normalized Difference Snow Index) da
48
48
 
49
49
  - [Features](#features)
50
50
  - [Installation](#installation)
51
- - [Option 1: Install with Conda (Recommended)](#option-1-install-with-conda-recommended)
52
- - [Option 2: Install with pip](#option-2-install-with-pip)
53
- - [Option 3: Run with Docker](#option-3-run-with-docker)
51
+ - [Option 1: Install with pip](#option-1-install-with-pip)
52
+ - [Option 2: Run with Docker](#option-2-run-with-docker)
53
+ - [Option 3: Install with Conda (Coming soon...)](#option-3-install-with-conda-coming-soon)
54
54
  - [Quick Start](#quick-start)
55
55
  - [Troubleshooting](#troubleshooting)
56
56
  - [Contributing](#contributing)
@@ -71,16 +71,9 @@ A Python package for processing MODIS NDSI (Normalized Difference Snow Index) da
71
71
 
72
72
  ## 🚀 Installation
73
73
 
74
- SnowMapPy requires Python 3.8 or higher. We recommend using **Conda** for managing dependencies, especially for Windows users.
74
+ SnowMapPy requires Python 3.8 or higher. We recommend creating a virtual environment for installation.
75
75
 
76
- ### Option 1: Install with Conda (Recommended)
77
-
78
- Install SnowMapPy directly from Conda-Forge:
79
- ```bash
80
- conda install -c conda-forge snowmappy
81
- ```
82
-
83
- ### Option 2: Install with pip
76
+ ### Option 1: Install with pip
84
77
 
85
78
  1. **Create a Virtual Environment**
86
79
  ```bash
@@ -94,24 +87,31 @@ conda install -c conda-forge snowmappy
94
87
  pip install SnowMapPy
95
88
  ```
96
89
 
97
- ### Option 3: Run with Docker
90
+ ### Option 2: Run with Docker
98
91
 
99
92
  1. **Pull the Docker Image**
100
93
  ```bash
101
- docker pull your-dockerhub-username/snowmappy:1.0.2
94
+ docker pull your-dockerhub-username/snowmappy:1.0.3
102
95
  ```
103
96
 
104
97
  2. **Run the Container**
105
98
  ```bash
106
- docker run -it your-dockerhub-username/snowmappy:1.0.2
99
+ docker run -it your-dockerhub-username/snowmappy:1.0.3
107
100
  ```
108
101
 
109
102
  3. **Mount Local Data (Optional)**
110
103
  To process local files, mount your data directory:
111
104
  ```bash
112
- docker run -it -v /path/to/data:/app/data your-dockerhub-username/snowmappy:1.0.2
105
+ docker run -it -v /path/to/data:/workspace your-dockerhub-username/snowmappy:1.0.3
113
106
  ```
114
107
 
108
+ ### Option 3: Install with Conda (Coming soon...)
109
+
110
+ Install SnowMapPy directly from Conda-Forge:
111
+ ```bash
112
+ conda install -c conda-forge snowmappy
113
+ ```
114
+
115
115
  ---
116
116
 
117
117
  ## 🎯 Quick Start
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "SnowMapPy"
7
- version = "1.0.2"
7
+ version = "1.0.3"
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 = "MIT"
@@ -8,7 +8,7 @@ with open("requirements.txt", "r", encoding="utf-8") as fh:
8
8
 
9
9
  setup(
10
10
  name="SnowMapPy",
11
- version="1.0.2", # Updated version
11
+ version="1.0.3", # Updated version
12
12
  author="Haytam Elyoussfi",
13
13
  author_email="haytam.elyoussfi@um6p.ma",
14
14
  description="A comprehensive Python package for processing MODIS NDSI data from local files and Google Earth Engine",
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