Premium desktop workstation for Earth observation segmentation.
Project description
SpectraForge
A premium desktop workstation for Earth observation processing and visualization across sensors. Unsupervised segmentation and uncertainty are optional modules inside a much broader EO workflow. Built to run locally on Windows/macOS/Linux.
Why it exists
- Multi-sensor preprocessing (Sentinel‑1/2/3, Landsat, ERA5, ENMAP, hyperspectral, PlanetScope, UAV)
- Band management and index generation for fast EO analysis
- Interactive ROI labeling for ground‑truthing and validation
- Optional unsupervised segmentation with probability maps and uncertainty
- Designed for patent-ready workflows (keep private until filing)
Features (v1)
- Clean, modern studio UI (not a QGIS clone)
- GeoTIFF, NetCDF, ENVI (hyperspectral), Sentinel‑2 folder support
- Sensor presets (Sentinel‑1/2/3, Landsat, PlanetScope, UAV, ERA5, ENMAP, hyperspectral)
- Auto feature selection across multi-band data
- Unsupervised segmentation with probability maps and entropy-based uncertainty (optional)
- Index Builder with curated indices per sensor + custom JSON/YAML recipes
- ROI selection + cluster labeling workflow
- Run history saved to
runs/ - Copernicus + Planet API panels (offline stub in this build)
Install
From PyPI:
python -m pip install spectraforce
From source:
python -m pip install -r requirements.txt
Run
spectraforge
Alternative:
python -m spectraforge
Data formats
- GeoTIFF:
.tif,.tiff - NetCDF:
.nc(ERA5 and other gridded products) - ENVI:
.hdr+.img(hyperspectral) - Sentinel‑2: SAFE folder with
.jp2band files - NumPy:
.npyarrays (2D or 3D) - Tabular:
.csv,.xlsx
Indices
SpectraForge ships with curated indices (NDVI, NDWI, etc.) per sensor. You can add your own:
- JSON/YAML recipe files (see
samples/for examples) - Index layers appear in the layer stack like any other band
Example custom indices file:
samples/indices_example.json
NPY export
Export data to .npy directly from the UI:
- All bands in one file
- Selected bands in one file
- Individual band files
- Optional index layer exports
Offline samples
Synthetic samples live in samples/ so the repo runs without downloads.
Real cropped samples live in samples/real/.
Manipur example outputs live in samples/manipur/.
API keys (stored locally)
API keys are stored in ~/.spectraforge/config.json on your machine.
Connectors (step by step)
The Connectors tab provides a guided workflow for sensor platform access (Copernicus and PlanetScope). This build ships with an offline stub so the UI and local key storage can be tested without network access. The steps below describe the full workflow, and the current offline behavior is noted where relevant.
What the Connectors tab does
- Collects and stores API keys locally
- Lets a dataset browser query sensors (S1/S2/S3 and PlanetScope)
- Builds a download queue with a save location
Step-by-step workflow
- Open the Connectors tab in the right‑hand inspector.
- Choose a provider in the left panel.
- Paste the API key and click Save.
- If a Test or Validate button is shown, click it.
- Open the Dataset Browser section.
- Pick a sensor family (for example: Sentinel‑2).
- Set a bounding box or choose a saved ROI.
- Set a date range and cloud filter.
- Click Search to list scenes.
- Select one or more scenes and click Add to Queue.
- Set the Save Location.
- Click Start Download.
Example
- Provider: Copernicus.
- Sensor: Sentinel‑2.
- AOI: a polygon ROI drawn in the map.
- Date range:
2025-01-01to2025-02-01. - Cloud filter: 0–20%.
- Action: search, add two scenes to queue, save to
samples/downloads/. - Result: queued items appear in the download list with size, sensor, and target path.
Offline stub behavior in this build
- Keys are saved locally and shown as “stored”.
- Searches and downloads are disabled to keep the build offline.
- The UI still displays the full workflow so it can be demonstrated end‑to‑end.
Why SpectraForge Helps
SpectraForge provides a fast, repeatable path from raw EO images to clean indices, analysis layers, and exportable outputs. Custom scripts do not need to be rebuilt for every dataset. The same workflow can be applied across sensors for consistent results. A typical workflow can be done by loading a folder, letting the app auto detect bands, choosing indices, and optionally running unsupervised segmentation with ROI labeling.
UI Demo (Auto NPY Detection)
When a .npy dataset is opened, SpectraForge can automatically detect the sensor, load the bands, and populate the band list. If the sensor cannot be detected, it can be selected manually and the workflow can continue without restarting.
Step by Step Outputs for Manipur Sentinel‑2
The full pipeline was run on real Sentinel‑2 data from Manipur, and the outputs were saved below.
Step 1 — Load bands and true color
Step 2 — NDVI and NDWI indices
NDVI |
NDWI |
Step 3 — Unsupervised segmentation with 8 clusters
Step 4 — ROI selection and labeling
ROI overlay |
ROI labels |
Step 5 — Uncertainty and confidence
The same color rule is used for both maps: blue means low, red means high.
For uncertainty, blue means low uncertainty and red means high uncertainty.
For confidence, blue means low confidence and red means high confidence.
Uncertainty |
Confidence |
Saved outputs full resolution
samples/manipur_full/manipur_full_stack.npysamples/manipur_full/manipur_full_stack_preview.tifsamples/manipur_full/manipur_full_<index>.npysamples/manipur_full/manipur_full_<index>.tif
Color Legend for segmentation labels
Clusters are unsupervised. Colors map to cluster IDs in order:
0→ maroon#8000001→ darkblue#00008B2→ darkgreen#0064003→ cyan#00FFFF4→ darkcyan#008B8B5→ magenta#FF00FF6→ indigo#4B00827→ grey#8080808→ peru#CD853F9→ slateblue#6A5ACD10→ mediumspringgreen#00FA9A11→ orangered#FF4500
If you run fewer than 12 clusters, only the first N colors are used.
Color Notes for indices
Index quicklooks use a viridis scale: brighter colors indicate higher values.
Uncertainty calibration made easy
- Run segmentation → get probability maps (
predict_proba) - Use entropy + confidence to visualize uncertain regions
- Assign labels with ROI selections (no labeled data required)
Segmentation engine
If your environment has scientific stack conflicts, switch the engine to Safe mode in the UI.
Fast mode uses scikit‑learn when available.
SpectraForge vs QGIS (Pros & Cons)
| Aspect | SpectraForge | QGIS |
|---|---|---|
| Focus | EO segmentation + indices + uncertainty | Full GIS for all domains |
| Setup | One command local run | Heavier install + plugins |
| Unsupervised segmentation + uncertainty | Built‑in, turnkey | Requires plugins/workflows |
| Indices | Curated EO indices + custom recipes | Many tools, but more manual setup |
| UI style | Modern studio layout (not QGIS style) | Traditional GIS layout |
| Extensibility | Focused feature set | Huge plugin ecosystem |
| Geoprocessing breadth | Focused EO analytics | Broad GIS toolbox |
| Best for | Fast EO segmentation + research demos | Full GIS analysis & cartography |
Pros of SpectraForge: fast EO‑first workflow, built‑in uncertainty, simple NPY export, easy to demo.
Cons vs QGIS: fewer GIS tools, smaller plugin ecosystem, less advanced cartography.
Contributions
See CONTRIBUTING.md and CODE_OF_CONDUCT.md.
Credits
Arnab Bhowmik
How to cite
If you use SpectraForge in academic work, please cite it like this:
Arnab Bhowmik. SpectraForge: Earth Observation Processing and Visualization Toolkit. Version 0.1.7, 2026. https://github.com/ArnaBannonymus/SpectraForge
BibTeX:
@software{spectraforge_2026,
author = {Bhowmik, Arnab},
title = {SpectraForge: Earth Observation Processing and Visualization Toolkit},
year = {2026},
version = {0.1.7},
url = {https://github.com/ArnaBannonymus/SpectraForge}
}
Privacy note
Runs locally. No data leaves your machine.
License
Proprietary (permission required for any use)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file spectraforce-0.1.7.tar.gz.
File metadata
- Download URL: spectraforce-0.1.7.tar.gz
- Upload date:
- Size: 33.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb40abd31e6c36c55dbcccd8c440071c4a3229dd08ceec469f73acfecc041e00
|
|
| MD5 |
19f17bc0d970871d10e8b24ef908e77c
|
|
| BLAKE2b-256 |
cc5f5b43474ea731e16ac72933653d36fa219bcddb91ed305849d4e88b5e0608
|
File details
Details for the file spectraforce-0.1.7-py3-none-any.whl.
File metadata
- Download URL: spectraforce-0.1.7-py3-none-any.whl
- Upload date:
- Size: 37.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aad7ac09a7eb4cbd508cdce30bbd390641d7ae9c6c112ceba063a2b4292872ad
|
|
| MD5 |
97320561c5e195fe6885af2cd7209c6e
|
|
| BLAKE2b-256 |
3544fb4051eda8ea6e8d252ea3d4ae14a726ef43638882a13537e03c7d78d8c8
|