I'm using this with Python and Arcpy
Before I begin to code, I was wondering if it was possible to take a .txt file, and extract the first line as the field values, and extract the next lines of coordinates as extents.
An exmaple of the .txt file is like this:
1867-Jan-01 Field value Field Value Field Value Field Value Field Value 52N 62W 42N 52W 32N 42W 22N 32W 12N 22W 11N 12W 10N 13W I would have a shapefile already created and all I would need to do is create the polygon files using the coordinates and populate the attribute table with values above it.
Is this a possibility using Python and Arcpy, and what direction should I take it?
أكثر...
Before I begin to code, I was wondering if it was possible to take a .txt file, and extract the first line as the field values, and extract the next lines of coordinates as extents.
An exmaple of the .txt file is like this:
1867-Jan-01 Field value Field Value Field Value Field Value Field Value 52N 62W 42N 52W 32N 42W 22N 32W 12N 22W 11N 12W 10N 13W I would have a shapefile already created and all I would need to do is create the polygon files using the coordinates and populate the attribute table with values above it.
Is this a possibility using Python and Arcpy, and what direction should I take it?
أكثر...