Analyze and visualize insights for Canada Agriculture Field Crops (different types of crops) and Canada Weather Station Data per Province and Agricultural Regions.
https://climate.weather.gc.ca/historical_data/search_historic_data_e.html
https://www.weatherstats.ca/faq/climate_station.html
https://open.canada.ca/data/en/dataset/c2e864d0-1fdc-42b2-a431-e0bc7f3328b1
Shape File - Census Agricultural Regions Digital Boundary File: https://open.canada.ca/data/en/dataset/c2e864d0-1fdc-42b2-a431-e0bc7f3328b1/resource/746ed1a1-54a1-44ce-bcdc-a5607de5d793
Different link for the same file: https://www12.statcan.gc.ca/census-recensement/alternative_alternatif.cfm?l=eng&dispext=zip&teng=lcar000a16a_e.zip&k=%20%20%20%20%203749&loc=http://www12.statcan.gc.ca/census-recensement/2011/geo/bound-limit/files-fichiers/2016/lcar000a16a_e.zip
Manitoba - https://www150.statcan.gc.ca/n1/en/pub/95-630-x/2017000/pdf/Prov46_CARCD-eng.pdf?st=u8Stqe9t
Saskatchewan - https://www150.statcan.gc.ca/n1/en/pub/95-630-x/2017000/pdf/Prov47_CARCD-eng.pdf?st=p6kREWUS
Alberta - https://www150.statcan.gc.ca/n1/en/pub/95-630-x/2017000/pdf/Prov48_CARCD-eng.pdf?st=Feru88oI
British Columbia - https://www150.statcan.gc.ca/n1/en/pub/95-630-x/2017000/pdf/Prov59_CARCD-eng.pdf?st=arbGaQuB
New Brunswick - https://www150.statcan.gc.ca/n1/en/pub/95-630-x/2017000/pdf/Prov13_CARCD-eng.pdf?st=D-3pJBOg
Nova Scotia - https://www150.statcan.gc.ca/n1/en/pub/95-630-x/2017000/pdf/Prov12_CARCD-eng.pdf?st=HWEf6iin
Prince Edward Island - https://www150.statcan.gc.ca/n1/en/pub/95-630-x/2017000/pdf/Prov11_CARCD-eng.pdf?st=kjcV1Mu0
Newfoundland & Labrador - https://www150.statcan.gc.ca/n1/en/pub/95-630-x/2017000/pdf/Prov10_CARCD-eng.pdf?st=x_9DATA4
Ontario - https://www150.statcan.gc.ca/n1/en/pub/95-630-x/2017000/pdf/Prov35_CARCD-eng.pdf?st=dwmL0Idi
Quebec - https://www150.statcan.gc.ca/n1/pub/95-630-x/2017000/pdf/Prov24_CARCD-eng.pdf
https://open.canada.ca/data/en/dataset/8f496e3f-1e54-4dbb-a501-a91eccf616b8
https://climate.weather.gc.ca/
- We can download Barley crop data from 2015-2019 period for start. For most crops these are the ONLY Regions for each Province with data: Quebec - Regions 1-11 (out of 14 regions total) Ontario - Regions 1-5 (out of 5 regions total) Manitoba - Regions 1-12 (out of 12 regions total) Saskachewan - Regions 1-20 (terminated - old regions) - New Regions 1-6 (out of 7 regions total) Alberta - Regions 10-70 (equivalent with Regions 1-7 out of 7 total) BC - Regions 1 and 8 (out of 8 regions total)
- (map the previous item info with our Weather stations Regions data)
- (using Cyqwin or Wget script)
- Install Anaconda.
- From the Anaconda CMD prompt:
conda create --name FieldCrops python=3
conda activate FieldCrops
conda install notebook
conda install mysql-connector-python
conda install geopandas