xmlResponse = fetch(
"https://www.globalcarbonatlas.org:8443/thredds/wms/Atlas/Flux_Transcom/Inversions-2013/monthlymean/fco2_C13-CCAM-law_June2018-ext3_1992-2008_monthlymean_XYT.nc?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities"
).then((response) => {
return response.text();
})