search for: readall

Displaying 9 results from an estimated 9 matches for "readall".

Did you mean: read_all
2018 May 24
2
Problem with adding a raster and a brick
Hi, I seem to be having a problem adding the following two raster objects together - one is a rasterLayer, the other is a rasterBrick. The extent, resolution, and origin are the same, so according to my understand it should work. The objects look like so: > obs.clim class : RasterLayer dimensions : 60, 200, 12000 (nrow, ncol, ncell) resolution : 0.5, 0.5 (x, y) extent : -70,
2016 Nov 10
0
[PATCH 0/2] improve Lua API for files and initramfs objects
...p.emmerich--- via Syslinux" <syslinux at zytor.com> writes: > the new API for initramfs and files in master lacked the ability to build > initramfs objects from files loaded via HTTP/TFTP in Lua. Hi, Standard Lua file I/O should work for that. For example, I use local function readAll (file) local f = io.open ("/extlinux/" .. file) if f == nil then return nil end local content = f:read ("*a") f:close () return content end for reading configuration files from disk. Does it not work with HTTP/ TFTP for you? Using that, load_file could be imple...
2018 May 24
0
Problem with adding a raster and a brick
...- obs.clim + mdl.anom Error in .readRowsNetCDF(x = x, row = row, nrows = nrows, col = col, ncols = ncols) : no slot of name "band" for this object of class ".MultipleRasterData" > I can reproduce, with netcf-file-backed bricks. I would try obs.clim[[1]] + mdl.anom[[1]] or readAll(obs.clim) + readAll(mdl.anom) those differ mainly in what will happen to multi-layer versions of the files, the first will give just the first layer. The key is breaking the file-read-delay, both objects have no data in memory but the add operation invalidates and causes read to occur - but with a...
2018 Jun 01
0
Problem with adding a raster and a brick
...x, row = row, nrows = nrows, col = col, ncols > = ncols) : > no slot of name "band" for this object of class ".MultipleRasterData" > > > > I can reproduce, with netcf-file-backed bricks. I would try > > obs.clim[[1]] + mdl.anom[[1]] > > or > > readAll(obs.clim) + readAll(mdl.anom) > > those differ mainly in what will happen to multi-layer versions of the > files, the first will give just the first layer. The key is breaking the > file-read-delay, both objects have no data in memory but the add operation > invalidates and causes re...
2016 Nov 04
4
[PATCH 0/2] improve Lua API for files and initramfs objects
From: Paul Emmerich <p.emmerich at first-colo.net> Hi, the new API for initramfs and files in master lacked the ability to build initramfs objects from files loaded via HTTP/TFTP in Lua. The documentation indicated that it should be possible (and I believe I did that in an older version). I implemented a few new functions to handle files/initramfs objects better. Changes: * NEW:
2006 Jun 21
48
Freelance Rate
Hi, Not sure where to address this question ... but I guess this is a good start. I am a freelance Rails developer - and have been developing Rails apps professionally for about a year now. I just want to get an idea of what you other freelancers charge yourselves out at. I have been charging the equivalent of about $28/hour, but get a sense that I could/should charge a whole lot more. I am
2014 Apr 04
0
Wine release 1.7.16
...ethods HRESULT incorrectly translated to VBScript runtime Err.number) 35838 MS Works 9.0 word processor crashes on startup (process heaps need to be 64K aligned) 35840 'Das Fussball Studio' (VB6 based german soccer league db app) reports Run-time error '445' (needs ITextStream ReadAll method implementation) 35867 Multiple applications need support for INetCfgLock, CLSID '{c0e8ae93-306e-11d1-aacf-00805fc1270e}' (CommView, iNodeSetup 3.60) 35888 Stahlschl?ssel 2007 no CD in drive warning 35891 sdb2xml and native setupapi override crash on unimplemented function ap...
2005 May 10
6
Does R have a command for sending emails?
Is there a way to have an R program send an email? Something like this: address <- 'abc at d.com' text <- 'This is the email body' send.email(address, text) Thanks. FS
2016 May 03
9
[Bug 95251] New: vdpau decoder capabilities: not supported
https://bugs.freedesktop.org/show_bug.cgi?id=95251 Bug ID: 95251 Summary: vdpau decoder capabilities: not supported Product: Mesa Version: 11.2 Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at