Ignore:
Timestamp:
Dec 11, 2017, 1:15:03 AM (6 years ago)
Author:
sommeria
Message:

opendap reading intreoduced

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_file_info.m

    r1009 r1022  
    3838function [FileInfo,VideoObject]=get_file_info(fileinput)
    3939VideoObject=[];
    40 if exist(fileinput,'file')==2
     40if ~isempty(regexp(fileinput,'^http://'))|| exist(fileinput,'file')
    4141    FileInfo.FileName=fileinput;
    4242    FileInfo.FileType='txt'; %default
Note: See TracChangeset for help on using the changeset viewer.