{"id":32167381,"url":"https://github.com/socrata/exkml","last_synced_at":"2026-02-24T04:01:32.599Z","repository":{"id":25107545,"uuid":"103200391","full_name":"socrata/exkml","owner":"socrata","description":"kml parser","archived":false,"fork":false,"pushed_at":"2022-06-01T15:33:22.000Z","size":15651,"stargazers_count":7,"open_issues_count":3,"forks_count":6,"subscribers_count":24,"default_branch":"main","last_synced_at":"2025-10-21T15:36:43.537Z","etag":null,"topics":["engineering","socrata-platform"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/socrata.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}},"created_at":"2017-09-12T00:03:22.000Z","updated_at":"2023-09-05T12:37:37.000Z","dependencies_parsed_at":"2022-09-04T07:00:48.504Z","dependency_job_id":null,"html_url":"https://github.com/socrata/exkml","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/socrata/exkml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/socrata%2Fexkml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/socrata%2Fexkml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/socrata%2Fexkml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/socrata%2Fexkml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/socrata","download_url":"https://codeload.github.com/socrata/exkml/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/socrata%2Fexkml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29771038,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T04:01:02.180Z","status":"ssl_error","status_checked_at":"2026-02-24T03:59:49.901Z","response_time":75,"last_error":"SSL_read: 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":["engineering","socrata-platform"],"created_at":"2025-10-21T15:28:25.919Z","updated_at":"2026-02-24T04:01:32.594Z","avatar_url":"https://github.com/socrata.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exkml\n\nparse KML placemarks from a stream\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `exkml` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:exkml, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\n## Usage\n```elixir\nFile.stream!(\"something.kml\", [], 2048)\n|\u003e Exkml.stream!()\n|\u003e Enum.into([])\n|\u003e IO.inspect\n```\nmight print\n```elixir\n[{[\n  %Multiline{lines: [\n    %Line{points: [\n      %Point{x: 101.0, y: 0.0},\n      %Point{x: 101.0, y: 1.0}]}]},\n  %Multipoint{points: [\n    %Point{x: 102.0, y: 0.5}]}],\n  %{\"a_string\" =\u003e \"first value\"}}\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsocrata%2Fexkml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsocrata%2Fexkml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsocrata%2Fexkml/lists"}