saterys 0.2.7__py3-none-any.whl
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.
- saterys/app.py +225 -0
- saterys/cli.py +26 -0
- saterys/nodes/NDVI.py +201 -0
- saterys/nodes/NDWI.py +195 -0
- saterys/nodes/PCA.py +370 -0
- saterys/nodes/hello.py +6 -0
- saterys/nodes/input.py +39 -0
- saterys/nodes/script.py +13 -0
- saterys/nodes/sum.py +7 -0
- saterys/static/assets/ContrastTheme-8vl10reL.js +1 -0
- saterys/static/assets/Controls-BuZt2rJO.js +1 -0
- saterys/static/assets/DrawerController-CunOJ5Gd.js +1 -0
- saterys/static/assets/DrawerController-ZXfKNTdC.css +1 -0
- saterys/static/assets/Icon-BZoXfbBu.js +1 -0
- saterys/static/assets/Minimap-6vF3teR8.js +5 -0
- saterys/static/assets/ThemeToggle-CmShuKPJ.js +1 -0
- saterys/static/assets/index-CjC_xNd3.css +1 -0
- saterys/static/assets/index-CwCTxci7.js +13 -0
- saterys/static/assets/vite-C4kziZTZ.svg +12 -0
- saterys/static/index.html +14 -0
- saterys-0.2.7.dist-info/LICENSE +21 -0
- saterys-0.2.7.dist-info/METADATA +56 -0
- saterys-0.2.7.dist-info/RECORD +26 -0
- saterys-0.2.7.dist-info/WHEEL +5 -0
- saterys-0.2.7.dist-info/entry_points.txt +2 -0
- saterys-0.2.7.dist-info/top_level.txt +1 -0
@@ -0,0 +1,12 @@
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Satellite">
|
2
|
+
<!-- Main body -->
|
3
|
+
<rect x="13" y="13" width="6" height="6" rx="1" fill="#C5C6C7" stroke="#4B0082" stroke-width="1"/>
|
4
|
+
<!-- Solar panels -->
|
5
|
+
<rect x="5" y="14" width="6" height="4" rx="1" fill="#FF8C00" stroke="#4B0082" stroke-width="0.5"/>
|
6
|
+
<rect x="21" y="14" width="6" height="4" rx="1" fill="#FF6B35" stroke="#4B0082" stroke-width="0.5"/>
|
7
|
+
<!-- Antenna -->
|
8
|
+
<rect x="15" y="7" width="2" height="6" rx="1" fill="#C71585"/>
|
9
|
+
<circle cx="16" cy="6" r="2" fill="#FF8C00" stroke="#4B0082" stroke-width="0.5"/>
|
10
|
+
<!-- Details -->
|
11
|
+
<rect x="14" y="19" width="4" height="2" rx="0.5" fill="#0B0C10"/>
|
12
|
+
</svg>
|
@@ -0,0 +1,14 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
<html lang="en">
|
3
|
+
<head>
|
4
|
+
<meta charset="UTF-8" />
|
5
|
+
<link rel="icon" type="image/svg+xml" href="/assets/vite-C4kziZTZ.svg" />
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7
|
+
<title>SATERYS</title>
|
8
|
+
<script type="module" crossorigin src="/assets/index-CwCTxci7.js"></script>
|
9
|
+
<link rel="stylesheet" crossorigin href="/assets/index-CjC_xNd3.css">
|
10
|
+
</head>
|
11
|
+
<body>
|
12
|
+
<div id="app"></div>
|
13
|
+
</body>
|
14
|
+
</html>
|
@@ -0,0 +1,21 @@
|
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) 2025 Your Name
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
@@ -0,0 +1,56 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: saterys
|
3
|
+
Version: 0.2.7
|
4
|
+
Summary: Saterys — Scalable Analysis Toolkit for Earth Remote sYStemS
|
5
|
+
Author-email: Sebastian Sanchez Bernal <bastian@example.com>
|
6
|
+
License: MIT
|
7
|
+
Project-URL: Homepage, https://github.com/yourusername/saterys
|
8
|
+
Project-URL: Repository, https://github.com/yourusername/saterys
|
9
|
+
Project-URL: Issues, https://github.com/yourusername/saterys/issues
|
10
|
+
Classifier: Development Status :: 3 - Alpha
|
11
|
+
Classifier: Intended Audience :: Science/Research
|
12
|
+
Classifier: Topic :: Scientific/Engineering :: GIS
|
13
|
+
Classifier: License :: OSI Approved :: MIT License
|
14
|
+
Classifier: Programming Language :: Python :: 3
|
15
|
+
Classifier: Programming Language :: Python :: 3.9
|
16
|
+
Classifier: Programming Language :: Python :: 3.10
|
17
|
+
Classifier: Programming Language :: Python :: 3.11
|
18
|
+
Classifier: Programming Language :: Python :: 3.12
|
19
|
+
Requires-Python: >=3.9
|
20
|
+
Description-Content-Type: text/markdown
|
21
|
+
License-File: LICENSE
|
22
|
+
Requires-Dist: fastapi >=0.110
|
23
|
+
Requires-Dist: uvicorn[standard] >=0.23
|
24
|
+
Requires-Dist: pydantic >=2
|
25
|
+
Requires-Dist: numpy >=1.26
|
26
|
+
Requires-Dist: rio-tiler >=6
|
27
|
+
Requires-Dist: rasterio >=1.3
|
28
|
+
|
29
|
+
# SATERYS
|
30
|
+
|
31
|
+
[](https://pypi.org/project/saterys/)
|
32
|
+
[](https://pypi.org/project/saterys/)
|
33
|
+
[](LICENSE)
|
34
|
+
[](https://github.com/bastian6666/saterys/actions)
|
35
|
+
|
36
|
+
**SATERYS** is a geospatial pipeline builder combining a **Svelte** frontend with a **FastAPI** backend.
|
37
|
+
It provides an interactive node-based canvas for connecting operations, executing Python plugins, and visualizing raster data directly on a Leaflet map.
|
38
|
+
|
39
|
+
---
|
40
|
+
|
41
|
+
## ✨ Features
|
42
|
+
|
43
|
+
- 🎨 **Interactive Node Editor** using [Svelvet](https://svelvet.io/).
|
44
|
+
- ⚡ **FastAPI Backend** for plugin execution and REST endpoints.
|
45
|
+
- 🛰 **Geospatial Preview** with Leaflet, serving raster tiles via [rio-tiler](https://github.com/cogeotiff/rio-tiler).
|
46
|
+
- 🔌 **Extensible Plugin System**: add your own nodes by dropping Python files into a `nodes/` folder.
|
47
|
+
- 🌙 **Dark/Light Theme** toggle.
|
48
|
+
- 📦 Fully **pip-installable** with built frontend assets included.
|
49
|
+
|
50
|
+
---
|
51
|
+
|
52
|
+
## 📦 Installation
|
53
|
+
|
54
|
+
```bash
|
55
|
+
pip install saterys
|
56
|
+
# SATERYS
|
@@ -0,0 +1,26 @@
|
|
1
|
+
saterys/app.py,sha256=YPSWaCVxnf8CUKtuirVpmm6IowQ39CuOeZr70XK4N9w,8177
|
2
|
+
saterys/cli.py,sha256=o6ZLfTTW65Ih7l8d-auLZlTodkMazZ1PmfEo16Q_7K8,1279
|
3
|
+
saterys/nodes/NDVI.py,sha256=ZxxkWSigzNVIXJMP1FCn8QKO9jE80S9ZLogm7NcbCfo,7851
|
4
|
+
saterys/nodes/NDWI.py,sha256=mPnR9Yvt33RCEm4D0sbF78XI20j4X3Upr1s0uIiLnzw,7355
|
5
|
+
saterys/nodes/PCA.py,sha256=vayHjFg7hDh8GP241qAvF8XSDJ-210wf8uUyeX4AVf8,15197
|
6
|
+
saterys/nodes/hello.py,sha256=tcLdJFhUpvl6MoixgXbDYvqX4XNn5f8yzAPwMxweQg4,160
|
7
|
+
saterys/nodes/input.py,sha256=cTraDBy3AjYz3iRadLXHrSKLiDO0IZupfj0o6o9fOiY,1326
|
8
|
+
saterys/nodes/script.py,sha256=o7214lH3_VOEBBoyUvL4l0L3EED5uQ64Ux8rDYuyWNU,469
|
9
|
+
saterys/nodes/sum.py,sha256=hOfyt1atUaEtrgEFqFZbJ3pWPyvImen6BrmXcyjSH60,201
|
10
|
+
saterys/static/index.html,sha256=H_iCMXfgoxjlujkYbK1Zy6Bh-so9ZQ3nl-wAzfNvi98,469
|
11
|
+
saterys/static/assets/ContrastTheme-8vl10reL.js,sha256=ZWoAiOBGYAkI0gokUN219dQYgF9bn8dF-EcoVrwkUs0,4491
|
12
|
+
saterys/static/assets/Controls-BuZt2rJO.js,sha256=Xnsq1PWbOyN2KsgSULztDbEgHPORiyBJ1WEvHPExZ2Y,3685
|
13
|
+
saterys/static/assets/DrawerController-CunOJ5Gd.js,sha256=CRM6Dga7KBWQII8dC1EX4YFsJ2Ke5wAGzd8Q57xlFSc,26150
|
14
|
+
saterys/static/assets/DrawerController-ZXfKNTdC.css,sha256=Tj9Ps47RZ01dva74b_Q6fNpwZxKBNZHXowdBycW0yDw,6709
|
15
|
+
saterys/static/assets/Icon-BZoXfbBu.js,sha256=61BrmJNW_88ybesBAI7gEh8M-YdlELQwbBDBF0r1P9I,7770
|
16
|
+
saterys/static/assets/Minimap-6vF3teR8.js,sha256=YQlJQfGoDVWb83FKiahQViEcmTrYKHr6KjibKcivxIs,9694
|
17
|
+
saterys/static/assets/ThemeToggle-CmShuKPJ.js,sha256=uv0-BzFM24EhY0y4iAqELUAqUtKyqwnp191UY75rabQ,3051
|
18
|
+
saterys/static/assets/index-CjC_xNd3.css,sha256=NvheLuBE5hhOyNWMiFMn_YFkvS8WAdVEhBq8Xy6446A,62810
|
19
|
+
saterys/static/assets/index-CwCTxci7.js,sha256=Dk2sTwzbGYW4fnfpWMv2iq4xd289kYgRv3EVadcwjI4,306390
|
20
|
+
saterys/static/assets/vite-C4kziZTZ.svg,sha256=D51W-ZnICEEa_Oqa_68xur1aBiEbpSBWF0UUhRs1oes,733
|
21
|
+
saterys-0.2.7.dist-info/LICENSE,sha256=OphKV48tcMv6ep-7j-8T6nycykPT0g8ZlMJ9zbGvdPs,1066
|
22
|
+
saterys-0.2.7.dist-info/METADATA,sha256=Pimqg5JTk1T8JwrPz1Xu3lZjop7emdrkTWAsVB-SnPY,2455
|
23
|
+
saterys-0.2.7.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
24
|
+
saterys-0.2.7.dist-info/entry_points.txt,sha256=Q_j-B8p9RuVgzHp9nABNHbyztmaoWgVfxms5wbCj9lg,45
|
25
|
+
saterys-0.2.7.dist-info/top_level.txt,sha256=PbJ04af9VFhV-eJJFk30gGoxmc98Ra_G689T39eP8F4,8
|
26
|
+
saterys-0.2.7.dist-info/RECORD,,
|
@@ -0,0 +1 @@
|
|
1
|
+
saterys
|