Grid Map requires binned longitude/latitude - issue

Hi,

If i am opening a duplicate issue, sorry for that. You can direct me to the correct one. Otherwise i am lost in open issues about this topic and couldn't find a working solution.

Here is the data i want to visualise at Grid Map;

08

How it was converted at Metabase;

How it looks like at Redshift;

08

What i am missing to create a new Grid Map?

Regards,

Hi @SeckinDinc

Please post “Diagnostic Info” from Admin > Troubleshooting.

Are you using Native or Simple/Custom question?

If Native, then https://github.com/metabase/metabase/issues/8362 - upvote by clicking :+1: on the first post

If Simple/Custom, then it might be caused by a bad value that was picked up, when the field was fingerprinted, which causes it to not behave as expected:
https://github.com/metabase/metabase/issues/7782 - upvote by clicking :+1: on the first post

hi @flamber, here is the Troubleshooting log:

{
"browser-info": {
"language": "en-GB",
"platform": "MacIntel",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.7+10",
"java.vendor": "AdoptOpenJDK",
"java.vendor.url": "https://adoptopenjdk.net/",
"java.version": "11.0.7",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.7+10",
"os.name": "Linux",
"os.version": "4.14.171-105.231.amzn1.x86_64",
"user.language": "en",
"user.timezone": "GMT"
},
"metabase-info": {
"databases": [
"redshift"
],
"hosting-env": "elastic-beanstalk",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "11.5"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.2.8"
}
},
"run-mode": "prod",
"version": {
"date": "2020-05-28",
"tag": "v0.35.4",
"branch": "release-0.35.x",
"hash": "b3080fa"
},
"settings": {
"report-timezone": null
}
}
}

We are writing native queries. Will continue on Issue 8362 as you've suggested.

Thanks!