What are the best practices for importing and aggregating tracks (in my case in 'plt' format) in a PostGIS table, grouped by user. Are there any tools/db models/tutorials available?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
Hallo PLT format I don't know. but to aggregate the points to lines when you have it in PostGIS is easy. use ST_MakeLine
/Nicklas |
|||
|