{"id":13735145,"url":"https://github.com/darrenwiens/stac-nb","last_synced_at":"2025-05-08T11:32:18.394Z","repository":{"id":37835028,"uuid":"412331352","full_name":"darrenwiens/stac-nb","owner":"darrenwiens","description":"STAC in Jupyter Notebooks","archived":false,"fork":false,"pushed_at":"2022-10-22T17:40:34.000Z","size":75,"stargazers_count":34,"open_issues_count":3,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-07T03:07:16.388Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/darrenwiens.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-01T04:53:49.000Z","updated_at":"2024-10-10T08:24:00.000Z","dependencies_parsed_at":"2022-06-23T01:39:06.206Z","dependency_job_id":null,"html_url":"https://github.com/darrenwiens/stac-nb","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darrenwiens%2Fstac-nb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darrenwiens%2Fstac-nb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darrenwiens%2Fstac-nb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darrenwiens%2Fstac-nb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darrenwiens","download_url":"https://codeload.github.com/darrenwiens/stac-nb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224727173,"owners_count":17359532,"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","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":[],"created_at":"2024-08-03T03:01:03.437Z","updated_at":"2024-11-15T03:31:26.927Z","avatar_url":"https://github.com/darrenwiens.png","language":"Python","funding_links":[],"categories":["`Python` processing of optical imagery (non deep learning)"],"sub_categories":["Cloud Native Geospatial"],"readme":"stac-nb\n=================\n\nSTAC in Jupyter Notebooks\n-------------------------\n\n.. image:: https://readthedocs.org/projects/stac-nb/badge/?version=latest\u0026style=flat\n    :target: https://stac-nb.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n.. image:: https://badge.fury.io/py/stac-nb.svg\n    :target: https://badge.fury.io/py/stac-nb\n    :alt: PyPI Status\n.. image:: https://coveralls.io/repos/github/darrenwiens/stac-nb/badge.svg?branch=main\n    :target: https://coveralls.io/github/darrenwiens/stac-nb?branch=main\n.. image:: https://github.com/darrenwiens/stac-nb/actions/workflows/python-package.yml/badge.svg\n    :alt: Build Status\n\nInstall\n-------------------------\n::\n\n    pip install stac-nb\n\nUsage\n-------------------------\n\n.. usage_label\n\nTo use stac-nb in a project, start Jupyter Lab (``jupyter lab``), create a new notebook, then::\n\n    from stac_nb import STAC_Query_UI\n\nDisplay the UI for a STAC API::\n\n    ui = STAC_Query_UI(\"https://earth-search.aws.element84.com/v0\")\n    ui.display()\n\nAfter you have run the query, retrieve the results from ``ui.query_results``::\n\n    ui.query_results\n\nThe statement above will render a visual list component, including an interactive map and a \nmultitude of other richly stylized elements.\n\nThe list of pystac.Items returned from the query may be used further in Python, like::\n\n    list(ui.query_results)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarrenwiens%2Fstac-nb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarrenwiens%2Fstac-nb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarrenwiens%2Fstac-nb/lists"}