{"id":29573667,"url":"https://github.com/bytefish/kmltogeojson","last_synced_at":"2025-07-19T06:11:18.440Z","repository":{"id":139070589,"uuid":"302893809","full_name":"bytefish/KmlToGeoJson","owner":"bytefish","description":"A small library to convert from KML to GeoJSON.","archived":false,"fork":false,"pushed_at":"2025-03-15T09:42:54.000Z","size":329,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-19T01:07:13.645Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/bytefish.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}},"created_at":"2020-10-10T12:12:00.000Z","updated_at":"2025-03-15T09:42:57.000Z","dependencies_parsed_at":"2024-05-07T22:46:45.677Z","dependency_job_id":null,"html_url":"https://github.com/bytefish/KmlToGeoJson","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bytefish/KmlToGeoJson","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytefish%2FKmlToGeoJson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytefish%2FKmlToGeoJson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytefish%2FKmlToGeoJson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytefish%2FKmlToGeoJson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bytefish","download_url":"https://codeload.github.com/bytefish/KmlToGeoJson/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytefish%2FKmlToGeoJson/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265896476,"owners_count":23845481,"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":"2025-07-19T06:11:17.598Z","updated_at":"2025-07-19T06:11:18.434Z","avatar_url":"https://github.com/bytefish.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KmlToGeoJson #\n\nKmlToGeoJson is a small library to convert from KML to GeoJSON.\n\n## Installing ##\n\nTo install KmlToGeoJson, run the following command in the Package Manager Console:\n\n```\nPM\u003e Install-Package KmlToGeoJson\n```\n\n## Example Usage ##\n\n```csharp\nnamespace KmlToGeoJson.Test\n{\n    public class GeoJsonConverterTests\n    {\n        [Test]\n        public void Test_ConvertFromKmlToGeoJSON()\n        {\n            var xml = File.ReadAllText(\"style.kml\");\n            var json =  KmlToGeoJsonConverter.FromKml(xml);\n            \n            // Now you can work with the GeoJSON data ...\n        }\n    }\n}\n```\n\n## License ##\n\nKmlToGeoJson is licensed under the MIT License. See [LICENSE](LICENSE) for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytefish%2Fkmltogeojson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytefish%2Fkmltogeojson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytefish%2Fkmltogeojson/lists"}