G
Guest
I am using x,y,z data sets that consist of ~ 1E06 data points for my graduate project. I am able to generate the data set from a NOAA Mapping website which they send to me as a .txt file. Typically I would just use the Excel Import Wizard to create a delimited file based on spaces, tabs, commas, etc. and then save as a .dat file to import into the model. In this case, the data is so voluminous that it exceeds the 65,536 row limitation and ends up truncating the import.
Ideally, I need to create a file so I can spatially sort the data and create transects. Those transects would certainly have << 65,536 rows (data points) but I can't quite seem to get there since the file prematurely truncates.
Any ideas for how I can overcome the row size limitation?
Thanks.
JR
Ideally, I need to create a file so I can spatially sort the data and create transects. Those transects would certainly have << 65,536 rows (data points) but I can't quite seem to get there since the file prematurely truncates.
Any ideas for how I can overcome the row size limitation?
Thanks.
JR