Skip to content

Commit

Permalink
added wallonian geocoder, simplified flemish one
Browse files Browse the repository at this point in the history
  • Loading branch information
warrieka committed Nov 13, 2019
1 parent d122f06 commit 1f85b5d
Show file tree
Hide file tree
Showing 180 changed files with 37,798 additions and 11,201 deletions.
9 changes: 5 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Adressen register geocoder
adres geocoder
------

This tool allows you to geocode adressen in Flanders based on the Adresmatch geocoder from the adressen-register API of the Flemish governement.
Geocode adresses based on:
http://geoservices.wallonie.be/geolocalisation/doc/ws/index.xhtml (Wallonia and brussels)

- Docs: https://overheid.vlaanderen.be/producten-diensten/gebouwen-adressenregister
- API-doc: https://basisregisters.vlaanderen.be/Help/Api/GET-vversion-adresmatch_Gemeentenaam_Niscode_Postcode_KadStraatcode_RrStraatcode_Straatnaam_Huisnummer_Index_Busnummer
And:
https://overheid.vlaanderen.be/producten-diensten/gebouwen-adressenregister (Flanders)
26 changes: 26 additions & 0 deletions adresGeocoder/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="LocalizationImplPortBinding" />
<binding name="GeolocalisationSoapWSServiceSoapBinding" />
<binding name="GeolocalisationSoapWSServiceSoapBinding1" />
</basicHttpBinding>
</bindings>
<client>
<endpoint address="http://geoservices.irisnet.be:80/localization/SOAP/Localization"
binding="basicHttpBinding" bindingConfiguration="LocalizationImplPortBinding"
contract="geoServiceBrussels.Localization2" name="LocalizationImplPort" />
<endpoint address="http://geoservices.wallonie.be/geolocalisation/soap/"
binding="basicHttpBinding" bindingConfiguration="GeolocalisationSoapWSServiceSoapBinding"
contract="geoServiceWallonie.GeolocalisationSoapWS" name="GeolocalisationSoapWSPort" />
<endpoint address="http://geoservices.wallonie.be/geolocalisation/soap/"
binding="basicHttpBinding" bindingConfiguration="GeolocalisationSoapWSServiceSoapBinding1"
contract="walGeocoderService.GeolocalisationSoapWS" name="GeolocalisationSoapWSPort1" />
</client>
</system.serviceModel>
</configuration>
40 changes: 20 additions & 20 deletions adressenRegisterGeocoder/License.txt → adresGeocoder/License.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
MIT License
Copyright (c) 2018 Stad Antwerpen
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
MIT License

Copyright (c) 2018 Stad Antwerpen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Large diffs are not rendered by default.

Loading

0 comments on commit 1f85b5d

Please sign in to comment.