Displaying 20 results from an estimated 3000 matches similar to: "Samba - NT Terminal Server error"
2013 Feb 08
2
having issues with shares
We recently migrated our install from an ancient fedora 11 install of samba and openldap to a centos 6.3 setup with its openldap and samba. The domain has been totally recreated from scratch as the person that did the previous setup has not been employed here in many years. After fighting with shares for a while we mostly got them fixed and working. However the biggest issue now is when our GIS
2003 Dec 16
3
Tinc on windows XP Problem?
Hello All , I installed tinc for windows. But it doesn't seem to work.
I want to connect two computers(for testing purposes)
computer1(webdev) and computer2(gis) I have installed the tap-win32 on both
of them.
Both computers are windows XP. Also I don't have a router.
Computer1:webdev
-----------------------
C:\Program Files\tinc\vpn1\tinc.conf
Name = webdev
ConnectTo = office
2008 Dec 23
4
CentOS, PHP, Basic GIS
I have no experience with GIS whatsoever. I really know squat about it.
I'm currently working on a project to plot locality data for wildlife on
a map of Shasta County. This is for a new herpetological club that hopes
to track strength of our local herp populations, since it seems evident
that in the last 20 years we lost one species of frog and are close to
losing another (probably less
2001 Jun 25
1
Linking R to GIS
Dear All,
Has anyone worked with linking R to both ArcView and MapInfo GIS systems? My
desire is to capture object selection from GIS and pass to R and to return
spatially based statistical model results from R to GIS. If both could
simultaneously access the same data file this would be a bonus.
My inclination is to put together some routines based on ODBC linking but
thought I would seek like
2017 Sep 25
1
Subset
Always via logical expressions. In this case you can use the logical expression
myDF$b != "0"
to give you a vector of TRUE/FALSE
B.
> On Sep 25, 2017, at 8:00 AM, Shane Carey <careyshan at gmail.com> wrote:
>
> This is super, really helpfull. Sorry, one final question, lets say I wanted to remove 0's rather than NAs , what would it be?
>
> Thanks
>
2005 Jul 06
2
How to sample x-y coordinates from GIS files
Hi Gurus!
I have a job that is to get randomly samples from point-based GIS data (sp
called shape GIS files) under the total sum resctricted.
For example, I would like to take random smaples under the 1000 persons in
each city.
The randomly sampled persons should not be over 1000 any case.
Thank you in advance,
--
Kum-Hoe Hwang, Ph.D.
Phone : 82-31-250-3283
Email : phdhwang@gmail.com
2017 Sep 25
2
Subset
myDF <- data.frame(a = c("<0.1", NA, 0.3, 5, "Nil"),
b = c("<0.1", 1, 0.3, 5, "Nil"),
stringsAsFactors = FALSE)
# you can subset the b-column in several ways
myDF[ , 2]
myDF[ , "b"]
myDF$b
# using the column, you make a logical vector
! is.na(as.numeric(myDF$b))
# This can be used to select the
2017 Sep 25
0
Subset
This is super, really helpfull. Sorry, one final question, lets say I
wanted to remove 0's rather than NAs , what would it be?
Thanks
On Mon, Sep 25, 2017 at 12:41 PM, Boris Steipe <boris.steipe at utoronto.ca>
wrote:
> myDF <- data.frame(a = c("<0.1", NA, 0.3, 5, "Nil"),
> b = c("<0.1", 1, 0.3, 5, "Nil"),
>
2017 Sep 25
0
Subset
Hi,
Lets say this was a dataframe where I had two columns
a <- c("<0.1", NA, 0.3, 5, "Nil")
b <- c("<0.1", 1, 0.3, 5, "Nil")
And I just want to remove the rows from the dataframe where there were NAs
in the b column, what is the syntax for doing that?
Thanks in advance
On Fri, Sep 22, 2017 at 5:04 PM, Shane Carey <careyshan at
2010 Mar 22
2
importing .bil files
Dear list
Has anyone got a recipie at hand to import .bil files into R? From
what I understand the .bil files I got contain layered matricies which
I would lke to make available in R as an array or list.
GIS people seem to be familiar with the .bil format but I am not using
any GIS software and would prefer to deal with the data in R.
I use the latest version of R on Mac OSX 10.5.8.
2000 Oct 27
6
GIS and R
Dear All,
Does anyone know of any GIS packages for R? I know that there are
GIS facilities for S-Plus (eg Arc Info), and am looking for freeware
equivalents.
Best wishes,
Sam Brown
-----------------------------------------------------------
Sam Brown sam at zoo.cam.ac.uk
Department of Zoology tel +44 1223 330933
Downing Street fax +44 1223 334466
2008 Dec 15
3
Problems compiling PostgreSQL package from FC8 on CentOS 5
Dear CentOS list
we are a small software company making mostly web driven GIS software.
We started to simplify out sysadmin life making RPM packages of most of
the GIS software stack. For a dependency issue we had to abandon the
upstream 8.1 PostgreSQL and install at least a 8.2 version. Taking the
package from Fedora 8 and rebuilding it for x86_64 went smoothly.
Unfortunatly the same is
2008 May 21
1
Insufficient memory
Dear Sir/Madam,
I have only started using a R-written script for modeling the distribution of disease vector species. Part of the script is to make a large GIS grid for use with GIS software, but it seems I have a memory problem. I get the following message:
Reached total allocation of 1535Mb: see help(memory.size)
My hard disk has more than 100 gigabytes available, I just have to increase the
2009 Jul 10
3
Migrating from VMWare Workstation
Dear virt list
I have some virtual machines running on my notebook under VMWare 6.5.2
64 bit that I would like to move to a current 64 bit CentOS 5.3 machine
with a current Intel Xeon processor. The virtual machines do use the
GUI, e.g. they are not text only.
Is it better to use VMware server or Xen?
If using Xen, do I have to convert the images?
Regards,
Peter
--
Dott. Peter
2010 Oct 29
1
What won't rsync sync this file?
For some reason, Rsync did not copy two specific file. Then I tried to specifically tell it to synchronize one of them and I get this result. *I* don't see any reason why to chose not to copy this file, but maybe on of you out there would see the obvious reason I am missing.
dprweb> /usr/local/bin/rsync -vvv --stats -Pzrtpl --delete --password-file=/export/home/webuser/.appprod
2008 May 01
4
Making a map in R?
Does anyone know of a package to make a map from GIS data, and/or would it
be easier in one of the free GIS programs. I would like to make a map of
the savannah river area with our sampling locations.
thanks
stephen
--
Let's not spend our time and resources thinking about things that are so
little or so large that all they really do for us is puff us up and make us
feel like gods. We are
2009 Jan 19
1
Status of PostgreSQL and PHP in Testing
Dear CentOS developers
I would like to have ask some questions about the PostgreSQL and PHP
packages in the current Testing repository for CentOS 5.
In http://wiki.centos.org/QaWiki/TestingRepo there is a note, that the
testing period is about 3 weeks. Currently, the PostgreSQL and PHP
packages in http://dev.centos.org/centos/5/testing/SRPMS were created in
September 08.
Do the developers
2017 Sep 22
3
Subset
Super,
Thanks
On Fri, Sep 22, 2017 at 4:57 PM, Boris Steipe <boris.steipe at utoronto.ca>
wrote:
> > a <- c("<0.1", NA, 0.3, 5, "Nil")
> > a
> [1] "<0.1" NA "0.3" "5" "Nil"
>
> > b <- as.numeric(a)
> Warning message:
> NAs introduced by coercion
> > b
> [1] NA NA 0.3
2011 Dec 30
2
Applyiing mode() or class() to each column of a data.frame XXXX
Hi everyone,
I am attempting to use the apply() function to obtain the mode and class of
each column in a data frame, however, I am encountering unexpected results.
I have the following example data:
v13<-1:6
v14<-c(1,2,3,3,NA,1)
v15<-c("Good","Bad",NA,"Good","Bad","Bad")
2013 Jan 29
2
Netcdf and Raster Package Questions, Need .asc File for GIS
Hello R-Group,
I am new working with netcdf files and the raster package in R.I am
trying to read in a netcdf file using the package "ncdf".I am able to
get the lat, lon and parameter I need and can plot using
fill.contour.Ultimately, I am trying to create a .asc file to reafd into
GIS.I am using the package "raster" to read the parameter.When I read in
with