Skip to main content

Questions tagged [csv]

A comma-separated values (CSV) file stores tabular data (numbers and text) in plain-text form.

6 votes
1 answer
1k views

Converting ArcGIS topology rules file (*.rul) to *.txt, *.csv or *.xls for reviewing?

Has anyone converted ESRI's topology rules file (.rul) into another format? I built a complex topology rules set and would like to QC it in something easier to read and work with than ArcCatalog. ...
user823's user avatar
  • 61
2 votes
2 answers
614 views

ArcObjects table views or SQLite3 in Python?

Given a larger csv (1000+ points) with attributes, I need to do both attribute and spatial queries on the data. Would it be faster to read the points into an xy feature class, and do the spatial and ...
om_henners's user avatar
  • 15.7k
19 votes
1 answer
2k views

Converting line shapefile into CSV with nodes and links

Is there a way to convert a linear shapefile into a CSV file of the following format: Node_1 Node_2 attribute_1 .... attribute_x 1 2 "hello" .... 567845.334 I have looked at GDAL/OGR2OGR ...
dassouki's user avatar
  • 8,563

15 30 50 per page
1
90 91 92 93
94