{"id":15945803,"url":"https://github.com/pjsier/aggspread","last_synced_at":"2025-04-03T22:14:37.829Z","repository":{"id":46646158,"uuid":"174886350","full_name":"pjsier/aggspread","owner":"pjsier","description":"CLI for spreading aggregated GeoJSON feature values into random points within intersecting polygons","archived":false,"fork":false,"pushed_at":"2021-10-01T21:24:12.000Z","size":1334,"stargazers_count":1,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-09T10:11:54.810Z","etag":null,"topics":["cli","geospatial","gis","golang","hacktoberfest","map"],"latest_commit_sha":null,"homepage":"","language":"Go","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/pjsier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-10T22:00:14.000Z","updated_at":"2023-02-15T22:48:22.000Z","dependencies_parsed_at":"2022-09-13T01:00:51.530Z","dependency_job_id":null,"html_url":"https://github.com/pjsier/aggspread","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjsier%2Faggspread","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjsier%2Faggspread/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjsier%2Faggspread/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjsier%2Faggspread/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pjsier","download_url":"https://codeload.github.com/pjsier/aggspread/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247086024,"owners_count":20881160,"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":["cli","geospatial","gis","golang","hacktoberfest","map"],"created_at":"2024-10-07T09:06:54.266Z","updated_at":"2025-04-03T22:14:37.806Z","avatar_url":"https://github.com/pjsier.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `aggspread`\n\n[![Build status](https://github.com/pjsier/aggspread/workflows/CI/badge.svg)](https://github.com/pjsier/aggspread/actions?query=workflow%3ACI)\n\nA CLI tool based on Conveyal's [`aggregate-disser`](https://github.com/conveyal/aggregate-disser/) for spreading aggregated GeoJSON feature data throughout points inside overlapping spread features. An example would be distributing precinct-level election results into points within contained residential parcels.\n\n![Screenshot of voting results spread into parcels](./img/screenshot.png \"Screenshot of voting results spread into parcels\")\n\n## Installation\n\nIf you have Go installed, you can run `go get github.com/pjsier/aggspread` to download the binary package and add it to your path.\n\nThere are also [binaries available](https://github.com/pjsier/aggspread/releases) for MacOS, Windows and Linux.\n\n## Usage\n\n```bash\nUsage of aggspread:\n  -agg string\n        File including aggregated info or '-' to read from stdin (default \"-\")\n  -output string\n        Optional filename to write output or '-' to write to stdout (default \"-\")\n  -prop string\n        Aggregated property to spreads\n  -spread string\n        File to spread property throughout or '-' to read from stdin (default: value in 'agg')\n```\n\n## Example\n\nConvert a feature collection of voting precincts with a property indicating the number of votes into points spread throughout residential parcels within each precinct.\n\n```bash\naggspread -agg precincts.geojson -prop votes -spread parcels.geojson -output output.csv\n```\n\n## Contributing\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpjsier%2Faggspread","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpjsier%2Faggspread","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpjsier%2Faggspread/lists"}