Note: This assumes python3 is already installed
To initially get virtualenv set up:
$ sudo pip3 install virtualenv
And then:
$ mkdir ~/newproject && cd newproject
| import requests | |
| class c_ncei_data_service_api: | |
| """ | |
| Name: c_ncei_data_service_api.py | |
| Author: Randy Runtsch | |
| Date: April 11, 2021 | |
| Description: Python wrapper class for the NOA NCEI | |
| Data Service API used to obtain weather and climate data. |