Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vshawn/tutiempo_crawler
a crawler for climate data on en.tutiempo.net
https://github.com/vshawn/tutiempo_crawler
climate-data crawler tutiempo-crawler
Last synced: about 5 hours ago
JSON representation
a crawler for climate data on en.tutiempo.net
- Host: GitHub
- URL: https://github.com/vshawn/tutiempo_crawler
- Owner: VShawn
- License: mit
- Created: 2019-11-28T15:19:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-21T06:52:11.000Z (almost 3 years ago)
- Last Synced: 2024-05-03T03:32:43.909Z (7 months ago)
- Topics: climate-data, crawler, tutiempo-crawler
- Language: Python
- Size: 538 KB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tutiempo_crawler
a crawler for climate data on en.tutiempo.net
it works fine now(2019-11-28), and contact me if you have any questions.
# quick start
1. install python3
2. `pip install -r requirements.txt`
3. `vi demo.py` edit year & month & climatic station id
4. `ptyhon demo.py`
# get location data of reagion
- [macau_locations.csv](samples/macau_locations.csv)
![image](https://github.com/VShawn/tutiempo_crawler/blob/master/README_FILES/locations_of_macau.jpg)
# get climate data of station '744860'
- [S744860_2018-01_climate.csv](samples/S744860_2018-01_climate.csv)
- [S744860_2018_climate.csv](samples/S744860_2018_climate.csv)
![image](https://github.com/VShawn/tutiempo_crawler/blob/master/README_FILES/csv.jpg)
![image](https://github.com/VShawn/tutiempo_crawler/blob/master/README_FILES/data.jpg)
## analysis
![image](https://github.com/VShawn/tutiempo_crawler/blob/master/README_FILES/analysis.jpg)