Scott Hosking

Results 7 issues of Scott Hosking

We should come up with, or preferably adopt, a standard list of keywords for building our catalogues. For instance, my intension was that "domains" refers to the scientific domains (e.g.,...

taxonomy

Can we add a footer to the web frontend to provide more links - including list of contributors, wiki, community calls, funding acknowledgement etc

enhancement
frontend

Add dataset 2D outlines of leaves from the [Swedish Leaf Dataset](https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.cvl.isy.liu.se%2Fen%2Fresearch%2Fdatasets%2Fswedish-leaf%2F&data=05%7C01%7Cshosking%40turing.ac.uk%7Cd31003d8a1204c5f02e808daddf0c233%7C4395f4a7e4554f958a9f1fbaef6384f9%7C0%7C0%7C638066323365945078%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=KOeNoNX0Dhhjv%2FZ0fE4EZgkSn9IV2aBKpOrNu1K%2FceY%3D&reserved=0) (a common dataset used in elastic shape analysis) onto Scivision, you can find contours [here](https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffigshare.com%2Farticles%2Fdataset%2FOutlines_of_Swedish_leaves%2F14551005&data=05%7C01%7Cshosking%40turing.ac.uk%7Cd31003d8a1204c5f02e808daddf0c233%7C4395f4a7e4554f958a9f1fbaef6384f9%7C0%7C0%7C638066323365945078%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=knKCBoyl7j%2FG%2FNEroW8%2Fv%2B%2FuFQRERCGHwk4c680EkLY%3D&reserved=0)

catalog
data

``` missing_value = scs_full_cube.data.fill_value slope = np.zeros(cube.data[0,:,:].shape) for x in range(0,len(lons)): for y in range(0,len(lats)): arr =cube.data.data[:,x,y] ind = np.where(arr < 366)[0] if len(ind) < len(arr)*0.8: # if 20% of...

e.g., bp.catalogue(dataset='cmip', Var=['tos', 'tas'], SubModel=['ocean', 'atmos']) The ordering of SubModel should match that of Var - this ensures we do not read a Var name which is present in both...