NOAA Meteorological Data Processing This project is about big data for treating big data Configuration and installation Clone the repository Set the env and activate it $ conda env create -f environment.yml $ conda activate noaa-env Run the FastAPI server $ uvicorn main:app --reload --host 0.0.0.0 --port 5000