search for: modi

Displaying 20 results from an estimated 57 matches for "modi".

Did you mean: mode
2014 Jul 29
2
Ayuda por favor
Saludos, estoy intentando usar la función reprojectHDF() ( http://r-gis.net/?q=ModisDownload). #### source('ModisDownload.R') library(raster) library(RCurl) path<-"~/R/MODIS/Data/Test" input<-list.files(path,"*.hdf",all.files=T,recursive=T,full.names=T) input outname<-paste(substr(input[1],40,45),".tif",sep='') outname reproj...
2009 Oct 28
1
output of "for"
Hello! I've got troubles on following thing: As output I need a string like: INPUT_FILENAMES = H:\\AKK_temp\\Modis\\MOD13Q1\\austria\\MOD09Q1.A2008073.h18v04.005.2008083134952.hdf|H:\\AKK_temp\\Modis\\MOD13Q1\\austria\\MOD09Q1.A2008073.h19v04.005.2008082182221.hdf The filenames (dates) are with pathname (wrkdr) and separated with "|". The number of input filenames changes (minimum 1, maximum n) wrk...
2012 Jun 29
1
number of items to replace is not a multiple of replacement length
Hello, I'm a complete newbie to R so sorry if this is too basic..:-S I have to modify some scripts someone else did to make it work with my data. For some reason, one of the scripts which were supposed to work is not, and I get the error message "number of items to replace is not a multiple of replacement length". The script is this one: *open_lpj_nc_gpp <- function...
2012 Sep 23
1
Tiff image handling like MODI
Greetings, I have been searching for some application with functionalities like MODI (Microsoft office Document Imaging) Many I have checked does not cut it or not cross platform. Evince just allows multipage viewing, not extraction of individual pages in to another file. GUI is a necessity. I am aware of tifflib, imagemagick, but but not sure about a decent GUI wrappers for th...
2012 Oct 11
1
Problems with getURL (RCurl) to obtain list files of an ftp directory
...ucts, and then to download them. (part of the script by Tomislav Hengl, spatial-analyst). Instead of the list of files (from ftp), I am getting the complete html code. Anyone knows why this might happen? This are the steps i have been doing: > MOD16A2.doy<- ' ftp://ftp.ntsg.umt.edu/pub/MODIS/Mirror/MOD16/MOD16A2.105_MERRAGMAO/' > items <- strsplit(getURL(MOD16A2.doy, .opts=curlOptions(ftplistonly=TRUE)), "\n")[[1]] >items #results [1] "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \" http://www.w3.org/TR/html4/loose.d...
2017 Jun 22
1
MODISTools Help
...gmail.com> wrote: >> >> This is a specialized package that fairly few of us are likely to have >> familiarity with, especialy when you have not followed the posting >> guide (below) and posted code and a reproducible example. >> >> That said, a web search on R MODIS appeared to bring up relevant hits, >> including a MODIS tutorial. Have you tried that? >> >> Cheers, >> Bert >> >> >> Bert Gunter >> >> "The trouble with having an open mind is that people keep coming along >> and sticking things in...
2017 Jun 23
0
MODISTools Help
##MODISTools example library(MODISTools) library(lubridate) setwd('~/Documents/Modis data') #####MODISTools with buffalo data ###Read in data rename for easier coding tbdata <- read.csv('~/Desktop/All TB data for EVI, NDVI.csv') firstobs <- subset(tbdata, capture.ID == 'B1-1108...
2017 Jun 23
1
MODISTools Help
On 6/22/2017 7:05 PM, Caroline wrote: > ##MODISTools example > library(MODISTools) > library(lubridate) > setwd('~/Documents/Modis data') > > #####MODISTools with buffalo data > > ###Read in data rename for easier coding > tbdata <- read.csv('~/Desktop/All TB data for EVI, NDVI.csv') Since this dataset...
2017 Jun 22
3
MODISTools Help
I am using MODIS Tools and am having a lot of difficulty troubleshooting my code. I am a PhD student studying African buffalo in Kruger National Park, South Africa. The study I am currently working on involves a herd of 200 African buffalo caught every six months for 4 years. I am trying to use EVI and NDVI to a...
2020 Nov 17
1
Clarifying noalias with metadata merging
...sn't need to have an inline-inliner relationship. This can then lead to incorrect aliasing information being computed. Is the semantics for noalias/alias.scope in use still that which is documented in the LangRef? And if so, is metadata merging as it is now doing something wrong here? Thanks, Modi
2008 Sep 18
1
caret package: arguments passed to the classification or regression routine
Hi, I am having problems passing arguments to method="gbm" using the train() function. I would like to train gbm using the laplace distribution or the quantile distribution. here is the code I used and the error: gbm.test <- train(x.enet, y.matrix[,7], method="gbm", distribution=list(name="quantile",alpha=0.5), verbose=FALSE,
2013 Jan 23
0
Mixed effects para factores y no para covariables. Guia y dudas
...-------------------------------------------------------------------------------------------- mod <- lmer(formula= RT ~ SOA+Word +(1|Subject), data=latinsquare) mod # ¿Creamos inteacción? Esto no se si es muy correcto latinsquare$SoaWord <- factor(paste(latinsquare$SOA, latinsquare$Word)) modI <- lmer(formula= RT ~ SoaWord +(1|Subject), data=latinsquare) #--------------------------------------------------------------------------------------------------------- # Manera más complicada languageR. mcmc <- pvals.fnc(mod, nsim=1000, withMCMC=TRUE) aovlmer.fnc(mod, mcmc= mcmc$mcmc, wh...
2009 Aug 05
2
labeling in qplot
HI am plotting different density plots in one graph each with a different color. And i want to add labels to plot mentioning which color belongs to which data series. p2 <- qplot(corArms, data = data1, geom = "density", adjust=0.4, main="Arms Correlation All") + layer(data=data2, geom="density", adjust=0.4, color=I(2)) + layer(data=data3,
2011 Dec 01
2
How to speed up int2bin conversion?
Dear R-help members, I'm processing a large amount of MODIS data where quality assessment information is stored as an integer value for each pixel. I have to converted this number to an 8 digit binary flag to get access to the stored quality code (e.g. in2bin(165,8) = 1 0 1 0 0 1 0 1). Unfortunately, I did not manage to find a package providing a fast...
2020 Sep 10
2
[RFC] New Feature Proposal: De-Optimizing Cold Functions using PGO Info
FYI David is referring to PGSO (profile-guided size optimization) as it exists directly under that name, see: https://reviews.llvm.org/D67120. And yeah using PGSO is selecting optsize while this change is selecting optnone. On 9/9/20, 10:58 AM, "llvm-dev on behalf of Tobias Hieta via llvm-dev" <llvm-dev-bounces at lists.llvm.org<mailto:llvm-dev-bounces at lists.llvm.org> on
2020 Sep 10
2
[RFC] New Feature Proposal: De-Optimizing Cold Functions using PGO Info
...ough > PSI that’s already used by all PGO/FDO). > - A unified way of selecting opt strategy for cold functions: default, > none, size, minsize. > > > > Thanks, > > Wenlei > > > > *From: *llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Modi Mo > via llvm-dev <llvm-dev at lists.llvm.org> > *Reply-To: *Modi Mo <modimo at fb.com> > *Date: *Wednesday, September 9, 2020 at 5:55 PM > *To: *Tobias Hieta <tobias at plexapp.com>, Renato Golin <rengolin at gmail.com> > *Cc: *"ddevienne at gmail.com&qu...
2017 Jun 22
2
MODISTools help - with reproducible examples
I am using the R-package MODISTools (different than MODIS) and am having a lot of difficulty troubleshooting my code. I have spent awhile going through MODISTools tutorials, searching for my error code, looking at the source code. However, I have not been able to find any relevant information related to my error message. The...
2009 Dec 11
1
Your Valuable Inputs
...D inputting and Password demanding. We concluded it after usage of more than one different SSH Client software. Can you tell me why it so? for your reference I am sending configuration files herewith. Please help me by giving your best inputs and suggestions over it. Heartily thanks -- Devang Modi Teak System Incorporated
2011 Jun 25
0
Good Centos Security Advice & Gnome Thumbnails
...ntioned in (1) as dangerous. As many Centos/Red Hat installations use it, here is a brief extract from page 30. 2.2.2.6 Disable All GNOME Thumbnailers if Possible The system?s default desktop environment, GNOME, uses a number of di?erent thumbnailer programs to generate thumbnails for any new or modi?ed content in an opened folder. Execute the following command to prevent the thumbnailers from automatically creating thumbnails for new or modi?ed folder contents: gconftool-2 --direct \ --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory \ --type bool \ --set /desktop/gnome/thumbnailer...
2012 Mar 27
1
Rgdal package - get information
...t; file > /MOD13Q1.A2001049.h13v11.005.2007002215512.250m_16_days_EVI.tif > apparent band summary: > *GDType* Bmin Bmax Bmean Bsd hasNoDataValue NoDataValue > 1 *Int16* -32768 32767 0 0 FALSE 0 > Metadata: > AREA_OR_POINT=Point > TIFFTAG_SOFTWARE=MODIS Reprojection Tool v4.1 March 2009 > > > > *How to read the information GDType?* > Thanks, julio [[alternative HTML version deleted]]