It seems like some teams are reinventing the wheel here, creating bespoke websites to share their stuff. If they don't want to post it on a common server, we can at least make it easy for folks to host their own, and the goal of this software is to make the data easily usable.
In other words, open source this package so others can self-host, but enable some sort of federated search so projects and artifacts can be found on any instance. We also want commands like calkit import dataset ... to work with other domains.
Trying to make it easy for people to validate their models with predefined cases. Can we create Calkit projects that people use as a template for this sort of benchmarking, where they automatically import the dataset and some pipeline stage that compares the results. Where the users need to create an intermediate stage that saves their data in the correct format?
Maybe a good use case for a CAD feature? At least the CAD models should be part of the repo, hosted on Figshare or whatever.
Challenge of separating commercial companies' controller software, which needs to be closed source. Uses HTTP server. They use the open source model as a digital twin so commercial companies can test their designs. Use case for making some files private, or perhaps referencing a model in a private project.
It seems like some teams are reinventing the wheel here, creating bespoke websites to share their stuff. If they don't want to post it on a common server, we can at least make it easy for folks to host their own, and the goal of this software is to make the data easily usable.
In other words, open source this package so others can self-host, but enable some sort of federated search so projects and artifacts can be found on any instance. We also want commands like
calkit import dataset ...
to work with other domains.