hotosm / raw-data-api

Raw Data API is a set of high-performant APIs for transforming and exporting OpenStreetMap (OSM) data in different GIS file formats
https://hotosm.github.io/raw-data-api/
GNU Affero General Public License v3.0
23 stars 34 forks source link

Modularize Raw Data API #162

Open kshitijrajsharma opened 10 months ago

kshitijrajsharma commented 10 months ago

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 for the pip package that we develop . We already have a osm-rawdata module , We need to go through the package and make it compatible to the current raw-data-api code . If there are bottlenecks you find in this approach feel free to make suggestion

shreeup commented 6 months ago

Hello @kshitijrajsharma , Could you please provide more information on this?

bajajharsha commented 5 months ago

Hi @kshitijrajsharma , I am an outreachy applicant and I'd like to work on this issue.

kshitijrajsharma commented 5 months ago

Sure Go ahead All !