minerva icon indicating copy to clipboard operation
minerva copied to clipboard

Minerva: client/server/services for analysis and visualization

Results 28 minerva issues
Sort by recently updated
recently updated
newest added

Datasets reference items in the s3 folder, removing the s3 folder does not cascade a delete of datasets that reference it.

Steps to reproduce: - Add WMS source (epidemico), enter username password - The UI presents a list - Add layer is way down... takes a while to get to it.....

@jeffbaumes noticed this today with some dirty data. Add some exception handling in the [object conversion code](https://github.com/Kitware/minerva/blob/c29dba73283f15e41c1f4caf2c9a91ea32c88465/server/utility/dataset_utility.py#L129), log any exceptions, and proceed past the bad row. Either that, or get...

Based on comments in #241 from @jbeezley . Currently we proxy WMS resources through cherrypy, #241 contains the relevant client and server side of this. We need a more scalable...

E.g., I want to have a session that has a map as a main view and a time series as a secondary view. Or I want to have a session...