basin_identify.m

版本 1.2.0.0 (56.4 KB) 作者: Dan Chavas
Identifies polygons of input set of points from input set of polygons, such as geographic coords.
141.0 次下载
更新时间 2014/11/5

查看许可证

This code identifies the polygon (e.g. geographic basin) for each point in an input set of points from among an input set of polygons (e.g. geographic basins). Polygons cannot be overlapping. Designed for geographic data, though can work for any coordinate system. Example is included that makes a plot for geographic data.
This simplifies a common issue when working with geospatial data: the world or a region is broken up into sub-regions, and you want to then bin some set of datapoints into their respective sub-regions.

引用格式

Dan Chavas (2024). basin_identify.m (https://www.mathworks.com/matlabcentral/fileexchange/48360-basin_identify-m), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Map Display 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.2.0.0

Minor: added "sub-" to final word of description.

1.1.0.0

Added image, updated description to note that this works for any coordinate system, not necessarily geographic.

1.0.0.0