Tagged Questions
1
vote
2answers
155 views
dealing with 2 different coordination systems in postGIS
I'm seeking a function that converts degrees to the following format:
POINT(405115.926025391 4543389.4354248)
I dont know this format's name, but is there any function to do so?
Cheers,
EDIT ...
3
votes
1answer
91 views
What are some lightweight python modules to convert LAS data formats to text formats?
I searched on the net and found pyLAS, but it seems to require quite a few other modules and I couldn't get the install right.
Any pointers will be much appreciated.
Thanks!