An asp.net core web api harnessing the power of LibPostal (Address Parser and Expander) with a docker file for linux container deployment.
-
Updated
Apr 23, 2024 - C#
An asp.net core web api harnessing the power of LibPostal (Address Parser and Expander) with a docker file for linux container deployment.
Azure Function binding to libpostal for fast international address parsing/normalization.
Base docker image with libpostal, node 18 and node-gyp, ready to be able to use node-postal in your project
Docker executable container for libpostal
Postal web server offers advanced capabilities for parsing and standardizing street addresses
libpostal bindings pypostal inside Docker image
OpenStreetMap / OpenAddresses.io geocoder written in python
Geocoder library based on libpostal normalization of libosmscout generated database
Try Libpostal via its interactive CLI in two just 2 commands: docker compose up -d; docker exec -it address_parser
Geocoding and Reverse Geocoding at Scale
Docker image expose LibPostal - C library for parsing and normalizing street addresses. . Base image - https://hub.docker.com/r/pasupulaphani/libpostal | Image with ZeroMq bindings - https://hub.docker.com/r/pasupulaphani/libpostal-zeromq/
Address Parser Go REST is a REST API that provides address parsing functionality using the libpostal library. Users can submit a request to parse an address into its individual components, and the API returns a JSON response with the parsed components.
Add a description, image, and links to the libpostal topic page so that developers can more easily learn about it.
To associate your repository with the libpostal topic, visit your repo's landing page and select "manage topics."