Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8408369
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T23:36:48+00:00 2026-06-09T23:36:48+00:00

I create a table using geodjango with a column location = models.PointField(geography=True). class Point(models.Model):

  • 0

I create a table using geodjango with a column location = models.PointField(geography=True).

class Point(models.Model):
    location = models.PointField(geography=True)

Later I want to use ST_snapToGrid method to cluster those locations. But if I use

Point.objects.snap_to_grid(0.001)

I got an error:

function st_snaptogrid(geography, numeric) does not exist
LINE 1: SELECT (ST_SnapToGrid("app_point"."location",000.1)) AS...

This may be caused by the difference between geography and geometry. So how can I use snap_to_grid this method? Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T23:36:50+00:00Added an answer on June 9, 2026 at 11:36 pm

    you could not use Field.geography=True with snap_to_grid.

    e.g:

    class Point(models.Model):
        location = models.PointField(dim=2)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I create one table by using jquery : <div class=productlist style=float:left; id=productlist> <script type=text/javascript
How to create a table using ORM Declarative class without primary key? It failed
I am trying to create table using TTTableViewController . I want to display an
I want to create a table using the following script: mysql_query(create table `.$mysql_table_prefix.query_log` (
So I have a table and I want to create another table using CREATE
I create table using sql developer create table tablenodes ( nodeNo int , nodeName
I have created one table using the below command: create table Table1( Id int
I have to create one table using XSLT and CSS. The table should look
Can i create a table by using only a UITableView without a UITableViewController? Is
Is there a way to create a temporary table using the RMySQL package? If

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.