{"id":39996334,"url":"https://github.com/planetlabs/rio-stac-io","last_synced_at":"2026-01-19T01:08:36.260Z","repository":{"id":328403718,"uuid":"1089667057","full_name":"planetlabs/rio-stac-io","owner":"planetlabs","description":"Rasterio extension to open STAC Items and ItemCollections using native GDAL drivers ","archived":false,"fork":false,"pushed_at":"2025-11-06T17:02:06.000Z","size":899,"stargazers_count":34,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-14T12:24:54.604Z","etag":null,"topics":["gdal","rasterio","stac"],"latest_commit_sha":null,"homepage":"https://planetlabs.github.io/rio-stac-io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/planetlabs.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-11-04T16:42:58.000Z","updated_at":"2025-11-24T21:36:44.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/planetlabs/rio-stac-io","commit_stats":null,"previous_names":["planetlabs/rio-stac-io"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/planetlabs/rio-stac-io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetlabs%2Frio-stac-io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetlabs%2Frio-stac-io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetlabs%2Frio-stac-io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetlabs%2Frio-stac-io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/planetlabs","download_url":"https://codeload.github.com/planetlabs/rio-stac-io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetlabs%2Frio-stac-io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28556069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T00:46:33.223Z","status":"ssl_error","status_checked_at":"2026-01-19T00:46:32.754Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["gdal","rasterio","stac"],"created_at":"2026-01-19T01:08:35.060Z","updated_at":"2026-01-19T01:08:36.252Z","avatar_url":"https://github.com/planetlabs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rio-stac-io\n\n![From Metadata to Pixels](https://github.com/planetlabs/rio-stac-io/raw/main/docs/img/rio-stac-io.png \"rio-stac-io\")\n\nrio-stac-io is a [rasterio](https://github.com/rasterio/rasterio) extension to open STAC Items and ItemCollections using native GDAL drivers including [STACIT](https://gdal.org/en/stable/drivers/raster/stacit.html), [STACTA](https://gdal.org/en/stable/drivers/raster/stacta.html) and [GTI](https://gdal.org/en/stable/drivers/raster/gti.html). The library is build on top of rasterio and pystac.\n\n## Documentation\n\nhttps://planetlabs.github.io/rio-stac-io\n\n\n## Installation\n\n```\npip install rio-stac-io\n```\n\nWhen using the GTI driver you will need to install `gti` extras. Your GDAL binaries need to be compiled with geoparquet support.\n\n```\npip install rio-stac-io[gti]\n```\n\n## Usage\n\n```python\n\nfrom pystac_client import Client\n\nimport rio_stac_io as stacio\n\nclient = Client.open(...)\nsearch = client.search(...)\n\nwith stacio.open(search, asset_key=\"data\") as src:\n    data = src.read()\n\n```\n\n## Development\n\nThis repository requires [Pixi](https://pixi.sh/latest/) v0.52.0 or later.\n\n```\ngit clone git@github.com:planetlabs/rio-stac-io.git\ncd rio-stac-io\npixi shell -e dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplanetlabs%2Frio-stac-io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplanetlabs%2Frio-stac-io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplanetlabs%2Frio-stac-io/lists"}