{"id":26491630,"url":"https://github.com/edisedis777/geocoding","last_synced_at":"2026-05-16T21:37:02.773Z","repository":{"id":278591864,"uuid":"936136316","full_name":"edisedis777/geocoding","owner":"edisedis777","description":"This Python script reads addresses from a CSV file, processes them using geocoding services (ArcGIS and Komoot), and saves the results with latitude and longitude coordinates.","archived":false,"fork":false,"pushed_at":"2025-05-02T06:08:32.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-02T07:22:56.449Z","etag":null,"topics":["arcgis","csv","geocoding","komoot","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edisedis777.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":"2025-02-20T15:32:21.000Z","updated_at":"2025-05-02T06:08:35.000Z","dependencies_parsed_at":"2025-03-20T08:50:05.068Z","dependency_job_id":"75e8263a-db5a-4831-ba14-7d5ef2aba91f","html_url":"https://github.com/edisedis777/geocoding","commit_stats":null,"previous_names":["edisedis777/geocoding-script","edisedis777/geocoding"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/edisedis777/geocoding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edisedis777%2Fgeocoding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edisedis777%2Fgeocoding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edisedis777%2Fgeocoding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edisedis777%2Fgeocoding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edisedis777","download_url":"https://codeload.github.com/edisedis777/geocoding/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edisedis777%2Fgeocoding/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33119717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"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":["arcgis","csv","geocoding","komoot","python"],"created_at":"2025-03-20T08:49:57.832Z","updated_at":"2026-05-16T21:37:02.766Z","avatar_url":"https://github.com/edisedis777.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Geocoding\n[![Visual Studio Code](https://custom-icon-badges.demolab.com/badge/Visual%20Studio%20Code-0078d7.svg?logo=vsc\u0026logoColor=white)](#)\n![ArcGIS](https://img.shields.io/badge/ArcGIS-Mapping%20\u0026%20GIS-0079C1?logo=esri\u0026logoColor=white)\n![Komoot](https://img.shields.io/badge/Komoot-Outdoor%20Navigation-6AA84F?logo=komoot\u0026logoColor=white)\n[![Markdown](https://img.shields.io/badge/Markdown-%23000000.svg?logo=markdown\u0026logoColor=white)](#)\n\nThis Python script reads addresses from a CSV file, processes them using geocoding services (ArcGIS and Komoot), and saves the results with latitude and longitude coordinates.\n\n## Features\n- Reads addresses from a CSV file\n- Uses ArcGIS and Komoot geocoding services\n- Implements retry logic for failed requests\n- Saves output CSV files at defined intervals\n- Handles missing data and errors gracefully\n\n## Requirements\nEnsure you have the following installed:\n- Python 3.x\n\n- Required Python libraries:\n  sh\n  pip install pandas requests geocoder\n\n## Configuration\nModify the following parameters in the script to suit your needs:\n- `input_file_path`: Path to the input CSV file containing addresses\n- `output_dir`: Directory where the results will be saved\n- `address_column_name`, `city_column_name`, `plz_column_name`: Define column names\n- `start_index`: Start processing from a specific row (useful for resuming after a crash)\n- `status_rate`: Print progress after processing every N addresses\n- `write_data_rate`: Write intermediate results to a file after every N processed addresses\n- `attempts_to_geocode`: Number of retries before giving up on an address\n- `wait_time`: Initial delay before retrying failed requests\n\n## Usage\n1. Prepare your CSV file with columns for address, city, and optionally postal codes.\n2. Run the script:\n   sh\n   python geo_calc.py\n   \n3. Results will be saved in the `output_test_coord` directory.\n\n## Output\nThe script generates CSV files containing:\n- Address\n- Latitude\n- Longitude\n- Geocoding Provider\n\n## Error Handling\n- If an address cannot be geocoded, it is marked as \"not geocoded\".\n- Errors are logged, and failed attempts are retried with a delay.\n\n## Contributions\nContributions are welcome! \n\n## License\nDistributed under the GNU Affero General Public License v3.0 License. See `LICENSE` for more information.\n\n\u003cdiv align=\"right\"\u003e\n\n[Back To Top ⬆️](#Geocoding)\n\u003c/div\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedisedis777%2Fgeocoding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedisedis777%2Fgeocoding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedisedis777%2Fgeocoding/lists"}