Skip to content

ECMWFCode4Earth/cams_ver_viewer_public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cams_ver_viewer

Web app for navigating & plotting CAMS verification results

for dev

go to /backend/api/ and run command

pip install -r requirements.txt

fastapi dev VerisualiserAPI.py

go to /frontend/ and run command

npm install

(there might be an issue with plotly-dist types)

in which case you should run

npm install -D plotly.js-dist

and if doesn't work, run

npm install plotly.js

go to /node_modules/@types rename plotly.js to plotly.js-dist

(optionally also delete plotly.js module from node_modules)

for dev

go to /frontend/

npm run dev

for deployment

go to /frontend/

npm run build
npm start

About

Web app for navigating & plotting CAMS verification results

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published