reynoldmorel opened a new pull request, #37027:
URL: https://github.com/apache/superset/pull/37027

   <!---
   Please write the PR title following the conventions at 
https://www.conventionalcommits.org/en/v1.0.0/
   Example:
   fix(dashboard): load charts correctly
   -->
   
   ### SUMMARY
   Implemented `geohash` decoding that was missing.
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   <!--- Skip this if not applicable -->
   
   BEFORE
   
   <img width="1909" height="857" alt="geohash_decoding" 
src="https://github.com/user-attachments/assets/1d0aa27d-59bf-4bb1-8810-cac627efb583";
 />
   
   <img width="1641" height="774" alt="image" 
src="https://github.com/user-attachments/assets/2cae1678-4a4d-4ae0-aca6-c4c6a47a4711";
 />
   
   AFTER
   
   <img width="1419" height="840" alt="Screenshot 2026-01-10 at 1 01 30 AM" 
src="https://github.com/user-attachments/assets/b7affcf3-8fad-4490-968e-66fef99cb864";
 />
   
   <img width="1433" height="813" alt="Screenshot 2026-01-10 at 1 01 15 AM" 
src="https://github.com/user-attachments/assets/ad55f727-433f-4f6f-bf1b-77b065b6d4b3";
 />
   
   
   ### TESTING INSTRUCTIONS
   <!--- Required! What steps can be taken to manually verify the changes? -->
   
   1. Create a virtual dataset with below SQL query:
       ```
       SELECT '9q8yy' AS geohash, 150 AS value, 'residential' AS category, 
12500 AS population UNION ALL
       SELECT '9q8yz', 230, 'commercial', 8200 UNION ALL
       SELECT '9q8yv', 180, 'residential', 15600 UNION ALL
       SELECT '9q8yw', 95, 'industrial', 3200 UNION ALL
       SELECT '9q8yt', 210, 'commercial', 9800 UNION ALL
       SELECT '9q8ys', 175, 'residential', 11200 UNION ALL
       SELECT '9q8yu', 88, 'park', 500 UNION ALL
       SELECT '9q8yn', 145, 'residential', 10800 UNION ALL
       SELECT '9q8yq', 260, 'commercial', 7500 UNION ALL
       SELECT '9q8yr', 120, 'mixed', 6300 UNION ALL
       SELECT '9q8yp', 200, 'residential', 14200 UNION ALL
       SELECT '9q8yj', 165, 'commercial', 8900 UNION ALL
       SELECT '9q8ym', 110, 'industrial', 4100 UNION ALL
       SELECT '9q8yk', 195, 'residential', 13100 UNION ALL
       SELECT '9q8yh', 140, 'mixed', 7200
       ```
   2. Use this dataset to create a `deck.gl Polygon chart`. Set the encoding to 
`geohash (square)` and the metric as `sum(population)`.
   3. Click on Create chart.
   
   ### ADDITIONAL INFORMATION
   <!--- Check any relevant boxes with "x" -->
   <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to