The use of the CSH_limit_table.json file is an intermediary step for the Maude CSH web pages to store relevant limit information for visual display. Consider making use of the SQLAlchemy database interface to remove the need for limit updates to this intermediary location.
Make use of the limit_topology.ipynb notebook as a starting point for the Glimmon interface class.
Note that some computational speed is achieved in the data fetching by virtue of reducing the limit comparison data table to a smaller JSON file for parsing. If this is made excessively long by the using the SQLAlchemy interface, then do not implement the change.
The use of the CSH_limit_table.json file is an intermediary step for the Maude CSH web pages to store relevant limit information for visual display. Consider making use of the SQLAlchemy database interface to remove the need for limit updates to this intermediary location.
Make use of the limit_topology.ipynb notebook as a starting point for the Glimmon interface class.
Note that some computational speed is achieved in the data fetching by virtue of reducing the limit comparison data table to a smaller JSON file for parsing. If this is made excessively long by the using the SQLAlchemy interface, then do not implement the change.