Beispiel #1
0
def getVariableMetadata(location):
    """ returns a dictionary of VariableMetadata objects.  The keys
        in the dictionary are the unique ids of the variables and
        the values are VariableMetadata objects
        location = location of dataset (full file path, OPeNDAP URL etc) """
    # Get the dataset from the cache
    return DatasetCache.getVariableMetadata(location)