OSMGeocode
0.0.6
Apteco PS Modules - OpenStreetMaps Geocoding
- Geocode your addresses through OpenStreetMaps
- Much more to follow...
Your help is appreciated. Just contact me.
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2024 Apteco GmbH. All rights reserved.
Package Details
Author(s)
- florian.von.bracht@apteco.de
Tags
Functions
Invoke-OSM Install-OSMGeocode Get-AllowedQueryParameter Set-AllowedQueryParameter Add-HashColumn Add-ToHashCache Get-HashCache Reset-HashCache
PSEditions
Dependencies
This module has no dependencies.
Release Notes
0.0.6 Bumped the copyright year to 2024
0.0.5 Remembering last OSM call in module now to make sure to also have 1 call per second also in loops
0.0.4 Adding an id to be used and output/saved with Reverse Geocoding
0.0.3 Support of Reverse Geocoding
Checking the status of OSM before starting
0.0.2 Adding a new parameter -CombineIdAndHash for working with IDs rather than hash values
More examples in readme
Some performance improvements and fixes
0.0.1 Initial release of Apteco PS module through psgallery
FileList
- OSMGeocode.nuspec
- public\Query\Get-AllowedQueryParameter.ps1
- public\setup\Install-OSMGeocode.ps1
- OSMGeocode.psm1
- private\Get-AddressHash.ps1
- public\get-processid.ps1
- public\Hashes\Add-ToHashCache.ps1
- public\Hashes\Reset-HashCache.ps1
- public\Query\Set-AllowedQueryParameter.ps1
- settings\defaultsettings.ps1
- OSMGeocode.psd1
- bin\dependencies.ps1
- public\get-debug.ps1
- public\Hashes\Add-HashColumn.ps1
- public\Hashes\Get-HashCache.ps1
- public\OSM\Invoke-OSM.ps1