Tagged Questions
1
vote
0answers
138 views
Why does AddGeometryColumn error using the libspatialite-2 DLL with pysqlite2?
What I'm trying to achieve is to create a geometry column of a point based on the latitude and longitude of that particular row in the already created table.
Given the following code:
...
0
votes
1answer
107 views
geodatabase and relationship
I have two tables in a personal geodatabase and one of them has 13 records and 6 fields, the other has 118 records and 125 fields.
There is a relationship class between the two tables where the first ...