I am interested in getting a line graph that shows the proportion of ocean (i.e. marine water bodies, that will include inland seas such as the Black sea) out of the total surface area at each latitude. As well as to quantify the complexity of land masses at each latitude. But am not sure where or how to start as I do not typically work with maps, and google has not been particularly insightful.
For the first part to get the proportion (or percentage) of ocean out of total surface area at each latitude, I am interested in recreating the km of land at latitude graph but as a proportion instead of absolute values: https://gis.stackexchange.com/questions/190753/using-gis-to-determine-average-land-distance-from-equator
That would look very similar to the first plot in: http://www.radicalcartography.net/index.html?histland
Not sure where to start on this, though a possibly way will be to calculate the area by specifying an entire polygon that spans each latitude.
For the second part, I imagine it'd be something along the lines of putting a line through each latitude and count the number of intersections of the line with the world map shape file? Such that at 70°N there would be less intersections than at the equator.
Projection wise, I am not particular, and would be happy with what is most accurate and will go with any recommendations.
I am hoping to be able to do the above in R, but would not mind doing the above in either Python or GIS as well if its more logical to do so.
Thank you for your tips and advice in advance!