{"id":34073400,"url":"https://github.com/e-sensing/pysits","last_synced_at":"2025-12-14T08:52:33.715Z","repository":{"id":300249007,"uuid":"948742610","full_name":"e-sensing/pysits","owner":"e-sensing","description":"Python wrapper for the sits R package","archived":false,"fork":false,"pushed_at":"2025-11-18T17:32:32.000Z","size":5082,"stargazers_count":16,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-18T19:18:56.571Z","etag":null,"topics":["cbers","earth-observation","eo-datacubes","geospatial","image-time-series","landsat","python","r","remote-sensing","satellite-image-time-series","sentinel-2","sits","stac-api","stac-catalog","timeseries"],"latest_commit_sha":null,"homepage":"https://e-sensing.github.io/sitsbook/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/e-sensing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-14T22:00:47.000Z","updated_at":"2025-10-29T19:22:39.000Z","dependencies_parsed_at":"2025-06-20T17:16:24.898Z","dependency_job_id":"6d462000-4cc8-425c-8540-2d5e7c44b7a9","html_url":"https://github.com/e-sensing/pysits","commit_stats":null,"previous_names":["e-sensing/pysits"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/e-sensing/pysits","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-sensing%2Fpysits","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-sensing%2Fpysits/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-sensing%2Fpysits/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-sensing%2Fpysits/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/e-sensing","download_url":"https://codeload.github.com/e-sensing/pysits/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-sensing%2Fpysits/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27723805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-14T02:00:11.348Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cbers","earth-observation","eo-datacubes","geospatial","image-time-series","landsat","python","r","remote-sensing","satellite-image-time-series","sentinel-2","sits","stac-api","stac-catalog","timeseries"],"created_at":"2025-12-14T08:52:33.141Z","updated_at":"2025-12-14T08:52:33.706Z","avatar_url":"https://github.com/e-sensing.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pysits\n\nPython wrapper for the [sits](https://github.com/e-sensing/sits) R package.\n\n## 📦 Installation\n\nTo install `pysits` with pip:\n\n```bash\npip install pysits\n```\n\nor the development version:\n\n```bash\npip install git+https://github.com/e-sensing/pysits.git\n```\n\n\u003e To use `pysits`, you must have [sits](https://github.com/e-sensing/sits) installed. For more information, refer to the [official sits documentation](https://e-sensing.github.io/sitsbook/setup.html).\n\n## 🛠 Development setup (for contributors)\n\nTo set up a local development environment:\n\n**1.** Clone the repo and access it:\n\n```bash\ngit clone https://github.com/e-sensing/pysits.git\ncd pysits\n```\n\n**2.** Create a virtual environment using [uv](https://github.com/astral-sh/uv)\n\n```bash\nuv venv\nsource .venv/bin/activate  # or .venv\\Scripts\\activate on Windows\n```\n\n**3.** Install the project in editable mode with development tools:\n\n```bash\nuv pip install -e \".[dev]\"\n```\n\n### 🔍 Run tests\n\nWe use `pytest` for testing:\n\n```bash\npytest\n```\n\n### 🧹 Code formatting\n\nTo keep the codebase clean and consistent we use [ruff](https://github.com/astral-sh/ruff):\n\n```bash\nruff format .\n```\n\n### 🧪 Linting\n\nWe use [ruff](https://github.com/astral-sh/ruff) for static analysis:\n\n```bash\nruff check .\n```\n\n\u003e The `examples/` directory is excluded from linting.\n\n## 📚 Learn more\n\nTo learn all about `sits`, including its concepts, API, and real-world examples, we recommend accessing the [official sits book](https://e-sensing.github.io/sitsbook/). The book provides examples in both R and Python.\n\n## 🤝 Contributing\n\nWe welcome contributions! Please:\n\n- Fork the repository\n- Create a feature branch\n- Submit a pull request with a clear description\n\n## 📄 License\n\n`pysits` is distributed under the GPL-2.0 license. See [LICENSE](./LICENSE) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe-sensing%2Fpysits","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fe-sensing%2Fpysits","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe-sensing%2Fpysits/lists"}