python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Geodjango Querying geometry returns pointer instead of geometry
I am trying to get a single MultiPolygon geometry in a Queryset from this model:
class local_administrative_unit(models.Model):
lau_id = models.IntegerField(primary_key=True)
lau_name = models...
MightyRavendark
Votes: 0
Answers: 1
Find the cluster centroid closest to a predicted coordinate and return the cluster of the closest centroid
I am predicting latitude and longitude coordinates. When I predict for example the latitude coordinate, I want to compare this prediction to another variable which contains the cluster centroids of th...
Klaart
Votes: 0
Answers: 1
GIS Vector use in Netlogo and patches compatibility
Using the gis extension in NetLogo I aim to upload a large vector into NetLogo.
Between the apply-coverage command and the following lines of codes, I picked the following because they are faster and ...

Sarahdata
Votes: 0
Answers: 1
Saving centroid of a (multi)polygon as point geometry in a model
I have two tables, one with multipolygon geometries, the other with a column for point geometries. I want the centroid of the selected polygon to be saved as the point geometry for the other table.
cl...
MightyRavendark
Votes: 0
Answers: 1