6 ms·
Thanks for trying it out - adding land area and supporting queries like "population density" will definitely be doable, and I'd like to make the legend and map
by NameError 2y ago
Thanks for trying it out - adding land area and supporting queries like "population density" will definitely be doable, and I'd like to make the legend and map color scheme a bit better (and ideally user-configurable) as well.
Really appreciate the feedback!
- smcin 2y agoUhuh. So when I query for "counties with highest population density", that specifies both the table and the geographical unit. (But currently that gives "B26001_001E: Group Quarters Population (Population in group quarters): Total")
- NameError 2y agoI just made an update which should enable "population density" type queries to work a bit better - there is now an option to divide by 'LAND_AREA' for any variable (though this should probably be limited a bit), and this option will be automatically selected for queries including 'density' or a few related strings e.g. 'per sq. mile'