Calculate % of Earth covered using Mapping Toolbox

1 Ansicht (letzte 30 Tage)
Paul Huter
Paul Huter am 4 Apr. 2017
Beantwortet: Paul Huter am 3 Mai 2017
The image shows my coverage, but I'm wondering if there is a way to use MATLAB/Mapping Toolbox to calculate the percentage of the Earth that is covered by the red markers.
Thank you.

Akzeptierte Antwort

Paul Huter
Paul Huter am 3 Mai 2017
I solved this by creating a polygon as follows:
area = sum(areaint(latQ, lonQ, spheroid));
And then finding the ratio to the Earth's area:
ratio = 100 * (area/5.101e8);

Weitere Antworten (0)

Kategorien

Mehr zu Geoscience finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by