2025-03-01     2025-03-02     2025-03-03

mountains in wikipedia not linked to geoname

number of errors=0
number of warnings=0
Group=ckgGrpMountain
Group=ckgGrpWP

select rank,name,altitude,gtopo30,srtm3,countrycode,url,'http://www.geonames.org/maps/google_' || wp_mountain.longlat[1] || '_' || wp_mountain.longlat[0] || '.html' as gnurl,case when rank>95 then 'ERR' else 'WRN' end as ERRWRN from wp_mountain where rank>99 and geonameid is null and url is not null order by rank desc

rank	name	altitude	gtopo30	srtm3	countrycode	url	gnurl	errwrn