{"id":16386382,"url":"https://github.com/tmcw/geojson-flatten","last_synced_at":"2025-04-06T13:10:55.277Z","repository":{"id":12915936,"uuid":"15593367","full_name":"tmcw/geojson-flatten","owner":"tmcw","description":"flatten multipart geometries and geometrycollections in geojson","archived":false,"fork":false,"pushed_at":"2023-10-07T07:23:06.000Z","size":729,"stargazers_count":52,"open_issues_count":3,"forks_count":7,"subscribers_count":47,"default_branch":"main","last_synced_at":"2025-04-02T23:15:49.637Z","etag":null,"topics":[],"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/tmcw.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2014-01-02T20:45:13.000Z","updated_at":"2024-07-26T17:45:30.000Z","dependencies_parsed_at":"2023-01-14T09:15:15.122Z","dependency_job_id":"2ffb5249-9b1f-4a93-a434-3483e55e7895","html_url":"https://github.com/tmcw/geojson-flatten","commit_stats":{"total_commits":66,"total_committers":12,"mean_commits":5.5,"dds":0.5757575757575757,"last_synced_commit":"c747875c4788dab8a6bcbb791a2e74b2f0ea3275"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmcw%2Fgeojson-flatten","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmcw%2Fgeojson-flatten/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmcw%2Fgeojson-flatten/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmcw%2Fgeojson-flatten/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmcw","download_url":"https://codeload.github.com/tmcw/geojson-flatten/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247485287,"owners_count":20946398,"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":"2024-10-11T04:17:07.146Z","updated_at":"2025-04-06T13:10:55.248Z","avatar_url":"https://github.com/tmcw.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# geojson-flatten\n\nFlatten MultiPoint, MultiPolygon, MultiLineString, and GeometryCollection\ngeometries in [GeoJSON](http://geojson.org/) files into simple non-complex\ngeometries.\n\nIf a FeatureCollection is passed in, a FeatureCollection is returned. If a single Feature is passed in, an array of Features is returned.\n\n## install\n\n```\nnpm install --save geojson-flatten\n```\n\nOr download `geojson-flatten.js` for non-[browserify](http://browserify.org/) usage.\n\n## example\n\n```js\nlet flatten = require('geojson-flatten');\n\nflattened = flatten(geojsonObject);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmcw%2Fgeojson-flatten","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmcw%2Fgeojson-flatten","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmcw%2Fgeojson-flatten/lists"}