cms-dpoa / cms-dpoa-getting-started

https://cms-dpoa.github.io/cms-dpoa-getting-started/intro.html
2 stars 2 forks source link

Rou'a - cernopendata-client #79

Closed katilp closed 3 years ago

katilp commented 3 years ago

See how to use cernopendata-client to get information from the CERN open data portal records.

Use the container https://cernopendata-client.readthedocs.io/en/latest/installation.html#docker

Get the file listing from a record, for example from record http://opendata.cern.ch/record/6010

Print the help test with

docker run -it --rm cernopendata/cernopendata-client --help

and read the instructions in https://cernopendata-client.readthedocs.io/en/latest/usage.html#listing-available-data-files (NB the instructions are for the command-line tool, when using docker, just replace --help above with the commands in the instructions)