search for: geographic

Displaying 20 results from an estimated 747 matches for "geographic".

2004 Sep 24
3
geographically weighted glm
Hi all, I am interested in obtaining R code related to geographically weighted regression. In particular, I am interested in building geographically weighted Poisson GLMs. The model will contain categorical and continuous x independent variables, with interaction effects between categorical and continuous variables. Anybody have anything I can look at? t...
2018 Apr 06
4
Two Samba 4 AD DC forest trust
Hello, My post is about having two Samba 4 AD DC at two different geographical places and access resources bidirectionnaly through a VPN as summarized in the schema below. ------------------------- Geographical site 1 ------------------------- - AD DC: Samba 4.1.4 - LAN_1 IPs: 192.168.1.0/24 - Machines DNS names: <hostname>.company.lan - Some machines do not move fro...
2012 Oct 14
1
plotting principal components on geographic map
Dear all, I have a dataset representing several geographical points (locations), each one having a specific value after performing a PCA. Now I'm trying to understand how to separately represent on a geographic map (of Europe) the pattern of PC1,2, ecc.with colors (e.g.heatmap) I have to add that the dataset includes relatively few points. Therefore, I...
2011 Apr 11
3
Geographic distance between lat-long points in R?
Dear R, I have a bunch of geographic locations specified by lat-long coordinates. What's an easy way to calculate geographic distance between any two points? OR, perhaps there is a function for calculating a distance matrix for K sites? Sincerely, Scott Chamberlain [[alternative HTML version deleted]]
2008 Jun 17
3
combining two data frames (different question)
i have two data frames. One data frame contains one column with the identificication number of a geographic place. The other columns are just some data about the corresponding geographic place. The other data frame also contains one column with the id number of a geographic place. the other columns of the second data frame is other data about the corresponding geographic place. I want to make one d...
2007 Nov 01
5
monster method (too hard for my skill level)
...stub'' method and help me out? def calculate_fee # strip out the first 3 numbers of the user entered zip code # use those 3 numbers to identify row in [zipcodes table] (between upper and lower zip code columns)) # identify ''RVS ID'' from that row # identify the ''geographic zip area'' from that row # query on user entered procedure description using [procedures table] to identify ''procedure code'' # use previously obtained ''RVS ID'' and ''Procedure code'' to get ''Relative value'' from [relativ...
2009 Nov 06
4
map of a country and its different geographical levels
Hi R users I need the map of France?s ? communes ? (towns) to build a map Is there a way to get it? More generally: How to do to get the map of a country and its different geographical levels? Best regards -- View this message in context: http://old.nabble.com/map-of-a-country-and-its-different-geographical-levels-tp26225645p26225645.html Sent from the R help mailing list archive at Nabble.com.
2007 May 21
1
Graphically show population density for a specific geographic area using R
Hi, we all know that R is powerful in dealing with graphics. I am now trying to use R to show some geographic attributes for a specific geographic area on a graph. For example, if I would like to generate a graph showing the population densities (in terms of the intensity of colors) for Illinois State by zip codes. I did some research; and it seems that package "maptools" is relevant. But I have...
2007 Feb 27
2
RDA and trend surface regression
Dear all, I'm performing RDA on plant presence/absence data, constrained by geographical locations. I'd like to constrain the RDA by the "extended matrix of geographical coordinates" -ie the matrix of geographical coordinates completed by adding all terms of a cubic trend surface regression- . This is the command I use (package vegan): >rda(Helling ~ x+y+x*y+x^...
2009 Dec 04
2
Logistic geographical weighted regression
Dear all, is it possible to perform logstic type of geographical weighted regression in R software? thanks in advance. robert. [[alternative HTML version deleted]]
2012 Dec 10
1
Creating a geographical grid
I would like to create a geographical grid to have a sort of a reference grid for my georeferenced survey data. The grid should be in a xy format, wgs1984 with a 0.025 degree, alternatively 10km, resolution covering -14 to -24 S and 24 to -34 E (Zimbabwe). Additionally I need to be able to export it as a .dbf Hope someone can help a...
2012 Dec 31
2
code to convert 3D geographical coordinates to Cartesian?
Is there packaged code to convert geographical coordinates (e.g., longitude, latitude, elevation) to Cartesian coordinates in 3-space? I can see how to do this using 1. a spherical-to-Cartesian conversion like pracma::sph2cart(tpr) http://cran.r-project.org/web/packages/pracma/ 2. a geographical-to-spherical conversion. This seems to invo...
2012 Feb 01
3
Plotting bar graph over a geographical map
...colour = "grey70", fill = "grey70") + geom_point(aes(size = ref)) + opts(axis.title.x = theme_blank(), axis.title.y = theme_blank()) + geom_bar(aes(y = normcount)) dev.off() ### -- View this message in context: http://r.789695.n4.nabble.com/Plotting-bar-graph-over-a-geographical-map-tp4346925p4346925.html Sent from the R help mailing list archive at Nabble.com.
2010 May 07
0
Cluster procedure using geographical neighborhood
...d with the dist() procedure in R) that DS> refers to pairs of points that are not neighbours. Deleeting is not ok; you should make them "large" in some way. I think you should just define your dissimilarities by *both* the "variability" (your current dist()) *and* the geographical distance, maybe giving much more weight to the geographical distance, something like D_{i,j} := d_{i,j} + w* d~(X_i, X_i) where d_{i,j} are your dist() or daisy() dissimilarities, 'w' is weight factor and d~(u,v) is e.g. the geodesic distance between u and v. I'm CC'ing...
2003 Nov 10
5
OT : For the SQL gurus..
...want to lookup the best match for a phone number.. What would the SQL look like to do it? or would it take more than just SQL to get to the best result? Thanks.. Later.. Example numbers, (random end digits so I don't know who's they are.) 00442085673456 - UK London 00441273786524 - UK Geographic 00441444456789 - UK Geographic 00447796345678 - Vodafone Mobile 00447930987321 - O2 Mobile 0027117654321 - South Africa 0016047863252 - USA/Canada ______________________ Code | Data ----------------------------------- 001 USA/Canada 0027 South Africa 0031 N...
2007 Oct 11
4
Specifying geographic related facts
Let''s say I have two different geographic sites. They are pretty much identical ie. each site has a machine called web1 which is a web server, etc. Except there are couple site-specific settings ie. outgoing DNS servers are different, SSL certs are different etc. On the puppetmaster I can put in a file called e.g. /etc/sideid which...
2020 Mar 28
4
Advice on article about installing R on Linux
Dear list, I've drafted an article on installing geographic R packages on Linux computers and would appreciate any feedback. Is the following text correct, useful and future-proof?: R?s spatial packages can be installed from source on recent (since Ubuntu 19.04) versions of this popular operating system, once the appropriate repository has been set-up, mea...
2008 Nov 03
1
map geographical boundaries
Hello, I want to crate a blanck geographical map showing continent boundary of region: latitude = -5:35 longitude = 35:100 If we create data like: lat= -5,0,5,10,...... long=35,40,45,50,......... Then how to map (long,lat) and create a map plot. Many thanks, Yogesh [[alternative HTML version deleted]]
2012 Oct 26
1
Creating a certain set of points with geographic coordinates between two endpoints
Hi all, I am a very recent user of R. Mine is probably a basic question. I would like to know how do we create a certain set of points with geographic coordinates, between two endpoints. Please explain me how to do this using R. Which are the packages to be used for doing this. Thanks in advance, Ravichandra Mondreti. Ravichandra Mondreti PhD student/ Doctorant Spatial Population Ecology Team CEFE-CNRS 1919, route de Mende F-34293 M...
2007 Oct 30
2
calculate spatial distance
Hi, I have a set of locations defined by longitude and latitude (in degrees), and want to calculate the spatial (or geographic) distance among all locations. I did not find such a function in the spatial-related packages. (I *cannot* use 'dist', as I have geographic, not cartesian coordinates). thanks! Robert Robert Ptacnik Norwegian Institute for Water Research (NIVA) Gaustadall?en 21 NO-0349 Oslo mobile +47 9...