-
Notifications
You must be signed in to change notification settings - Fork 0
Use Case: Land cover reclassification
Jon Blower edited this page Dec 6, 2015
·
2 revisions
Implementation: #2
Land cover datasets may be presented with different classification schemes (i.e. mappings of pixels/polygons to land cover classes). The MELODIES portal could include functionality to map a dataset from one classification scheme to another, in the web browser.
- User loads a LC dataset in the MELODIES portal. The "source" classification scheme is displayed as a legend.
- User clicks "remap categories".
- The mapping scheme could be specified in three ways:
- Manual creation
- Loading a pre-saved mapping
- Automatically generating the mapping based on ontological mappings between the old and new schemes
- User clicks "Remap"
- The dataset is mapped to the new classification scheme and displayed
- The automatic ontology mapping would be the best demonstration of semantic technologies, but it's not clear how feasible this is.
- Are there common cases we could pre-load into the portal? (Mapping MELODIES WP3 LC to MODIS LC would be one example.)
- The classes should each have a URI that points to their definition (i.e. the classifications themselves are LD datasets).
- The semantic relationship between classes from different schemes can be used directly to generate mappings.