Tagged Questions
0
votes
0answers
32 views
Python script to create a point WITH attributes values
GIS platform: ArcGIS 10.1
I have coded up a Python script that determines the coordinates of where I need to create a new (calibration)point, but I can't work out how to add it to a feature class ...
2
votes
2answers
190 views
Extract coordinates from vector layer in PyQgis
In Qgis, I have made a polygon, and from that polygon I have made a vector grid via research tools-> vector grid. The grid covers the entire polygon.
Now I want to extract these grid points in the ...
6
votes
3answers
243 views
Classifying point coordinates to countries or continents?
I have about 50 000 points (latitude and longitude), and I would like to find out in which country each of the points is located. It does not need to be super precise, though.
(Or actually I only ...
5
votes
1answer
123 views
How do you fix Overlapping Lines?
I have a line dataset that contains some lines where the "end points" are actually found in the middle of the line. In the image below, the nodes are shown in green and one of the end points in red. ...
1
vote
2answers
565 views
how to extract a rectangle corner coordinates in python script
i want to extract a rectangle corner coordinates of a shape file in python script..please suggest me a solution.
Thanks in advance, Bhavya
3
votes
1answer
222 views
How Can I Calculate Time from Coordinate?
For my application I am searching for an API or an algorithm for clicking point time and time zone. I dont know how I can do this but after getting time I want to calculate giving coordinate sun ...
2
votes
1answer
392 views
Looking for a pure Python method to convert Lat/Long To MGRS
Does anyone know of any packages out there that implement a pure python method to convert lat/long coordinates to MGRS coordinates?
PyPi has a package, but it requires some c-extensions from ...
3
votes
1answer
447 views
Interpolate undulations for given points using a geoid model
I have two databases, the first one (F.tsj) contains gps points: coordinates and ellipsoid heights and the second one is simply a geoid model where every line stores latitude, longitude, and ...