Alex Goodman created CLIMATE-845: ------------------------------------ Summary: Add vertices attribute to Bounds objects Key: CLIMATE-845 URL: https://issues.apache.org/jira/browse/CLIMATE-845 Project: Apache Open Climate Workbench Issue Type: Improvement Components: regridding/data processing Affects Versions: 1.1.0 Reporter: Alex Goodman Assignee: Huikyo Lee Fix For: 1.2.0
Bounds objects can now take on general shapes thanks to compatibility with shapefiles. In order to make the functionality of Bounds more general, we should be treating them as continuous paths with a set of vertices. Therefore, a new attribute called {{vertices}} containing the x, y coordinates of each vertex should be defined for each Bounds object, regardless of the boundary type (eg. 'user', 'countries', 'us_states', and 'rectangular'). The vertices should also form a continuous path (eg a single closed boundary containing the entire subregion). This change would make it easy to generalize the process of masking, subsetting, and plotting subregions. -- This message was sent by Atlassian JIRA (v6.3.4#6332)