nvkelso / natural-earth-vector

A global, public domain map dataset available at three scales and featuring tightly integrated vector and raster data.
https://www.naturalearthdata.com/
Other
1.77k stars 368 forks source link

Labelrank of populated places is the labelrank of the admin-0, not the populated place itself #872

Open jkunimune opened 1 year ago

jkunimune commented 1 year ago

In all of the populated places datasets, the labelrank attribute, like the scalerank attribute, is supposed to represent the relative importance of the record according to its population, its administrative status, and other things (see this forum post). However, in reality, it appears to be the labelrank of the admin-0 that contains it. So all research stations in Antarctica are labelrank 0, all cities in the US are labelrank 1 (regardless of size), and so on. This is not a huge problem since labelrank is arguably redundant with scalerank for populated places, but it's also clearly not intentional, and somewhat confusing. For illustration, here are scatter plots of the records in 50m populated places, with rank indicated by color and size.

labelrank scalerank

nvkelso commented 1 year ago

Agree. Labelrank hasn't been maintained in a very long time, isn't useful, and should be removed next major version.

Use scalerank or min_zoom instead.