Re: [R-sig-Geo] cannot install rgdal after updating to fedora32

2020-06-28 Thread Ista Zahn
I can reproduce this error using the official Fedora 32 docker image: docker run -it library/fedora:32 dnf install 'dnf-command(builddep)' dnf builddep R-rgdal R install.packages("rgdal") * installing *source* package ‘rgdal’ ... ** package ‘rgdal’ successfully unpacked and MD5 sums checked ** us

Re: [R-sig-Geo] rgdal release candidate 1.5-9 rev. 1000 ready for testing

2020-06-05 Thread Ista Zahn
On Fri, Jun 5, 2020 at 7:47 PM Manuel Spínola wrote: > > Dear list members, > > Sorry for the confusion, but with all these suggestions, what is the way to > have the updated versions of the external > software GEOS, PROJ, and GDAL for macOS users. I think the current recommendation is "if you ha

Re: [R-sig-Geo] Package lwgeom (0.2-4) fails to install on Shinyapps.io with an "upgrade GEOS to 3.6.0 or later" error

2020-06-03 Thread Ista Zahn
The documentation at https://docs.rstudio.com/shinyapps.io/getting-started.html#deploying-applications will help you figure it out. From a quick glance it seems you can either downgrade your local version of lwgeom or work to get the system dependencies installed as instructed at https://docs.rstud

Re: [R-sig-Geo] How can I update to versions GEOS 3.8.0, GDAL 3.0.4 and PROJ 7.0.0

2020-05-21 Thread Ista Zahn
6 is already installed and up-to-date > > To reinstall 2.4.4_6, run `brew reinstall gdal` > > (base) Manuels-MacBook-Pro:~ manuelspinola$ > > > > > El jue., 21 may. 2020 a las 13:51, Ista Zahn () escribió: >> >> I don't have a Mac myself, but both

Re: [R-sig-Geo] How can I update to versions GEOS 3.8.0, GDAL 3.0.4 and PROJ 7.0.0

2020-05-21 Thread Ista Zahn
I don't have a Mac myself, but both https://r-spatial.github.io/sf/ and https://github.com/rspatial/terra recommend installing gdal etc. via homebrew. Best, Ista On Thu, May 21, 2020 at 2:41 PM Manuel Spínola wrote: > > Thank you very much Rich. > > Manuel > > El jue., 21 may. 2020 a las 7:22, R

Re: [R-sig-Geo] rgdal installation on Fedora 28

2018-06-15 Thread Ista Zahn
https://askubuntu.com/questions/360329/error-cannot-run-c-compiled-programs-if-you-meant-to-cross-compile-use-host might help. --Ista On Fri, Jun 15, 2018 at 3:27 PM, Sarah Goslee wrote: > Hi folks, > > I updated all of my linux computers to Fedora 28, and now can’t install rgdal. > > I can inst

Re: [R-sig-Geo] How can I read a path containing multibyte characters using the read_sf () function?

2017-08-17 Thread Ista Zahn
Hi Ogawa, I can reproduce the error on Windows, though the error message isn't very useful. The useful part is the part that comes after that, the part you didn't include in your question: In addition: Warning message: In normalizePath(path.expand(path), winslash, mustWork) : path[1]="/test.shp

Re: [R-sig-Geo] Address from Wikimapia

2016-05-17 Thread Ista Zahn
Maybe. The API is documented at http://wikimapia.org/api. You can interact with the API using (e.g.) the httr or curl packages in R. Best, Ista On May 17, 2016 6:27 PM, "Miluji Sb" wrote: Is it possible to convert latitude and longitude into addresses in R using Wikimapia mapping instead of Goog

Re: [R-sig-Geo] Loading Rasters in Revolution R

2014-10-22 Thread Ista Zahn
Sounds like a question for Revolution... Best, Ista On Wed, Oct 22, 2014 at 4:29 PM, Jefferson Ferreira-Ferreira wrote: > Hi all, > > I'm wondering how to load rasters as xdf files using rxImport. I have a big > raster with 9 layers/bands and I need to do perform a logistic regression > for each

Re: [R-sig-Geo] Use a PNG image as background for lattice plotting with rasterVis

2013-10-18 Thread Ista Zahn
Hi Scott, You may be interested in the ggmap package; see http://journal.r-project.org/archive/2013-1/kahle-wickham.pdf Best, Ista On Fri, Oct 18, 2013 at 5:56 PM, Waichler, Scott R wrote: > Hi, > > I've learned the basics of using RgoogleMaps and rasterVis, and now I want to > combine their c

Re: [R-sig-Geo] 64-bit ncdf4 for Windows??

2013-02-09 Thread Ista Zahn
Hi John, Looks like a PITA. I gave it a try without any success. All I can suggest is that you very carefully document your build attempts, and post only very specific questions, including exactly what you did and the exact error messages. Honestly if I were you I would just do this in Linux. You

Re: [R-sig-Geo] 64-bit ncdf4 for Windows??

2013-02-08 Thread Ista Zahn
Hi John, On Fri, Feb 8, 2013 at 5:44 PM, JohnG wrote: > Bump. Still wondering if anyone can help. You haven't given us much to go on. What happened when you tried building the package? What error messages did you get? What version of R are you using? What version of the ncdf dll's do you have (

Re: [R-sig-Geo] rgeos on Debian

2012-10-17 Thread Ista Zahn
Debian packages many R packages including sp. Have you tried apt-get install r-cran-sp ? Best Ista On Oct 17, 2012 7:28 PM, "Hodgess, Erin" wrote: > Hi all! > > I'm not sure if I should be asking here or at the Debian sig, but here > goes: I'm trying to load sp onto a little debian system. >

Re: [R-sig-Geo] excel to ascii

2012-10-05 Thread Ista Zahn
On Fri, Oct 5, 2012 at 8:36 AM, Steve Friedman wrote: > Save the file as a csv file in excellent. What is excellent? You could also use LibreOffice. Or, if you want to do it in R there are several packages for this, including XLConnect, xlsReadWrite, and xlsx Best, Ista > On Oct 5, 2012 8:34 A

Re: [R-sig-Geo] Problem with aggregating UScensus2000 FL data

2011-08-03 Thread Ista Zahn
On Wed, Aug 3, 2011 at 7:24 AM, Roger Bivand wrote: > On Mon, 1 Aug 2011, Roger Bivand wrote: > >> On Mon, 1 Aug 2011, Ista Zahn wrote: >> >>> Hi Roger, >>> >>> On Mon, Aug 1, 2011 at 2:38 PM, Roger Bivand wrote: >>>> >>>> On

Re: [R-sig-Geo] Problem with aggregating UScensus2000 FL data

2011-08-01 Thread Ista Zahn
Hi Roger, On Mon, Aug 1, 2011 at 2:38 PM, Roger Bivand wrote: > On Mon, 1 Aug 2011, Ista Zahn wrote: > >> Oops, I got the examples mixed up. The Alabama example works, the >> Florida example does not. I also should have given the version info, >> as this may well be v

Re: [R-sig-Geo] Problem with aggregating UScensus2000 FL data

2011-08-01 Thread Ista Zahn
ggplot2_0.8.9 [16] proto_0.3-9.2 reshape_0.8.4 plyr_1.5.2 loaded via a namespace (and not attached): [1] digest_0.5.0 tools_2.13.1 > On Mon, Aug 1, 2011 at 11:09 AM, Ista Zahn wrote: > Hi all, > I am trying to aggregate the UScensus data for Florida up to the zip >

[R-sig-Geo] Problem with aggregating UScensus2000 FL data

2011-08-01 Thread Ista Zahn
-0.678743 0.433456) and LINESTRING (-0.678743 0.433456, -0.677839 0.434367) at -0.678743 0.433456 Does anyone have a suggestion about how to do this? Thanks! Ista -- Ista Zahn Graduate student University of Rochester Department of Clinical and Social Psychology http://yourpsyche.org