{"id":15945650,"url":"https://github.com/pjsier/newark-parcel-routing","last_synced_at":"2025-02-22T23:42:21.379Z","repository":{"id":88910246,"uuid":"57208329","full_name":"pjsier/newark-parcel-routing","owner":"pjsier","description":"Generate shapefiles and CSV files for distance and time from residential parcels in Newark to schools","archived":false,"fork":false,"pushed_at":"2016-07-26T21:19:39.000Z","size":60296,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-03T23:30:20.764Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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":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":"2016-04-27T11:32:28.000Z","updated_at":"2016-04-27T11:35:09.000Z","dependencies_parsed_at":"2023-06-13T02:45:28.295Z","dependency_job_id":null,"html_url":"https://github.com/pjsier/newark-parcel-routing","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/pjsier%2Fnewark-parcel-routing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjsier%2Fnewark-parcel-routing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjsier%2Fnewark-parcel-routing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjsier%2Fnewark-parcel-routing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pjsier","download_url":"https://codeload.github.com/pjsier/newark-parcel-routing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240250354,"owners_count":19771778,"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-07T09:05:08.486Z","updated_at":"2025-02-22T23:42:21.374Z","avatar_url":"https://github.com/pjsier.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Newark Parcel Routing\nDocker setup for a Newark OpenTripPlanner instance that generates data for distances\nand times between every residential parcel in Newark and each school.\n\n## Docker Machine Setup\n```\ndocker-machine create -d virtualbox --virtualbox-memory 8192 newark-parcels\neval $(docker-machine env newark-parcels)\ndocker build -t newark-otp .\n```\n\n## Create Shapefiles\nCreate a CSV of all results with:\n`docker run -v /path/newark-parcel-routing:/var/otp/scripting newark-otp --router newark --script /var/otp/scripting/parcel-routing-otp.py`\n\nThen, access the inside of the Docker container and create the shapefiles with:\n```\ndocker run -v /path/newark-parcel-routing:/var/otp/scripting -i -t --entrypoint=/bin/bash newark-otp\ncd /var/otp/scripting\npython make-shp.py\n```\n\n---\n\n## Notes\n\n### Data Sources\nParcel data from [Newark Open Data](http://data.ci.newark.nj.us/dataset/parcels/resource/05698a31-49ab-4294-89a0-8df45ab7a909), with\nonly parcels of `PROPCLASS` 2 or 4C selected for residential.\n\nSchool list comes from [Newark Public Schools](http://www.nps.k12.nj.us/schools/).\n\n### Data Units\n**Distance:** Meters\n\n**Time:** Seconds\n\n### OpenTripPlanner JAR\nOpenTripPlanner JAR file was created with a modification that adds the `getTotalDistance()`\nmethod to the scripting API router providing the total distance of a given route\n(currently only a method for walking distance exists).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpjsier%2Fnewark-parcel-routing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpjsier%2Fnewark-parcel-routing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpjsier%2Fnewark-parcel-routing/lists"}