raw-data-api
raw-data-api copied to clipboard
Raw Data API is a set of high-performant APIs for transforming and exporting OpenStreetMap (OSM) data in different GIS file formats
## What type of PR is this? >Check all applicable - [ ] π Documentation - [ ] π§βπ» Refactor - [ ] β Test ## Related Issue : https://github.com/hotosm/raw-data-api/issues/219...
What does this PR do? This PR enhances the documentation for tasks.py. The documentation has been formatted using Black formatter. Link to the corresponding GitHub issue: This resolve https://github.com/hotosm/raw-data-api/issues/219 Consideration:...
This issue aims to refine our API documentation to the point where it is considered exemplary in terms of compliance, clarity, and completeness. The task involves reviewing, updating, and testing...
The file https://github.com/hotosm/raw-data-api/blob/develop/docs/src/api/API/index.md provides links to submodules which are broken and leads to a 404 error.
## What type of Pull Request is this ? > Applicable Checks - [x] : Documentation - [ ] : Test - [x] : Bug Fixes - [ ] :...
## What type of PR is this? Documentation enhancement. >Check all applicable - [ ] π Feature - [ ] π Bug Fix - [x] π Documentation - [ ]...
## What type of PR is this? > Check all applicable - [ ] π Feature - [ ] π Bug Fix - [x] π Documentation - [ ] π§βπ»...
**Describe the bug** No guide about installation of python libraries such as fastapi , psycopg2, slowapi, humanize, psutil etc in the local IDE **To Reproduce** Steps to reproduce the behavior:...
## What does this PR do? - Rearranges the configuration steps in `docker.md` to make it clearer - Changes the documentation image to match the new name, _**raw-data-api**_ from _**export-data-api**_...
Integration of https://github.com/hotosm/osm-rawdata Plan is to sepearate core logic of API as a pip package which will be imported in API endpoints . API should be working as a Wrapper...