{"id":34546185,"url":"https://github.com/loop3d/loopresources","last_synced_at":"2026-05-27T22:37:25.299Z","repository":{"id":325009490,"uuid":"710046040","full_name":"Loop3D/loopresources","owner":"Loop3D","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-19T04:12:46.000Z","size":10365,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-19T05:21:15.069Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Loop3D.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"AGENTS.MD","dco":null,"cla":null}},"created_at":"2023-10-25T22:47:48.000Z","updated_at":"2025-11-19T04:12:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Loop3D/loopresources","commit_stats":null,"previous_names":["loop3d/loopresources"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Loop3D/loopresources","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Loop3D%2Floopresources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Loop3D%2Floopresources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Loop3D%2Floopresources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Loop3D%2Floopresources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Loop3D","download_url":"https://codeload.github.com/Loop3D/loopresources/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Loop3D%2Floopresources/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27997216,"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-24T02:00:07.193Z","response_time":83,"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":[],"created_at":"2025-12-24T07:03:55.059Z","updated_at":"2025-12-24T07:04:29.221Z","avatar_url":"https://github.com/Loop3D.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Loop.Resources\n\nA module for resource estimation and associated utility functions\n\n## Installation\n```bash\npip install loopresources\n```\n## Features\n- Drillhole database management\n- Desurveying and 3D visualization\n- Interval resampling and analysis\n- File-based database backend with project support\n\n## Usage\n```python\nfrom loopresources import DrillholeDatabase\nimport pyvista as pv\n\ndb = DrillholeDatabase.from_csv(\"path_to_collar.csv\", \"path_to_survey.csv\")\ndb.add_interval_table(\"lithology\", lithology_data)\ndesurveyed_lithology = db.desurvey_intervals(\"lithology\")\np = pv.Plotter()\nfor h in db:\n    p.add_mesh(h.vtk(radius=2.0))\np.show()\n```\n\n## Command Line Interface\nLoopResources also provides a CLI for common tasks. Use `loopresources --help` to see available commands.\n\n## Contributing\nContributions are welcome! Please submit issues and pull requests on the GitHub repository. \n## License\nThis project is licensed under the MIT License. See the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floop3d%2Floopresources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floop3d%2Floopresources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floop3d%2Floopresources/lists"}