lucabarattini / Mountain-Shleters-Project

Final Repo of the Mountain Shelters Project
0 stars 0 forks source link

BIG Feature - scraping algorithm #12

Closed lucabarattini closed 9 months ago

lucabarattini commented 9 months ago

The goal of this issue is to implement a scraping algorithm that creates a .csv file containing the following information:

| Name of the mountain Shelter | Trail path to get there (Accesso) | Absolute Coordinates (lat and long)

lucabarattini commented 9 months ago

Implemented, you can see the changes in this commit: 22b611c91982e387dfa63dd59ff0efbdaff1033d The scraping algorithm was developed mainly using the libray BeautifulSoup (from bs4 import BeautifulSoup). You can see the whole scraping algorithm under the mymodules folder (relative path: backend/app/mymodules/scrape.py).