pywasp.LandCoverTable.read_json
- classmethod LandCoverTable.read_json(filename)[source]
Create LandCoverTable from json file.
- Parameters:
filename (
str
orPath
) – Path to file with landcover descriptions.- Returns:
LandCoverTable
– filled from JSON file.