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
업데이트 날짜: 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