Open lmmx opened 3 years ago
https://twitter.com/story645/status/1337142678006403076
You’d start by choosing your reference elevation (WGS84 is the standard) retrieve a GeoTiff from the NASA API (there are multiple ways to measure it https://www.usgs.gov/faqs/where-can-i-get-global-elevation-data?qt-news_science_products=0#qt-news_science_products) then for the levelsets/contours numpy.digitize/linspace... PyGMT was made for this kinda viz too
https://twitter.com/story645/status/1337142678006403076
You’d start by choosing your reference elevation (WGS84 is the standard) retrieve a GeoTiff from the NASA API (there are multiple ways to measure it https://www.usgs.gov/faqs/where-can-i-get-global-elevation-data?qt-news_science_products=0#qt-news_science_products) then for the levelsets/contours numpy.digitize/linspace... PyGMT was made for this kinda viz too