The application supports a wide range of input formats:
- gpx
- kml, kmz
- geojson, json
- topojson
- shp, dbf, shx, cpg, prj, qix
- mif, mid
- tab, map, id, dat
- gdb, gdbtable, gdbtablx
- gml
- osm
- csv
Send the download link to
Press Ctrl + D to store it in your bookmarks in order not to search it again
Notice to CSV: Use the column named WKT if you are reading from CSV format. The WKT column contains the geometry as well-known text. The converter creates and writes geometries to the WKT column if you write data to CSV format.
Files with CSV (Comma Separated Values) extension represent plain text files that contain records of data with comma separated values. Each line in a CSV file is a new record from the set of records contained in the file. Such files are generated when data transfer is intended from one storage system to another. Since all applications can recognize records separated by comma, import of such data files to database is done very conveniently.
Read More