{"id":20159800,"url":"https://github.com/diogok/topojson","last_synced_at":"2026-05-10T18:51:52.354Z","repository":{"id":62434957,"uuid":"44280782","full_name":"diogok/topojson","owner":"diogok","description":"Read and Write TopoJSON in Clojure.","archived":false,"fork":false,"pushed_at":"2018-03-15T12:16:31.000Z","size":4870,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T13:09:32.620Z","etag":null,"topics":["clojure","geojson","geospatial","topojson"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/diogok.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}},"created_at":"2015-10-14T22:52:25.000Z","updated_at":"2018-03-17T16:35:29.000Z","dependencies_parsed_at":"2022-11-01T21:00:49.380Z","dependency_job_id":null,"html_url":"https://github.com/diogok/topojson","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diogok%2Ftopojson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diogok%2Ftopojson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diogok%2Ftopojson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diogok%2Ftopojson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diogok","download_url":"https://codeload.github.com/diogok/topojson/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241597623,"owners_count":19988282,"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":["clojure","geojson","geospatial","topojson"],"created_at":"2024-11-14T00:10:26.981Z","updated_at":"2026-05-10T18:51:52.315Z","avatar_url":"https://github.com/diogok.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# topojson\n\nRead and write [TopoJSON](https://github.com/mbostock/topojson/wiki) to and from [GeoJSON](http://geojson.org), in clojure.\n\n## Usage\n\nInclude the dependency in your project:\n\n[![Clojars Project](http://clojars.org/topojson/latest-version.svg)](http://clojars.org/topojson)\n\n### Reading \n\nThis convert a TopoJSON structure to a GeoJSON data structure.\n\n```clojure\n(use ['topojson.reader :only ('topo2geo 'read-json)])\n\n(def topojson (read-json \"example.topo.json\"))\n(def geojson (topo2geo topojson))\n```\n\n### Writing\n\nThis converts a GeoJSON into a TopoJSON structure.\n\n```clojure\n(use ['topojson.reader :only ('read-json)])\n(use ['topojson.writer :only ('geo2topo)])\n\n(def geojson  (read-json \"example.geo.json\"))\n(def topojson (geo2topo geojson))\n```\n\n## License\n\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiogok%2Ftopojson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiogok%2Ftopojson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiogok%2Ftopojson/lists"}