Hi there i want to use pixel extractor tool for a .NC4 file i got.it has nearly a million(maybe more)pixels and i just want to extract data of 30000 of it. since i need to state coordinates at parameters sections of the tool to extract those 30k data, i decided to use ‘add measurements from CSV file’ instead of manually writing down the 30k coordinates. but the problem is when i try to add my .csv file it shows the error in the picture.
Can you share the first ~3 lines of your CSV?
In addition, the expected format of the CSV is described on the help page Pixel Exctraction beneath the section The Parameters Pane.
but when i try to use tab as separtor both in excel and emeditor but they both didnt really separate data and it look exactly like the first image i send…therefore doesnt work
Use a text editor (not a"word processor") to replace commas with tabs. You may have to first edit to remove commas from the Name column (e.g., first change commas to a character that doesn’t appear in the file (maybe ! @ # $ % & or *), change remaining commas to tabs, then restore the Name column. First experiment with a small file before spending a lot of time fixing a big file.
The date-time column needs to be named ‘DateTime’ and the content of the column cells must follow the format yyyy-mm-ddThh:mm:ss, like 2012-12-30T20:49:27.
In your file the column is named ‘time’ and the values are like 12-24-12 (mm-dd-yy).