question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error selecting "category" quantification in density maps

See original GitHub issue

STR:

  1. Create a new builder map
  2. Style the layer
    1. Aggregation: hexabins/squares
    2. Fill -> By value (on agg_value)
    3. Quantification: category

It crashes. The error seems to be in a request to the SQL API to get the common values for categories, it says the agg_value column does not exist:

q=SELECT+*+FROM+(SELECT+agg_value,+count(agg_value)+FROM+(SELECT+*+FROM+walmart_latlon)+_table_sql+GROUP+BY+agg_value+ORDER+BY+count+DESC+LIMIT+11)+__wrapped'

I guess it should be wrapping with sql_wrap for that query, so it can access the aggregated values.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
ramiroaznarcommented, Jun 8, 2018

Yes, it does not make sense to style by categories aggregation values.

0reactions
VictorVelardecommented, Jun 8, 2018

All right then, this will be included with the rest of the work on split size/color at CartoDB/cartodb#14017

Read more comments on GitHub >

github_iconTop Results From Across the Web

Quantification Error versus Location Error in Comparison of ...
This paper analyzes quantification error versus location error in a comparison between two cellular maps that show a categorical variable.
Read more >
Quantification Error Versus Location Error in Comparison ...
Abstract. This paper analyzes quantification error versus location error in a comparison between two cellular maps that show a cate- gorical variable.
Read more >
Estimation of the density of regression errors
Abstract. Estimation of the density of regression errors is a fundamental issue in regression analysis and it is typically explored via a parametric...
Read more >
Statistical analysis—Help | ArcGIS for Desktop
Statistical analysis helps you extract additional information from your GIS data that might not be obvious simply by looking at a map.
Read more >
Choropleth Maps - A Guide to Data Classification
Equal intervals, quantile, natural breaks, pretty breaks- data classification methods generate different choropleth maps.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found