https://github.com/siapy/siapy-lib Skip to content Navigation Menu Toggle navigation Sign in * Product + GitHub Copilot Write better code with AI + Security Find and fix vulnerabilities + Actions Automate any workflow + Codespaces Instant dev environments + Issues Plan and track work + Code Review Manage code changes + Discussions Collaborate outside of code + Code Search Find more, search less Explore + All features + Documentation + GitHub Skills + Blog * Solutions By company size + Enterprises + Small and medium teams + Startups By use case + DevSecOps + DevOps + CI/CD + View all use cases By industry + Healthcare + Financial services + Manufacturing + Government + View all industries View all solutions * Resources Topics + AI + DevOps + Security + Software Development + View all Explore + Learning Pathways + White papers, Ebooks, Webinars + Customer Stories + Partners + Executive Insights * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles Repositories + Topics + Trending + Collections * Enterprise + Enterprise platform AI-powered developer platform Available add-ons + Advanced Security Enterprise-grade security features + GitHub Copilot Enterprise-grade AI features + Premium Support Enterprise-grade 24/7 support * Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Search [ ] Clear Search syntax tips Provide feedback We read every piece of feedback, and take your input very seriously. [ ] [ ] Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Name [ ] Query [ ] To see all available qualifiers, see our documentation. Cancel Create saved search Sign in Sign up Reseting focus You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} siapy / siapy-lib Public * * Notifications You must be signed in to change notification settings * Fork 3 * Star 60 [?] A tool for efficient processing of spectral images with Python. siapy.github.io/siapy-lib/ License MIT license 60 stars 3 forks Branches Tags Activity Star Notifications You must be signed in to change notification settings * Code * Issues 0 * Pull requests 1 * Actions * Security * Insights Additional navigation options * Code * Issues * Pull requests * Actions * Security * Insights siapy/siapy-lib main BranchesTags [ ] Go to file Code Folders and files Last Last Name Name commit commit message date Latest commit History 465 Commits .github .github docs docs scripts scripts siapy siapy tests tests .editorconfig .editorconfig .gitattributes .gitattributes .gitignore .gitignore .pre-commit-config.yaml .pre-commit-config.yaml CHANGELOG.md CHANGELOG.md CITATION.cff CITATION.cff CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md CONTRIBUTING.md CONTRIBUTING.md LICENSE LICENSE Makefile Makefile README.md README.md SECURITY.md SECURITY.md mkdocs.yml mkdocs.yml pdm.lock pdm.lock pyproject.toml pyproject.toml siapy-dev.code-workspace siapy-dev.code-workspace View all files Repository files navigation * README * Code of conduct * MIT license * Security Sublime's custom image Spectral imaging analysis for Python (SiaPy) is a tool for efficient processing of spectral images Test Coverage Package version DOI Supported Python versions --------------------------------------------------------------------- Source Code: https://github.com/siapy/siapy-lib Bug Report / Feature Request: https://github.com/siapy/siapy-lib/ issues/new/choose Documentation: https://siapy.github.io/siapy-lib/ --------------------------------------------------------------------- Installation To install the siapy library, use the following command: pip install siapy For detailed information and additional options, please refer to the instructions. Examples from pathlib import Path from siapy.entities import SpectralImageSet data_dir = "~/data" header_paths = sorted(Path(data_dir).rglob("*.hdr")) image_paths = sorted(Path(data_dir).rglob("*.img")) imageset = SpectralImageSet.from_paths( header_paths=header_paths, image_paths=image_paths, ) print(imageset) For an overview of the key concepts and functionalities of the SiaPy library, please refer to the documentation. Additionally, explore the use cases that demonstrate the library's capabilities here. Contribution guidelines We always welcome small improvements or fixes. If you're considering making more significant contributions to the source code, please contact us via email. Contributing to SiaPy isn't limited to coding. You can also: * Help us manage and resolve issues, both new and existing. * Create tutorials, presentations, and other educational resources. * Propose new features. Not sure where to start or how your skills might fit in? Don't hesitate to reach out! You can contact us via email, or connect with us directly on GitHub by opening a new issue or commenting on an existing one. If you're new to open-source contributions, check out our guide for helpful tips on getting started. Issues and new features Encountered a problem with the library? Please report it by creating an issue on GitHub. Interested in fixing an issue or enhancing the library's functionality? Fork the repository, make your changes, and submit a pull request on GitHub. Have a question? First, ensure that the setup process was completed successfully and resolve any related issues. If you've pulled in newer code, you might need to delete and recreate your SiaPy environment to ensure all the necessary packages are correctly installed. License This project is licensed under the MIT License. See LICENSE for more details. About [?] A tool for efficient processing of spectral images with Python. siapy.github.io/siapy-lib/ Topics python machine-learning spectral-analysis spectral-data hyperspectral-images spectral-imaging Resources Readme License MIT license Code of conduct Code of conduct Security policy Security policy Activity Custom properties Stars 60 stars Watchers 3 watching Forks 3 forks Report repository Releases 31 v0.5.8 Latest Dec 23, 2024 + 30 releases Sponsor this project * * * ko_fi ko-fi.com/janezlapajne * buymeacoffee.com/janezlapajne Learn more about GitHub Sponsors Contributors 5 * * * * * Languages * Python 98.3% * Makefile 1.1% * Shell 0.6% Footer (c) 2024 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact * Manage cookies * Do not share my personal information You can't perform that action at this time.