mberneaud / us-weather-alerts

Le Wagon Data Engineering bootcamp final project
2 stars 1 forks source link

revised scraper to only scrape land alerts and to use SAME as the geocode instead of UGC# #26

Closed mberneaud closed 5 months ago

mberneaud commented 5 months ago

Note that the SAME Geocode is 0 padded at the front when compared to FIPS, so when moving to the next layer, the leading 0 needs to be removed from each SAME geocode in the array.

This relates to issue #23

MouadRS commented 5 months ago

Thank you @mberneaud for the work, looks good to me :)

MouadRS commented 5 months ago

as I approve the changes i need to merge it so i could pull new changes to my working branch :)