{"id":28470723,"url":"https://github.com/rwnrchrds/geocore","last_synced_at":"2026-04-29T13:35:04.878Z","repository":{"id":297491334,"uuid":"996911204","full_name":"RwnRchrds/GeoCore","owner":"RwnRchrds","description":"A modern .NET library for geospatial math — distance, bearing, movement, and polygon calculations.","archived":false,"fork":false,"pushed_at":"2025-06-17T22:36:46.000Z","size":21,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-25T00:33:03.639Z","etag":null,"topics":["bearing","csharp","distance","dotnet","geospatial","gis","library","mapping","math","polygon"],"latest_commit_sha":null,"homepage":"","language":"C#","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/RwnRchrds.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2025-06-05T16:47:18.000Z","updated_at":"2025-06-17T22:36:50.000Z","dependencies_parsed_at":"2025-06-05T19:36:24.331Z","dependency_job_id":"9fc139a5-7edd-4bde-b743-7430ef624066","html_url":"https://github.com/RwnRchrds/GeoCore","commit_stats":null,"previous_names":["rwnrchrds/geocore"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RwnRchrds/GeoCore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RwnRchrds%2FGeoCore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RwnRchrds%2FGeoCore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RwnRchrds%2FGeoCore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RwnRchrds%2FGeoCore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RwnRchrds","download_url":"https://codeload.github.com/RwnRchrds/GeoCore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RwnRchrds%2FGeoCore/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263033084,"owners_count":23403091,"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":["bearing","csharp","distance","dotnet","geospatial","gis","library","mapping","math","polygon"],"created_at":"2025-06-07T10:06:11.817Z","updated_at":"2026-04-29T13:35:04.834Z","avatar_url":"https://github.com/RwnRchrds.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# GeoCore\n\n**GeoCore** is a clean, modern, developer-friendly .NET library for geospatial math — including distance, bearing, movement, and polygon calculations.\n\n## ✨ Features\n\n- 📍 `GeoPoint` structure for latitude/longitude\n- 📏 Great-circle distance and bearing calculations\n- 🔁 Move a point by bearing + distance\n- 📦 Unit conversion (distance, angle, area)\n- 🧭 Polygon containment and area\n- ✅ Fully unit-tested (NUnit)\n\n## 📦 Installation\n\nComing soon to NuGet!\n\n## 🚀 Usage\n\n```csharp\nvar london = new GeoPoint(51.5074, -0.1278);\nvar amsterdam = new GeoPoint(52.3676, 4.9041);\n\ndouble distanceKm = london.DistanceTo(amsterdam);\ndouble bearing = london.BearingTo(amsterdam);","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frwnrchrds%2Fgeocore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frwnrchrds%2Fgeocore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frwnrchrds%2Fgeocore/lists"}