{"id":28534334,"url":"https://github.com/esri/reverse-geocoder-for-geoevent","last_synced_at":"2025-06-28T05:32:32.476Z","repository":{"id":28225886,"uuid":"31730395","full_name":"Esri/reverse-geocoder-for-geoevent","owner":"Esri","description":"ArcGIS GeoEvent Server sample Reverse Geocoder Processor looks up the nearest street address using the GeoEvent's geometry and the ArcGIS Online World GeoCoding Service.","archived":false,"fork":false,"pushed_at":"2020-11-18T23:14:23.000Z","size":234,"stargazers_count":9,"open_issues_count":2,"forks_count":4,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-06-09T17:12:24.358Z","etag":null,"topics":["arcgis","arcgis-geoevent-server","geocoding","geoevent","java","processor","reverse","server"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Esri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-05T18:56:25.000Z","updated_at":"2024-10-04T16:17:48.000Z","dependencies_parsed_at":"2022-09-25T00:03:20.968Z","dependency_job_id":null,"html_url":"https://github.com/Esri/reverse-geocoder-for-geoevent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Esri/reverse-geocoder-for-geoevent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Esri%2Freverse-geocoder-for-geoevent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Esri%2Freverse-geocoder-for-geoevent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Esri%2Freverse-geocoder-for-geoevent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Esri%2Freverse-geocoder-for-geoevent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Esri","download_url":"https://codeload.github.com/Esri/reverse-geocoder-for-geoevent/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Esri%2Freverse-geocoder-for-geoevent/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262381655,"owners_count":23302255,"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":["arcgis","arcgis-geoevent-server","geocoding","geoevent","java","processor","reverse","server"],"created_at":"2025-06-09T17:10:45.316Z","updated_at":"2025-06-28T05:32:32.471Z","avatar_url":"https://github.com/Esri.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# reverse-geocoder-for-geoevent\n\nThe Reverse Geocoder Processor for ArcGIS GeoEvent Server is a sample processor that can be used to look up the nearest street address by using the GeoEvent's geometry and a Geocoding Service, such as the ArcGIS Online World Geocoding Service.\n\nThe Reverse Geocoder Processor can be used in a GeoEvent Service to take the geometry of the incoming GeoEvent and reverse geocode it against a Geocoding Service to find the nearest street address within a user-defined radius. It appends the fields of the nearest address, if any, to the GeoEvent, generating a new GeoEvent Definition.\n\n![App](reverse-geocoder-for-geoevent.jpg?raw=true)\n\n## Features\n* Reverse Geocoder Processor\n\n## Instructions\n\nBuilding the source code:\n\n1. Make sure Maven and ArcGIS GeoEvent Server SDK are installed on your machine.\n2. Run 'mvn install -Dcontact.address=[YourContactEmailAddress]'\n\nInstalling the built jar files:\n\n1. Copy the *.jar files under the 'target' sub-folder(s) into the [ArcGIS-GeoEvent-Server-Install-Directory]/deploy folder.\n\n## Requirements\n\n* ArcGIS GeoEvent Server.\n* ArcGIS GeoEvent Server SDK.\n* Java JDK 1.8 or greater.\n* Maven.\n\n## Resources\n\n* [Download the connector's tutorial](http://www.arcgis.com/home/item.html?id=7eed835dc2044a6787799de4f7cd0e45) from the ArcGIS GeoEvent Server Gallery\n* [ArcGIS GeoEvent Server Resources](http://links.esri.com/geoevent)\n* [ArcGIS Blog](http://blogs.esri.com/esri/arcgis/)\n* [twitter@esri](http://twitter.com/esri)\n\n## See also\n\n* [ArcGIS World Geocoding Service](https://developers.arcgis.com/features/geocoding/)\n* [ArcGIS REST API: World Geocoding Service - Reverse Geocode](https://developers.arcgis.com/rest/services-reference/reverse-geocode.htm)\n* [World Geocoding Service on ArcGIS Online](http://www.arcgis.com/home/item.html?id=305f2e55e67f4389bef269669fc2e284)\n\n## Issues\n\nFind a bug or want to request a new feature?  Please let us know by submitting an issue.\n\n## Contributing\n\nEsri welcomes contributions from anyone and everyone. Please see our [guidelines for contributing](https://github.com/esri/contributing).\n\n## Licensing\nCopyright 2017 Esri\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nA copy of the license is available in the repository's [license.txt](license.txt?raw=true) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesri%2Freverse-geocoder-for-geoevent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesri%2Freverse-geocoder-for-geoevent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesri%2Freverse-geocoder-for-geoevent/lists"}