Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/reafreitas1/api_coordinates
- Owner: reafreitas1
- Created: 2022-02-21T15:19:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T14:45:00.000Z (over 2 years ago)
- Last Synced: 2023-09-28T07:37:44.612Z (about 1 year ago)
- Topics: coordinates, csv-files, dbeaver, flask, flask-sqlalchemy, geopy, json, nominatim-api, parsing-library, postgresql-database, postman, python, requests, soup
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)