CF example datasets
This repo is used to store the example datasets for the CF conventions.
It contains both code to generate examples as well as the examples themselves.
The examples are in Examples sub-dir -- labeled with arbitrary numbers:
example0001
example0002
...
Each example dir contains everything relevant to that example -- it could be only the example itself, or it could be code used to generate the example, etc.
Notes about the example should be put in a README.txt file in that dir.
-
Create a branch (if you are a member of the repo) or a Fork (if you are not) of the repo.
-
Within the
Examples
directory, make a copy of the00example_template
directory. -
Give it a name that is the next number after the last existing number, e.g. if the last one is
example1234
give yoursexample1235
. -
Update the
README.txt
file to reflect your example. -
Inside the directory, add the example, any code used to generate it, etc.
-
When you think it's ready, make a Pull Request to the main branch, and wait for the team to accept it.