model.py

Coverage

class pycovjson.model.Coverage(domain, ranges, params, reference)[source]

Domain

class pycovjson.model.Domain(domain_type, x_values=[], y_values=[], z_values=[], t_values=[])[source]

Range

class pycovjson.model.Range(range_type, data_type={}, axes=[], shape=[], values=[], variable_name='', tile_sets=[])[source]
populate(data_type={}, axes=[], shape=[], values=[], variable_name='')[source]

Function to populate Range object with values

TileSet

class pycovjson.model.TileSet(tile_shape, url_template)[source]
get_tiles(tile_shape: object, array) → object[source]

Function which yields a generator which can be leveraged to return tile arrays from an input array :param tile_shape:

Parameters:variable
Returns: