Displaying 18 results from an estimated 18 matches for "tmap".
Did you mean:
map
2015 May 31
0
Installing TMAP in R Studio on Linux Mint
On Sun, May 31, 2015 at 3:33 PM, Abed W. Ayyad <abdulhadi.ayyad at uclmail.net>
wrote:
> Dear Dirk et al,
>
> What I've tried is to install libgeos-dev:
> sudo apt-get install libgeos-dev
>
I had no problem installing tmap on my Linux Mint 17.1 system:
$ cat /etc/lsb-release
DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=17.1
DISTRIB_CODENAME=rebecca
DISTRIB_DESCRIPTION="Linux Mint 17.1 Rebecca"
$ apt-cache show libgeos-dev
Package: libgeos-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 389
Maint...
2015 May 31
0
Installing TMAP in R Studio on Linux Mint
...9:43, Abed W. Ayyad <imraualkays at gmail.com> wrote:
|
| > To the R-Sig-Debian list:
| >
| > Hello, this is my first post to the list and I hope that making it short
| > and swift does not make it come across as abrupt or rude.
| >
| > I'm having trouble installing the TMAP package on R-Studio on my build of
| > Linux Mint. I was able to narrow this down to the lack of the libgeos-dev
| > library, which I tried to install via the terminal, but I constantly get
| > the "unable to locate package" error. I've also changed/added repositories
| >...
2015 May 31
2
Installing TMAP in R Studio on Linux Mint
...May 2015 at 09:43, Abed W. Ayyad <imraualkays at gmail.com> wrote:
> To the R-Sig-Debian list:
>
> Hello, this is my first post to the list and I hope that making it short
> and swift does not make it come across as abrupt or rude.
>
> I'm having trouble installing the TMAP package on R-Studio on my build of
> Linux Mint. I was able to narrow this down to the lack of the libgeos-dev
> library, which I tried to install via the terminal, but I constantly get
> the "unable to locate package" error. I've also changed/added repositories
> several...
2015 May 31
3
Installing TMAP in R Studio on Linux Mint
Dear Dirk et al,
What I've tried is to install libgeos-dev:
sudo apt-get install libgeos-dev
Which gives me, even after adding the ubuntugis-unstable PPA:
E: Unable to locate package libgeos-dev
So I'm a little stuck at the moment. I'm trying to install TMAP on
R-Studio, which requires a number of packages all of which rely on the
libgeos-dev being in place, and I can't seem to find it.
Many thanks again and in advance,
Abed
On 31 May 2015 at 16:20, Dirk Eddelbuettel <edd at debian.org> wrote:
>
> On 31 May 2015 at 09:48, Abed W. Ay...
2016 Nov 16
3
Versión de Rstudio descargable para installar ggplt2
...lot2 en R studio, pero me dice que ggplot no está disponible para la última versión que es la 3.2.2, ya descargué la 3.1.1 también y tampoco está disponible para esa versión. Saben qué versión puedo descargar para poder instalar el paquete de ggplot2, ggmap, rgdal, rgeos, maptools, dplyr and tidyr, tmap.
Gracias!
[[alternative HTML version deleted]]
2020 Mar 28
4
Advice on article about installing R on Linux
...sudo -i
echo 'deb https://cloud.r-project.org/bin/linux/ubuntu eoan-cran35/' | sudo
tee -a /etc/apt/sources.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys
E298A3A825C0D65DFD57CBB651716619E084DAB9
sudo apt update
sudo apt install r-base-dev r-cran-sf r-cran-raster r-cran-tmap
If you are using an older version of Ubuntu and don?t want to upgrade to
the next Long Term Support release (20.04), see instructions at
github.com/r-spatial/sf.
3. Other operating systems
If you are in the fortunate position of switching to Linux and being able
to choose the distribution that be...
2012 Jun 04
1
Ternary plot and filled contour
...4,1244.50, 551.22,-644.20,-377.17,-100, 2493.04) df<- data.frame (a, b, c, d)
and I'm building a ternary plot:
ternaryplot(df[,1:3], df$d)
How can I map the continue variable "d", obtaining a result similar to this one? [see the link]
> http://www.pmel.noaa.gov/maillists/tmap/ferret_users/fu_2007/jpgCqrZqdDwYG.jpg
Many thanks!
[[alternative HTML version deleted]]
2011 Feb 28
3
re-arranging data to create an image (or heatmap)
...23
[15,] 0.87428571 21
[16,] 0.87428571 20
[17,] 0.87428571 22
[18,] 1.06857143 23
[19,] 1.06857143 25
The example shows that some of the plotted points appear more than once. I
would like to use a heatmap to show that these points have more weight, but
I have difficulty arranging the data to be plotted correctly using the
image() or heatmap() command.
So what I would want to do is to get the same figure as when I use the plot
command, but have colors representing the weight of the plotted points
(w...
2020 Mar 28
1
Advice on article about installing R on Linux
...-project.org/bin/linux/ubuntu eoan-cran35/'
| > sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
| > sudo add-apt-repository ppa:marutter/c2d4u3.5
| > sudo apt update
| > sudo apt install r-base-dev r-cran-sf r-cran-raster r-cran-tmap
| >
| > Following your suggestion I have created a Dockerfile to test this:
| > https://github.com/Robinlovelace/geocompr/blob/master/docker/ubuntu-eoan/Dockerfile
Sounds good. Should there also be a version for bionic as LTS may be more
widespread? Personally I am with you as I also ru...
2020 Mar 28
1
Advice on article about installing R on Linux
....org/bin/linux/ubuntu eoan-cran35/'
>> sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
>> sudo add-apt-repository ppa:marutter/c2d4u3.5
>> sudo apt update
>> sudo apt install r-base-dev r-cran-sf r-cran-raster r-cran-tmap
>>
>> Following your suggestion I have created a Dockerfile to test this:
>> https://github.com/Robinlovelace/geocompr/blob/master/docker/ubuntu-eoan/Dockerfile
>>
>> (Taken with credit from your rocker project work.)
>>
>> Unfortunately it fails with the f...
2020 Mar 28
0
Advice on article about installing R on Linux
.../cloud.r-project.org/bin/linux/ubuntu eoan-cran35/'
> sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
> sudo add-apt-repository ppa:marutter/c2d4u3.5
> sudo apt update
> sudo apt install r-base-dev r-cran-sf r-cran-raster r-cran-tmap
>
> Following your suggestion I have created a Dockerfile to test this:
> https://github.com/Robinlovelace/geocompr/blob/master/docker/ubuntu-eoan/Dockerfile
>
> (Taken with credit from your rocker project work.)
>
> Unfortunately it fails with the following message:
>
>...
2016 Nov 16
2
Versión de Rstudio descargable para installar ggplt2
...lot2 en R studio, pero me dice que ggplot no est? disponible para la ?ltima versi?n que es la 3.2.2, ya descargu? la 3.1.1 tambi?n y tampoco est? disponible para esa versi?n. Saben qu? versi?n puedo descargar para poder instalar el paquete de ggplot2, ggmap, rgdal, rgeos, maptools, dplyr and tidyr, tmap.
>
>
> Gracias!
________________________________
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A di...
2017 Jan 03
3
Consulta mapas
Hola!
Quiero empezar a georeferenciar en mapas con R. En blogs se encuentra
bastante información pero veo que no hay unanimidad respecto a las
librerías a utilizar ni tampoco la información es muy clara ni abarcativa.
¿Alguno/a trabaja con mapas en R y me puede indicar por donde encarar?
En principio mi interés es realizar mapas sencillos con información por
provincias y departamentos de
2010 Feb 11
1
Loss of precision when importing data into R
...0 45.0 -66.5
0 30 12.5 5 0.0 Map
When I construct a tab delimited file and import it without specifying a
delimiter, I can see higher precision only when I don't specify a
separator.
2/11/2010 4:21:51
PM\t4894551\t16\t0\t45.017\t-66.455\t0\t30\t14.4\t3\t0.5\tMap
I can't see any arguments that control the rounding to 1 decimal place.
What am I doing wrong? I have a Dell Precision M6400 running Windows XP
and R version 2.10.1
Regards
Alex
Here is some of the data:
DataTimeStamp,TerminalID,Hours,Minutes,Latitude,Longitude,Status,Tempera
ture,Battery,Boo...
2003 Aug 19
0
smbfs: intermittent failures when accessing W2K server
...re running and simultaneously accessing
the same file on the Windows server, I get intermittent file access problems, e.g.:
Maya Fur Renderer: Error, couldn't open /projectserver/Project_Data/BobbyP/Work/FURTEST/furEqualMap/tmp_nurbsTorusShape1_eqMap.iff
Maya Fur Renderer: Error, Reading of tmap /projectserver/Project_Data/BobbyP/Work/FURTEST/furEqualMap/tmp_nurbsTorusShape1_eqMap.iff failed
If I rerun the job, the files are likely to be read without a problem.
It seems to me that when the application tries to open a file, Linux reports
an error rather prematurely. In the situation (1),...
2024 Feb 08
1
Samba 4.19.4 as printer server: printer are not show in browser
...T show
# add a dumb printer
cat << EOF >> /etc/samba/smb.conf
[lp1]
comment = LP1 Printer
path = /var/tmp
printable = Yes
browseable = Yes
printer name = Cups-PDF
public = yes
EOF
# disable auth (or add a user to samba)
sed -i '/security = user/a\\tmap to guest = bad user' /etc/samba/smb.conf
# Check ..
testparm -s /etc/samba/smb.conf
# Restart samba
systemctl restart smb nmb
# List printers
smbclient -N -L fedora
# CUPS printers are NOT show
# are only displayed the manually added printer
# Once Again ...
smbclient -N -L fedora...
2024 Feb 07
3
Samba 4.19.4 as printer server: printer are not show in browser
Thank Rowland
With browser I means "list all printers shared by CUPS from [smbclient
-L server] command"
A few minutes ago I discovered that it is a SElinux problem
I have run "sudo setenforce 0" then run "smbclient -N -L fedora", the
printers appear in the list and work if I print on it
I had previously already checked the audit.log to see if SElinux errors
2019 Apr 05
2
Orientación para hacer un sitio web con R
Hola a todos.
Juan, por si te sirve de referencia, ésta es una página hecha con docker,
docker-compose y shinyproxy: http://ifnapp.creaf.cat/
docker-compose me levanta varios containers:
1. servidor web (nginx + hugo) para la página de entrada
2. servidor postgresql, ya que la aplicación shiny necesita acceso a una
base de datos
3. shinyproxy, para levantar una instancia de la shiny app