This is a proof of concept and a pet project for learning python while preparing data for importing it to OpenStreetMap. Although I will start small (importing trees from Barcelona city council), I aim to set the foundations for adding other types of imports that may (or may not) be added in the future.
Ex: create an import CSV feature that reads a CSV, maps a series of fields according to a DF or external CSV with mapped values or similar and generates a geojson and the required documentation. This feature could be reused multiple times by just editing a configuration file specifying the data sources and route to file with mapping values.
Ex: create an import CSV feature that reads a CSV, maps a series of fields according to a DF or external CSV with mapped values or similar and generates a geojson and the required documentation. This feature could be reused multiple times by just editing a configuration file specifying the data sources and route to file with mapping values.