Displaying 20 results from an estimated 88 matches for "arcgis".
2008 Apr 04
2
Reading an ArcGIS raster file
Dear members,
How can I read and plot an ArcGIS raster file into R ? The file has extension .aux and contains floating point bathymetry data. The purpose is to create a spatial model in R that uses ArcGIS map data. I have managed to read and plot various shape files into my R project, but I am stuck with this now. I am new to this list and also...
2012 Jul 17
0
Arcgis in R
Hi all,
I am very knew to this R and Arcgis combination. I have already spent days
attempting to find my answer but have failed, therefore could you please if
possible explain any answers in simple form.
I am trying to access Arcgis through R, following a few steps:
1) Set up working directory
2)connect to Python
3) import arcgis- however,...
2011 Apr 22
3
Reading a TIFF file
Dear all, I have been trying to speed up a process we have been done in ArcGIS. We have to read a single layer TIFF (monochrome image) in . For this, I have used the "rtiff" package. After reading the TIFF file, I compared the raw values for each pixel that I have in ArcGIS to the ones obtained in R. In ArcGIS I have discrete values in the range 0..255, while in R I...
2011 Apr 11
4
nndist R vs. ArcGIS
Can anyone tell me why I would get different average nearest neighbor values
for the same set of coordinates between ArcGIS 10 and R? Sometimes the
difference in distance is over 1.3 km.
Alexis
--
View this message in context: http://r.789695.n4.nabble.com/nndist-R-vs-ArcGIS-tp3442375p3442375.html
Sent from the R help mailing list archive at Nabble.com.
2003 Oct 10
1
R(D)-COM stat conenctor for ArcGIS
Hi everybody,
I heard about "R(D)-COM Stat connector" for ArcGIS, but i am not
sure what that is. I did a search in the archive but it seems i am
not getting anything back.
can anybody explain me what that is, and where i can find more
info about it? There is any possibility to run R from inside
ArcGIS?
there is more than RArcInfo and S...
2008 Feb 18
2
fonts
Hello every body, i?m testing some w32 apps with wine and I found some problems.
Trying to install ArcGIS (My first installation), I had the following error: Need internet explorer 6.
Well I installed IE 6, and continue installing ArcGIS, it was installed succesfully, but it installed Phyton, and throw some problems.
Well finally installed I run ArcGIS and the fonts were crazy, I didnt see anything.
th...
2013 Mar 04
1
Mysterious issues with reading text files from R in ArcGIS and Excel
...] tcltk stats graphics grDevices utils datasets methods base
other attached packages:
[1] adehabitat_1.8.11 shapefiles_0.6 foreign_0.8-51 tkrplot_0.0-23 ade4_1.5-1
loaded via a namespace (and not attached):
[1] tools_2.15.2
I am using Microsoft Excel 2010 and ArcGIS 10.1sp1 for Desktop
Basically, no matter what data frame I am working on, when I export it to a text file to be use in Excel or ArcGIS problems arise. Im not sure if it is R or these other programs, maybe forums for ArcGIS might be more appropriate, but this problem only occurs when I use tables...
2012 Sep 02
1
why variations in accuracy between R to ARCGIS for the same point reprojection?
Hi everyone,
I wonder if anyone knows the reason why the outputs of the same
reprojection in r and arcgis are different?. The magnitude of the
change can be up to 40 km in the poles.
Basically, I have a database of points equally separated by one degree
over the globe.
In ARCGIS, I am projecting the data in GCS-WGS-1984 and then
reprojected it to Berhmann to ensure equal area distribution of the...
2013 Mar 21
0
Problems of exporting raster to ArcGIS
Hello:
I am using R raster package to replace ArcGIS when processing multiple shp files. However, when I export R raster back to ArcGIS, it couldn't recognize R raster file correctly. For example, I used {raster} package and got a RasterLayer as followed.
class : RasterLayer
dimensions : 8280, 18480, 153014400 (nrow, ncol, ncell)
resol...
2013 Mar 05
1
R-help Digest, Vol 121, Issue 5
On R 2.15.2 and ArcGIS 9.3.1, it works for me in ArcCatalog but you have to follow the particulars here:
http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Accessing_delimited_text_file_data
For example:
write.table(test, '***.tab', sep = '\t', row.names = F)
The extension .tab and sep = ...
2013 Apr 12
1
produce a map in ARCGIS from a GAM output
Hi,
I am trying to predict the habitat suitability of lobster with GAMs. I need to produce a map in ArcGis of the predicted densities. I did some search and the function predict.gam seems to do the job.
Is this the right way to do it? when you apply the function you get the predicted values (different from your input data points) but I do not understand what is the procedure with the spatial coordinate...
2025 Jun 02
1
Specifying a long string literal across several lines
...nion.
Best,
Kasper
On Mon, Jun 2, 2025 at 12:27?PM Tomas Kalibera <tomas.kalibera at gmail.com>
wrote:
>
> On 6/2/25 17:37, Josiah Parry wrote:
> > Tomas,
> >
> > Here is a good example of where this functionality would be useful:
> >
> https://github.com/R-ArcGIS/arcgislayers/blob/2b29f4c254e7e5a1dadce8d4b0015a70dfae39d4/R/arc-open.R#L19-L56
> >
> > In order to prevent R CMD check notes I have to use `paste0()` to
> > concatenate long URLs. If we were able to use `\` to
> > separate the string across multiple lines, it would make the...
2025 Jun 02
2
Specifying a long string literal across several lines
...bera at gmail.com>
> > wrote:
> >
> >>
> >> On 6/2/25 17:37, Josiah Parry wrote:
> >> > Tomas,
> >> >
> >> > Here is a good example of where this functionality would be useful:
> >> >
> >> https://github.com/R-ArcGIS/arcgislayers/blob/2b29f4c254e7e5a1dadce8d4b0015a70dfae39d4/R/arc-open.R#L19-L56
> >> >
> >> > In order to prevent R CMD check notes I have to use `paste0()` to
> >> > concatenate long URLs. If we were able to use `\` to
> >> > separate the string acro...
2025 Jun 02
2
Specifying a long string literal across several lines
...025 at 12:27?PM Tomas Kalibera <tomas.kalibera at gmail.com>
> wrote:
>
>>
>> On 6/2/25 17:37, Josiah Parry wrote:
>> > Tomas,
>> >
>> > Here is a good example of where this functionality would be useful:
>> >
>> https://github.com/R-ArcGIS/arcgislayers/blob/2b29f4c254e7e5a1dadce8d4b0015a70dfae39d4/R/arc-open.R#L19-L56
>> >
>> > In order to prevent R CMD check notes I have to use `paste0()` to
>> > concatenate long URLs. If we were able to use `\` to
>> > separate the string across multiple lines, i...
2025 Jun 02
1
Specifying a long string literal across several lines
On 6/2/25 17:37, Josiah Parry wrote:
> Tomas,
>
> Here is a good example of where this functionality would be useful:
> https://github.com/R-ArcGIS/arcgislayers/blob/2b29f4c254e7e5a1dadce8d4b0015a70dfae39d4/R/arc-open.R#L19-L56
>
> In order to prevent R CMD check notes I have to use `paste0()` to
> concatenate long URLs. If we were able to use `\` to
> separate the string across multiple lines, it would make the solution
> muc...
2025 Jun 02
2
Specifying a long string literal across several lines
...gt;> wrote:
>>>
>>>>
>>>> On 6/2/25 17:37, Josiah Parry wrote:
>>>>> Tomas,
>>>>>
>>>>> Here is a good example of where this functionality would be useful:
>>>>>
>>>> https://github.com/R-ArcGIS/arcgislayers/blob/2b29f4c254e7e5a1dadce8d4b0015a70dfae39d4/R/arc-open.R#L19-L56
>>>>>
>>>>> In order to prevent R CMD check notes I have to use `paste0()` to
>>>>> concatenate long URLs. If we were able to use `\` to
>>>>> separate the st...
2011 Oct 26
1
Win7pro can't authenticate dcom identity
I have a Samba 3.4.7 PDC set up (Ubuntu 10.10/OpenLDAP) and have configured
a Windows 7 Pro 64 bit workstation as a domain member. Logins and shares
work without a hitch.
I'm running into a problem with ArcGIS 10 Server on Windows using domain
accounts for the services. ArcGIS post-install fails because it won't take
the username/password combination of the domain account. I initially
thought this was an ArcGIS problem, but looking at the Samba logs, I find
"check_ntlm_password: sam authentica...
2011 Jul 29
5
HIRHAM netcdf files
...o extract the grid id
and also the coordinates from a HIRHAM netcdf file.
I know how to extract a slice of dataset both in space and in time and I
also know the area that this file should cover, however I have no idea
regarding the reference for both LAT/LON and RLAT/RLON.
I tried already tried is ArcGIS to give the Lambert Conformal Conic
projection as the spatial reference, by default arcgis gets the rlat and
rlon for coordinates. however the resulting raster is displaced from were it
should be.
Can someone help me with this?
Thanks
A.R.
[[alternative HTML version deleted]]
2004 Feb 25
2
writing polygons/segments to shapefiles (.shp) or other ArCGIS compatible file
I am not sure a previous e-mail reached the list (no mail aknowledgement from R-boundle etc.). The question was how to write polygon
or segment coordinates into a shapefile set or any other ArcGIS supported format. The library shapefiles seems to do something but
the documentation is a bit beyond of my mind.... and I cannot get the meaning of the functions write**** and its application to the
case below:
In simple words, is there a somewhere a function taking polygon coordinates (or simple...
2014 Oct 24
1
rgdal: Convert ESRI ArcGis geo database (gdb directory) to geojson, or shapefile map
Hello,
I have an ESRI ArGis geo database directory which I would like to convert
to geojson or a shape file (or anything else that I can read into R).
Unfortunately that does not work out of the box with rgdal, because it does
not come with the fileGDB or openfileGDB driver.
I could successfully install gdal and the fileGDB driver/extension, but it
seems that i can use gdal only to convert the