seedcase-project / seedcase-sprout

Upload your research data to formally structure it for better, more reliable, and easier research.
https://sprout.seedcase-project.org/
MIT License
0 stars 0 forks source link

Create internal flow diagram for `create_package_properties()` #627

Closed signekb closed 5 days ago

signekb commented 2 weeks ago

From the core functions post:

This is the second function to use to create a new data package. It is used to fill in the details in the datapackage.json file by using the properties argument which must be a JSON object. The properties argument must follow the Frictionless Data specification. To get a JSON object that follows the correct specification use view_package_properties_template(). Use path_properties() to provide the correct path location. Outputs a JSON object only. Use write_package_properties() to save back to the datapackage.json file.