-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SLC List Check Error in EZ_InSAR Software #67
Comments
Hi, What is your version of EZ-InSAR? |
I am facing the same problem, a few days ago it was working, but now is not working, maybe is a problem with the API? even i runned in linux command line: curl https://api.daac.asf.alaska.edu/services/search/param?platform=Sentinel-1A\&beamMode=IW\&bbox=-68.231,-16.6733,-67.9672,-16.3895\&start=2018-01-01T00:00:00UTC\&end=2020-12-31T00:00:00UTC\&relativeOrbit=76\&flightDirection=A\&processingLevel=SLC\&maxResults=10000\&output=csv > tmp_list_SLC.csv but is not working, as i told you this same command line it was working a few days ago, but now... no, why? |
it was a problem of the API in my case, now is working.... whole day was not working |
Locale Configuration and CSV Parsing Error in MATLABIssue UpdateI am providing additional details on my environment setup, specifically the locale configuration, as it might be related to the error encountered while parsing CSV files in MATLAB. Locale DetailsMy WSL2 environment is fully set to Additional Details: CSV Delimiter Impact on Reading FilesWhen attempting to read a CSV file without specifying the delimiter, MATLAB does not recognize the column headers and results in an error: >> data = readtable('tmp_list_SLC.csv');
>> data.AcquisitionDate
Error using .
Unrecognized table variable name 'AcquisitionDate'. However, when specifying the comma delimiter, MATLAB correctly identifies the column names and reads the data as expected:
This behavior indicates that the issue lies with MATLAB's default delimiter settings, which do not align with the locale configuration of en_US.UTF-8 where the comma is expected to be the list separator Seeking SolutionGiven the locale settings, MATLAB should not require the explicit specification of a comma delimiter for CSV operations. I am seeking a solution to ensure MATLAB adheres to the |
Sorry for delay in reply, I used " EZ-InSAR-Version_2_1_0_Beta" |
Hi, We hope that the new version (2.2.0) will solve your problem. Kind regards, Alexis |
Description:
I am encountering an issue while using the EZ_InSAR software. Here are the steps I've taken:
Installed all packages and initiated the EZ_InSAR interface.
Created a KML file for my study area, set the Path number, Flight direction, and specified the period interval.
Modified the pathinformation.txt file with my ASF credentials (ASFID and ASFPWD), and tested the account successfully on ASF Search.
Clicked on "Check SLC list," but encountered the following error:
" Error using createlistSLC>@(rep)strrep(M.AcquisitionDate,'Z',rep) (line 120)
Unrecognized table variable name 'AcquisitionDate'.
Error in createlistSLC (line 120)
a = cellfun(@(rep) strrep(M.AcquisitionDate,'Z',rep), {''}, 'UniformOutput', false);
Error in manageSLC (line 39)
createlistSLC([],[],[],miesar_para);
Error in GUIMIESAR>@(src,evt,arg1,arg2)manageSLC(src,evt,'checking',figmiesar.UserData) (line 231)
btslccheck.ButtonPushedFcn = @(src,evt,arg1,arg2) manageSLC(src,evt,'checking',figmiesar.UserData);
Error using matlab.ui.control.internal.controller.ComponentController/executeUserCallback (line 386)
Error while evaluating Button PrivateButtonPushedFcn. "
Additional Information:
Operating System: [Ubuntu 22.04.3 LTS]
Matlab version: [ R2020_b]
The text was updated successfully, but these errors were encountered: