MapInfo Tab data format: a GIS vector data format developed for MapInfo.
2
votes
0answers
24 views
OGR, writing TAB files, and BOUNDS
According to this: http://www.gdal.org/ogr/drv_mitab.html the TAB file writer sets default bounds, with the caveat that 'we should fix this'.
Bounds causes issues with respect to coordinate ...
0
votes
0answers
49 views
Help exporting CSVs using MapBasic
I'm a beginner to MapBasic and I'm currently working on a tool, I want to export a table as a .csv either using Run Command or Export.
I want to export it to a specific directory, for example ...
0
votes
0answers
50 views
Splitting a TAB file by attribute?
I have TAB file with LOADS of points. Each point as a unique ID and group assigned to it (ranging from 1-154). I'm wondering if there is an easy way to split this up into a TAB file for each group, ...