I got an overview of Air Quality Monitoring Stations (as an attachment) from a government-owned data platform and read out the coordinates of TWD97 using Mathematica 11.2, but I was unable to come to an overview of the monitoring station GeoListPlot. Maybe Mathematica does not recognize the coordinates of TWD97. Are there any examples of geographic coordinate system conversions for reference?
In[4]:=a = Import["C:\\TLSA.json"];
b = a[[2, {8, 4}]];
In[5]:= b = a[[2, {8, 4}]];
In[6]:= GeoListPlot[b]
Out[6]= GeoListPlot[{"TWD97Lat" -> "22.9845810000", "TWD97Lon" -> "120.2026170000"}]
Attachments: