Skip to content

Making predictions using Graphcast while using data from CDS and pysolar.

Notifications You must be signed in to change notification settings

Xelden/graphcast-predict

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps:

  1. Create the docker iamge.
  2. Run the docker image, creating a container.
  3. While the docker image is running, open another terminal and enter the docker container.
  4. Execute "python3 prediction.py".

Command to build docker image:

docker build -f graphcast.dockerfile -t graphcast .

Command to run docker image using the compose file:

docker compose -f graphcast.yaml up

Command to enter the terminal and execute instructions:

docker exec -it graphcast /bin/bash

Running the prediction file:

python3 prediction.py

About

Making predictions using Graphcast while using data from CDS and pysolar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.7%
  • Dockerfile 6.3%