Search found 1496 matches
- Tue Feb 07, 2017 10:12 am America/New_York
- Forum: Home
- Question: Trying to open L3 files without sucsess
- Replies: 7
Trying to open L3 files without sucsess
Marat,The L3 bin file format is not a raster format, so SeaDAS does not read it. We have plans to make a reader for a future release (in fact we used to have one, but it was so inefficient as to make it unusable that we removed it). You can process the bin file to a L3 map (SMI) file (or...
- Tue Feb 07, 2017 10:07 am America/New_York
- Forum: Home
- Question: building SeaDAS 7.3.2 on CentOS 7.3
- Replies: 6
building SeaDAS 7.3.2 on CentOS 7.3
Call cmake with -DUSE_SVNVERSION=off
- Tue Feb 07, 2017 10:05 am America/New_York
- Forum: Home
- Question: Update the ocssw processors failed
- Replies: 41
Update the ocssw processors failed
Hmmm...worked for me. What file were you trying to process and (if you can recall) about when did you attempt (so we can see if there's anything in the logs)
Sean
Sean
- Fri Feb 03, 2017 10:13 pm America/New_York
- Forum: Home
- Question: Update the ocssw processors failed
- Replies: 41
Update the ocssw processors failed
The GUI update issue will not be resolved until, well, we update the GUI.
Was that your remaining problem?
Sean
Was that your remaining problem?
Sean
- Fri Feb 03, 2017 10:06 pm America/New_York
- Forum: Home
- Question: High Resolution Coastline Manual Install in SeaDAS
- Replies: 2
High Resolution Coastline Manual Install in SeaDAS
Nick,Yep. Still trying to get the GUI update out so the https connections will be happy.In the meantime...you can grab the 150m landmask file from:https://oceandata.sci.gsfc.nasa.gov/SeaDAS/installer/landmask/150m.zipput the file in $HOME/.seadas/seadas-watermask-operator/auxdata/...figuring o...
- Wed Feb 01, 2017 7:05 am America/New_York
- Forum: Home
- Question: Ruling out assymetric route (first)?
- Replies: 13
Ruling out assymetric route (first)?
Here you go:traceroute to xx.xxx.xx.xx (xx.xxx.xx.xx), 64 hops max, 40 byte packets 1 rtr-s28-40g.sci.gsfc.nasa.gov (xx.xxx.xx.xx) 0.388 ms 0.233 ms 0.414 ms 2 rtr-hecn-sen-40g.sci.gsfc.nasa.gov (xx.xxx.xx.xx) 0.925 ms 9.950 ms 0.598 ms 3 xx.xxx.xx.xx (xx.xx...
- Tue Jan 31, 2017 6:58 am America/New_York
- Forum: Home
- Question: disabling utcpole.dat/leapsec.dat update
- Replies: 8
disabling utcpole.dat/leapsec.dat update
The crash seems to have left things messy:> error: could not lock config file .git/config: Le fichier existe> fatal: Could not set 'remote.origin.url' to 'https://oceandata.sci.gsfc.nasa.gov/ocssw/modis.git'> Updating (fetch) existing repository - /home/jamet/seadas-7.3.2/ocssw...
- Mon Jan 30, 2017 4:01 pm America/New_York
- Forum: Home
- Question: disabling utcpole.dat/leapsec.dat update
- Replies: 8
disabling utcpole.dat/leapsec.dat update
Cedric,
You need to update your processing code. The change to HTTPS-only for our data servers is affecting you...
Sean
You need to update your processing code. The change to HTTPS-only for our data servers is affecting you...
Sean
- Sat Jan 28, 2017 10:47 am America/New_York
- Forum: Home
- Question: Ruling out assymetric route (first)?
- Replies: 13
Ruling out assymetric route (first)?
Alaric,Our network guru had this to say:"My best guess from the tcpdump logs is packet loss somewhere in the path to us.When his client sends the "Hello" our server does not seem to get the packet and does not respond. He makes three(3) more "Client Hello" attempts and on th...
- Fri Jan 27, 2017 7:22 am America/New_York
- Forum: Home
- Question: Update the ocssw processors failed
- Replies: 41
Update the ocssw processors failed
Ah good catch :smile:
The master and v7.3 should be the same, but may need a
or better yet
Sean
The master and v7.3 should be the same, but may need a
git pull
.or better yet
git checkout v7.3
Sean