search for: ras1

Displaying 3 results from an estimated 3 matches for "ras1".

Did you mean: ras
2020 Feb 19
2
Pregunta sobre rLandsat
Hola grupo, estoy siguiendo una gu?a de la librer?a rLandsat que me la he descargado de: devtools::install_github("socialcopsdev/rLandsat") Y tras hacer los siguiente (obviamente tengo me he registrado previamente en la api correspondiente): product_id = c("LC08_L1TP_145049_20180301_20180308_01_T1", "LC08_L1TP_145049_20170330_20170414_01_T1",
2020 Feb 20
3
Pregunta sobre rLandsat
...tm +zone=14 +datum=WGS84") > b1 <- spTransform(b,CRS("+proj=longlat")) > data3 <- table_2 > data3$long <- b1$X1 > data3$lat <- b1$X2 > r1 <- raster(nrows=1386, ncols=1649, > xmn=xmn, xmx=xmx, > ymn=ymn, ymx=ymx ) > ras1 <- rasterize(table_2[,1:2], r1, field = table_2[,14]) > > writeRaster(ras1, filename = "Results\\ras2.tif",format= "GTiff", datatype="FLT4S",overwrite=T) > > ________________________________ > De: R-help-es <r-help-es-bounces en r-project.org> e...
2005 Dec 27
1
selinux "strict" policy for Centos-4
Is anyone using the "strict" policy with Centos-4? If so which RPM are you using and where did you get it? I have searched a little and haven't been able to find it. Redhat site states that it's "not supported, but will be availble for download" I didn't see it in any of the extra/addon repos either. Thanks, --jesse