Community Profile

photo

Arnab Paul


Last seen: 25 Tage vor Aktiv seit 2022

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Mean Composite of netcdf images
I am stuck with a problem. I want to create a mean composite of multiple georeferenced .nc satelllite images. 1st problem is fin...

etwa 2 Monate vor | 1 Antwort | 0

1

Antwort

Beantwortet
cropping netcdf files using geo-coordinates
MODIS .nc data can be tricky unlike other climate data format chlFileDirectory = "Your folder"; chlFilename = dir(fullfile(chl...

8 Monate vor | 0

| akzeptiert

Frage


Georeference MODIS L2 files
I want to georeference MODIS L2 files in Matlab. The files has reflectance bands and Latitude and Longitude. I want to use WGS 8...

8 Monate vor | 1 Antwort | 0

1

Antwort

Frage


cropping netcdf files using geo-coordinates
I want to crop my study area using lat and long mask. the code is below %Cropping the files chlFileDirectory = "/Users/gulfcar...

9 Monate vor | 2 Antworten | 0

2

Antworten

Frage


Cannot write netcdf file
filename = "/Users/gulfcarbon2/Desktop/AD-ATCOR/output/AQUA_MODIS.20190816T194000.L2._Rrs.nc"; info = ncinfo(filename); dim = ...

11 Monate vor | 1 Antwort | 0

1

Antwort

Frage


Converting .sb(.txt) file to excel file
I have this code below which suppose to convert .sb extension file to excel file. but it is showing error as Error using field...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Dimensions of arrays being concatenated are not consistent.
I want to run this code over multiple text file. I want them as a xlsx file but showing Dimensions of arrays being concatenate...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


converting multiple textfiles to csv and xlsx format.
I have the code for the one file. how can I loop it through? Here is the code. filename = 'myFile.txt'; format = '%c'; data=...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Beantwortet
converting .txt file to .csv file with mixed delimiter
filename='7da2190bbf_NSF_Rapid_HPLC_2018_AC.txt'; data=readlines(filename); data=strrep(data,char(9),','); wwritematrix(data,...

fast 2 Jahre vor | 0

Frage


converting .txt file to .csv file with mixed delimiter
Hi there, I want to convert the .txt file into .csv file. The file has mixed delimiter (Comma, tab) like this. fileilename =...

fast 2 Jahre vor | 3 Antworten | 0

3

Antworten