{"id":38508094,"url":"https://github.com/lincc-frameworks/healpix-geometry-analysis","last_synced_at":"2026-01-17T06:17:58.118Z","repository":{"id":244843599,"uuid":"816431538","full_name":"lincc-frameworks/healpix-geometry-analysis","owner":"lincc-frameworks","description":"WIP: spherical geometry properties of healpix tiles","archived":false,"fork":false,"pushed_at":"2026-01-12T20:25:35.000Z","size":92,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-13T01:25:38.522Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://healpix-geometry-analysis.readthedocs.io","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/lincc-frameworks.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":"2024-06-17T18:31:08.000Z","updated_at":"2026-01-12T20:25:01.000Z","dependencies_parsed_at":"2024-09-11T21:52:31.359Z","dependency_job_id":"6f6f91c1-7e58-47cf-a275-456b4d2b2bb8","html_url":"https://github.com/lincc-frameworks/healpix-geometry-analysis","commit_stats":null,"previous_names":["lincc-frameworks/healpix-geometry-analysis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lincc-frameworks/healpix-geometry-analysis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincc-frameworks%2Fhealpix-geometry-analysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincc-frameworks%2Fhealpix-geometry-analysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincc-frameworks%2Fhealpix-geometry-analysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincc-frameworks%2Fhealpix-geometry-analysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lincc-frameworks","download_url":"https://codeload.github.com/lincc-frameworks/healpix-geometry-analysis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincc-frameworks%2Fhealpix-geometry-analysis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28502144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T04:31:57.058Z","status":"ssl_error","status_checked_at":"2026-01-17T04:31:45.816Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2026-01-17T06:17:53.069Z","updated_at":"2026-01-17T06:17:58.110Z","avatar_url":"https://github.com/lincc-frameworks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# healpix-geometry-analysis\n\n[![Template](https://img.shields.io/badge/Template-LINCC%20Frameworks%20Python%20Project%20Template-brightgreen)](https://lincc-ppt.readthedocs.io/en/latest/)\n\n[![PyPI](https://img.shields.io/pypi/v/healpix-geometry-analysis?color=blue\u0026logo=pypi\u0026logoColor=white)](https://pypi.org/project/healpix-geometry-analysis/)\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/lincc-frameworks/healpix-geometry-analysis/smoke-test.yml)](https://github.com/lincc-frameworks/healpix-geometry-analysis/actions/workflows/smoke-test.yml)\n[![Codecov](https://codecov.io/gh/lincc-frameworks/healpix-geometry-analysis/branch/main/graph/badge.svg)](https://codecov.io/gh/lincc-frameworks/healpix-geometry-analysis)\n[![Read The Docs](https://img.shields.io/readthedocs/healpix-geometry-analysis)](https://healpix-geometry-analysis.readthedocs.io/)\n\nThis project was developed for the LINCC-Frameworks projects [HATS](https://github.com/astronomy-commons/hats) and [LSDB](https://github.com/astronomy-commons/lsdb).\n\nThis project was automatically generated using the LINCC-Frameworks \n[python-project-template](https://github.com/lincc-frameworks/python-project-template).\n\nFor more information about the project template see the \n[documentation](https://lincc-ppt.readthedocs.io/en/latest/).\n\n## Dev Guide - Getting Started\n\nBefore installing any dependencies or writing code, it's a great idea to create a\nvirtual environment. LINCC-Frameworks engineers primarily use `conda` to manage virtual\nenvironments. If you have conda installed locally, you can run the following to\ncreate and activate a new environment.\n\n```\n\u003e\u003e conda create env -n \u003cenv_name\u003e python=3.10\n\u003e\u003e conda activate \u003cenv_name\u003e\n```\n\nOnce you have created a new environment, you can install this project for local\ndevelopment using the following commands:\n\n```\n\u003e\u003e pip install -e .'[dev]'\n\u003e\u003e pre-commit install\n\u003e\u003e conda install pandoc\n```\n\nNotes:\n1. The single quotes around `'[dev]'` may not be required for your operating system.\n2. `pre-commit install` will initialize pre-commit for this local repository, so\n   that a set of tests will be run prior to completing a local commit. For more\n   information, see the Python Project Template documentation on \n   [pre-commit](https://lincc-ppt.readthedocs.io/en/latest/practices/precommit.html)\n3. Install `pandoc` allows you to verify that automatic rendering of Jupyter notebooks\n   into documentation for ReadTheDocs works as expected. For more information, see\n   the Python Project Template documentation on\n   [Sphinx and Python Notebooks](https://lincc-ppt.readthedocs.io/en/latest/practices/sphinx.html#python-notebooks)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flincc-frameworks%2Fhealpix-geometry-analysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flincc-frameworks%2Fhealpix-geometry-analysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flincc-frameworks%2Fhealpix-geometry-analysis/lists"}