mintproject / model-catalog-python-api-client

MINT-ModelCatalogAPI-client
2 stars 1 forks source link

End to end annotation example #2

Open dgarijo opened 5 years ago

dgarijo commented 5 years ago

Need to have in the notebook an end to end example on how to annotate a model and the rationale behind it.

brandomr commented 5 years ago

@dgarijo here is an example of a notebook I used to register the FSC model. It includes registering the data to the Data Catalog as well as the model to the Model Catalog: https://github.com/WorldModelers/ModelService/blob/master/FSC-Integration/FSC-to-MINT.ipynb. I have added you to the World Modelers Github organization, but if you have trouble accessing this please let me know.

dgarijo commented 5 years ago

@brandomr this is very helpful, thanks. It complements the one @sirspock did. I think we need to better explain the concepts of version and configuration, which may not be clear to everyone. Also, you seem to create a lot of variable presentations which are empty. Although we accept this, it will create a problem when linking models. Maybe the problem is that our API for adding presentations is not yet fully ready, @sirspock