Hi,

I don’t think anything out of the box would work but I can imagine a texte file 
with wkt for the polygons and a python defaultdictionary list structure for 
each vertex in the polygon.  It could all fit in a text file format.  

It depends on what you want to do with the data I guess...  

Nicolas

> Le 6 nov. 2018 à 23:34, Idan Miara <[email protected]> a écrit :
> 
> Hi,
> Thanks for your response! 
> Please note that the extra info is per vertex and the features are 
> multipolylines for instance. Think a file of airplane paths, so you have 6 
> dims per vertex and some attributes per path feature. 
> 
>> On Wed, 7 Nov 2018, 05:34 Nicolas Cadieux <[email protected] 
>> wrote:
>> Hi,
>> 
>> Well I believe the simple .csv file is not the fastest but will give you the 
>> most flexibility if you have a massive amount of data.   I have been working 
>> with hyper spectral cloud data.
>> 
>> Nicolas
>> 
>> > Le 6 nov. 2018 à 21:09, Alex Mandel <[email protected]> a écrit :
>> > 
>> >> On 11/6/18 12:54, Idan Miara wrote:
>> >> Hi,
>> >> 
>> >> What would be the OGR or the portable way for handling vector data with
>> >> more than 4 dimensions?
>> >> i.e. xyz+time+velocity+acceleration for each vertex.
>> >> 
>> >> Kind regards,
>> >> Idan
>> >> 
>> >> 
>> > 
>> > Attribute tables. Make XYZ geometries and put all your other stuff into
>> > attributes.
>> > 
>> > Enjoy,
>> > Alex
>> > _______________________________________________
>> > Qgis-user mailing list
>> > [email protected]
>> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
_______________________________________________
Qgis-user mailing list
[email protected]
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to