Displaying 20 results from an estimated 25 matches for "nodata".
Did you mean:
rodata
2012 May 10
6
averaging two tables (rows with columns)
...B etc)The example of the out come (final table I was looking for it) Results table 1a: average species tolerance in each plot based on EnviA
Result Table 3. Average species tolerance in each plot based on EnviA
speciesX
speciesY
speciesZ
speciesXX
Average
Plot1
0.21
NA
Nodata
0.14
0.175
Plot2
NA
0.1
Nodata
NA
0.1
Plot3
NA
NA
Nodata
0.14
0.14
Plot4
0.21
NA
Nodata
NA
0.21
Result table 1b: average species tolerance in plot based on EnviB
Table 4. Average species tolerance in each plot based on EnviB
speciesX
sp...
2007 Apr 19
1
read.table with more than one sep
Dear List,
somebody knows, if the following operation can be done in an easier way?
The data rows which should be read into R look like that:
4547;1970.01.01 00:00-1970.01.01 01:00; noData
Unitil now we are doing this procedure:
1. Dividing columns which are separated by ";"
=> temp <- read.table(file ,sep=';', na.strings='noData',
strip.white=TRUE)
=> write(temp, temp.txt)
2. Dividing colums which are separated by "-"
=> temp &l...
2004 Nov 22
0
IFELSE across a 3D array?
Dear all,
We are trying to clean multiple realizations of a pattern. Erroneous NODATA
and spurious DATA occur in the realizations. As we have to do a 1000
realizations for many patterns, efficiency of the code is important.
We need to correct the realizations with a 'mask' pattern of DATA/NODATA.
We think an ifelse should do the job. Spurious DATA will be simply removed...
2008 Aug 01
1
bug in readRAST6 function in package spgrass6
Hi
if I try to import a raster layer which consists only of NULL values
from grass by using the readRAST6, I get an error message:
> readRAST6("HSericea_seedsDisperse_2007")
ERROR: Invalid value for null (integers only)
Error in readBinGrid(rtmpfl11, colname = vname[i], proj4string = p4,
integer = to_int) :
no such file:
2006 Sep 23
2
Question about merge()
...dle a single matching column
-- do I need to make a "metacolumn" or is there some way to do this? E.g.:
Dataframe 1 contains columns A,B,C and Dataframe 2 contains A,B,D
I want an output A,B,C,D which places C and D together if A and B match
(otherwise, make two new rows, e.g. Ax,Bx,Cx,nodata and Ay,By,nodata,Dy)
--j
--
Jonathan A. Greenberg, PhD
NRC Research Associate
NASA Ames Research Center
MS 242-4
Moffett Field, CA 94035-1000
Office: 650-604-5896
Cell: 415-794-5043
AIM: jgrn307
MSN: jgrn307 at hotmail.com
2008 Aug 11
1
Unexpected parameter problem using rsaga.geoprocessor() {RSAGA}
....3
library path: C:/Progra~1/saga_vc/modules
library name: io_grid
module name : Import Binary Raw Data
Usage: 4 [-GRID <str>] [-FILE_DATA <str>] [-NX <num>] [-NY <num>] [-DXY
<str>] [-XMIN <str>] [-YMIN <str>] [-UNIT <str>] [-ZFACTOR <str>]
[-NODATA <str>] [-DATA_OFFSET <num>] [-LINE_OFFSET <num>] [-LINE_ENDSET
<num>] [-DATA_TYPE <num>] [-BYTEORDER_BIG <num>] [-TOPDOWN <num>]
-GRID:<str> Grid
Data Object (optional output)
-FILE_DATA:<str> Raw Data File
File path
-NX:<num> Cell Count...
2011 Nov 14
1
Subset of a subset?
...ach event
ss0609= subset( ss, tiso==2009-06-01 | tiso==2009-06-02)
Example of Data:
Date T002_03 T002_25 T004_03 T004_25 T006_03
31/03/2007 23:00 31 3 18 5 6 5.8 7 3.5
1/4/2007 0:00 30 2 16 5 7 2.5 8 4.7
1/4/2007 1:00 34 1 15 4 7 2.7 12 4.4
1/4/2007 2:00 34 0 11 6 6 2.5 16 4.4
1/4/2007 3:00 37 0 NoData 6 6 2.7 NoData
1/4/2007 4:00 34 1 13 4 5 1.4 12 4
1/4/2007 5:00 23 1 15 2 4 1.4 12 4.5
1/4/2007 6:00 13 1 16 3 3 2.2 14 4.1
1/4/2007 7:00 30 0 10 5 5 2.3 15 4.8
1/4/2007 8:00 36 0 18 4 13 5.3 22 2.7
1/4/2007 9:00 38 0 23 4 23 2.8 31 1.1
--
View this message in context: http://r.789695.n4.nab...
2019 Nov 08
1
C8: Wayland Session / Cut and Paste
On Thu, Nov 07, 2019 at 05:50:24PM -0500, Lamar Owen wrote:
> On 11/7/19 3:13 PM, Leon Fauster via CentOS wrote:
> >Is this the normal behavior now? Cutting text in gedit and pasting
> >it into the terminal needs that the source application stays
> >running?
> I've run into this behavior for a while, for several CentOS
> versions, depending upon the application.
2005 Jul 06
2
Username mapping
Hello.
We're using dovecot with mysql for authentication, with postfixadmin for
the admin web interface.
We are moving users from passwd file usernames to email at domain style logins.
Is there a better way to allow both sets of usernames (old and new) to
work with dovecot than by adding extra copies of rows to the mailboxes
table and changing the username? i.e. does dovecot support some
2011 Apr 19
2
[LLVMdev] Crash in llvm::JITDwarfEmitter::EmitDwarfTable on 2.8 and 2.9 release but not on trunk?
...821 in llvm::JIT::getPointerToFunction () at context.h:491
#9 0x00000001007924cc in XL::OCompiledUnit::Finalize (this=0x7fff5fbfdee0) at ../tao/xlr/xlr/symbols.cpp:2359
#10 0x000000010079a2dc in XL::Symbols::CompileAll (this=0x10572b740, source=0x104890200, nullIfBad=false, keepAlternatives=false, noData=false) at ../tao/xlr/xlr/symbols.cpp:375
[From there on, it's our stuff, snip]
I first observed this with the 2.8 release tag, and now again on the 2.9 release tag, but not with any top-of-trunk I tried (currently, r129756).
The problem goes away if our code does not set JITEmitDebugInfo to t...
2019 Dec 10
0
[Bug 14214] New: --report-special=OPS option to return error code if no data was copied
...ccurred. These do not actually indicate errors, and will not interrupt
rsync (indeed, they require it to finish the transfer first), but may be useful
when scripting around rsync to know whether other code should continue or not,
or whether your operation was successful or not.
Options include:
* nodata: Indicates that although rsync ran successfully, no file data was
transferred (this does not mean that no files or directories were created,
metadata modified etc.)
* nonew: Indicates that although rsync ran successfully, no new files were
created/linked (i.e- if any transfer occurred, it was for e...
2009 Aug 08
0
[LLVMdev] Profiling in LLVM Patch Followup 1
...t(*PI).second) {
> + double w = getEdgeWeight(getEdge(*PI, BB));
> + if (w == MissingValue) {
> + Count = MissingValue; break;
Please break the line before 'break'.
This code also makes me thing MissingValue should be renamed,
MissingValue is something like "NoData", whereas MissingValue could
easily be interpreted as NeverExecuted. I think there should probably
be a comment in the doc for this method that the count goes to
MissingValue if any edge is missing data.
--
Thanks,
- Daniel
On Sat, Aug 8, 2009 at 6:41 AM, Andreas
Neustifter<e0325716 at...
2011 Apr 19
0
[LLVMdev] Crash in llvm::JITDwarfEmitter::EmitDwarfTable on 2.8 and 2.9 release but not on trunk?
...m::JIT::getPointerToFunction () at context.h:491
> #9 0x00000001007924cc in XL::OCompiledUnit::Finalize (this=0x7fff5fbfdee0) at ../tao/xlr/xlr/symbols.cpp:2359
> #10 0x000000010079a2dc in XL::Symbols::CompileAll (this=0x10572b740, source=0x104890200, nullIfBad=false, keepAlternatives=false, noData=false) at ../tao/xlr/xlr/symbols.cpp:375
> [From there on, it's our stuff, snip]
>
> I first observed this with the 2.8 release tag, and now again on the 2.9 release tag, but not with any top-of-trunk I tried (currently, r129756).
>
> The problem goes away if our code does not...
2007 Jan 22
3
Postfix & Dovecot LDA
...ailbox *and*
Dovecot's auth_socket_path. Is there a good solution for this which
doesn't involve severe security implications?
J.
--
If all my friends had Playstations I would buy a Nintendo to prove my
individuality.
[Agree] [Disagree]
<http://www.slowlydownward.com/NODATA/data_enter2.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://dovecot.org/pipermail/dovecot/attachments/20070122/7ba57963/attachment.bin>
2012 Apr 29
3
Sieve doesn't find user scripts
...der :is "subject" "test" {
| fileinto "Test";
| } else {
| keep;
| }
What am I missing here?
Thanks,
Jochen.
--
Fashion is more important to me than war, famine, disease or art.
[Agree] [Disagree]
<http://www.slowlydownward.com/NODATA/data_enter2.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://dovecot.org/pipermail/dovecot/attachments/20120429/c57d9a73/attachment-0004.bin>
2007 Feb 08
1
why is there email in my mbox file?
Hi,
I've installed dovecot-imapd under ubuntu. My account and root are the
only email accounts on my computer. I transitioned from using GNUS
with fetchmail, exim and movemail, to gnus with exim, fetchmail and
imap, so I've kept the mbox format email instead of changing to
maildir. This works okay, except my mbox file is giant.
I expected dovecot to take the mail out of the mbox file and
2007 Jan 29
3
How to prevent SQL injection
...use several modifiers at once. This is
only implicitly mentioned in the wiki (You can apply modifier*s*), but
it appears to work.
J.
--
Ultimately, the Millenium Dome is a spectacular monument of the
doublethink of our times.
[Agree] [Disagree]
<http://www.slowlydownward.com/NODATA/data_enter2.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://dovecot.org/pipermail/dovecot/attachments/20070129/f4679428/attachment.bin>
2009 Aug 08
6
[LLVMdev] Profiling in LLVM Patch Followup 1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Daniel Dunbar wrote:
> Thanks, applied as r78247. Next? :)
Oh my, first he is lagging and now it's all a hurry :-)
Okay, here comes the next one.
I'm taking a short vacation next week so I will try to prepare 1 or 2 of
the next patches so that you can work on them as you have time.
Greetings, Andi
- --
2009 Apr 14
0
Help with nested loops
...and
y) plus a buffer (ci.x and ci.y)
dat<-pick.from.ascii.grid(data=as.data.frame(cbind(x=centroid.x[i] +
ci.x, y=centroid.y[i] + ci.y)), env=env, cbind=T,
path=asc.dir, file=paste(asc.files[j],'asc', sep="."), at.once=F,
method="nearest.neighbour", nodata.values=-9999999)
# calculate weighted mean of extracted data
w.mean<-weighted.mean(x=dat[,3], w=den.xt$y*den.yt$y, na.rm=T)
# return new data frame containing original id, date, x/y coords, and
newly calculated weighted mean
out.df<-data.frame(id[i], d.frame.date[i...
2009 Aug 18
3
[LLVMdev] Profiling in LLVM Patch Followup 1
...any more.
>> + // the sum of the edge frequencies from the incoming edges.
>
> the -> The
Even if its part of an sentence? (See lib/Analysis/ProfileInfo.cpp, line 49.)
> This code also makes me thing MissingValue should be renamed,
> MissingValue is something like "NoData", whereas MissingValue could
> easily be interpreted as NeverExecuted. I think there should probably
> be a comment in the doc for this method that the count goes to
> MissingValue if any edge is missing data.
I will think about how to solve this best.
Thank you so much!
Andi