Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reafreitas1/api_coordinates

November/2021 - Receive address input by postman, handle each part with parsing, city request, coordinate request and save in DB with relational tables.
https://github.com/reafreitas1/api_coordinates

coordinates csv-files dbeaver flask flask-sqlalchemy geopy json nominatim-api parsing-library postgresql-database postman python requests soup

Last synced: 8 days ago
JSON representation

November/2021 - Receive address input by postman, handle each part with parsing, city request, coordinate request and save in DB with relational tables.

Awesome Lists containing this project

README

        

API Coordinates


Personal application of a small sample of my knowledge in this type of application.

Python application with Flask server, to receive a JSON address from Postman, modify it as needed, make a request with the Nominatim geolocation service, returning the coordinates and write to relational tables using PostgreSQL server and the Flask-SQLAlchemy framework.

https://user-images.githubusercontent.com/79333175/157054796-91370c60-b0e7-4991-aeb5-e6e2c0c021cd.mp4

![Diagram](https://user-images.githubusercontent.com/79333175/157056069-4393d641-2287-443f-96fe-fd4fe867168c.png)