search for: esri

Displaying 20 results from an estimated 113 matches for "esri".

Did you mean: esi
2006 May 12
1
[ESRI-L] outline polygons of point clumps
...clump together. the problems here are: 1. how to find clumps in a point theme? 2. the convex-hull extension I found only deal with all the points in a theme at each time? how to make each convex hull around each point clump automatically? Thanks. Xiaohua On 5/12/06, Bob Booth <bbooth at esri.com> wrote: > Xiaohua, > > That would be one way to do it. There are others. > Try searching ArcScripts for "convex hull" > http://arcscripts.esri.com/ > > For example: > http://arcscripts.esri.com/details.asp?dbid=14535 > or > http://arcscripts.esri.com/d...
2008 Apr 23
2
ESRI support
Does Mapstraction support ESRI (arcwebservices.com)? Thanks, - Michael
2007 Nov 13
3
ESRI Shapefile for EU-25
Hi all, who knows how to get an ESRI Shapefile for the NUTS-2 Regions of the enlarged European Union? Particularly I want to draw maps of Germany, Poland, Czech Republik, Hungary and Austria. I've found Shapefiles for the US, Russia and other countries elsewhere in the web, but for Europe it seems really difficult. With many than...
2003 Jun 09
2
ESRI shapefiles and EMME/2 packages
I just uploaded two packages to CRAN. shapefiles_0.1.tar.gz - functions to read and write ESRI shapefiles (including dbfs) emme2_0.1.tar.gz - functions to read binary data from an EMME/2 databank data (EMME/2 is a transportation modeling program) Please let me know if you find any bugs or have some suggestions. Thanks. Regards, Benjamin Stabler Transportation Planning Analysis Unit Oregon...
2006 Jan 30
1
SOLVED was Re: Any ESRI users? Upgrade 3.0.14 to 3.0.21a broke Arcmap layer loading?
Did not hear from anyone on this, so maybe we are the only ESRI users who got bit, but this turned out to be an issue with oplocks. Disabling oplocks on the server eliminated the problem. On 1/27/06, Elizabeth Schwartz <betsy.schwartz@gmail.com> wrote: > > We just upgraded our samba server from 3.0.14 to 3.0.21a and have > discovered a subtle bu...
2012 Aug 17
1
RGDAL OGRwrite question
...irectory. Is this correct? An earlier version of rgdal must have allowed this because I have a older script that used to work, but doesn't now. So, as an example, here is what I get today: > shape = readOGR('.', layer='S20_G75_V00_HAASHP10_R00') OGR data source with driver: ESRI Shapefile Source: ".", layer: "S20_G75_V00_HAASHP10_R00" with 169 features and 23 fields Feature type: wkbPolygon with 2 dimensions > writeOGR(shape, '.', layer='temp', driver='ESRI Shapefile', verbose=TRUE) Error in writeOGR(shape, ".", lay...
2007 Sep 07
1
Authenticating to AD server fails.
...rations, and am currently using something based on: http://wiki.samba.org/index.php/Samba_&_Active_Directory Here is my krb5.conf file: [logging] default = FILE:/var/log/krb5libs.log kdc = FILE:/var/log/krb5kdc.log admin_server = FILE:/var/log/kadmind.log [libdefaults] default_realm = ESRI.COM ticket_lifetime = 24h forwardable = yes default_tgs_enctypes = rc4-hmac default_tkt_enctypes = rc4-hmac dns_lookup_realm = false dns_lookup_kdc = false [realms] ESRI.COM = { kdc = dc1.esri.com:88 admin_server = dc1.esri.com:749 default_domain = esri.com kdc = dc1.esri.com } [d...
2010 Dec 06
1
read ESRI file geodatabase feature classes
Hello- Does anyone know if R can read in ESRI file geodatabase feature classes, directly from the file geodatabase? I currently have to export the data out of Arc, to a csv file, then read the csv file. I'd like to bypass this step and read directly from the file geodatabase. Thanks for your help. -al
2006 Jan 27
0
Any ESRI users? Upgrade 3.0.14 to 3.0.21a broke Arcmap layer loading?
We just upgraded our samba server from 3.0.14 to 3.0.21a and have discovered a subtle but very painful problem. Users of ESRI ArcMap (on fully patched Windows XP clients) are unable to read complex layered file data. Arcmap works fine with 3.0.14, it works fine with the data on a windows share, and it works fine when I set up a server to run the version of samba shipping with Solaris 9 (3.0.2! ). But, I really don't...
2010 Sep 24
2
Reading in .aux (ESRI raster files) into R
...;, Spain10km) Error in .local(.Object, ...) : empty file name > x <- new("sp10kpointid1", Spain10km) Which is the best way to read this file into R? Why didn't it include my classes? Thank you, Jo -- View this message in context: http://r.789695.n4.nabble.com/Reading-in-aux-ESRI-raster-files-into-R-tp2553544p2553544.html Sent from the R help mailing list archive at Nabble.com.
2005 Mar 05
2
maptools, filename writing shapefiles
....pointShape(mylines[,5:9], file="Sxtplinshp", mycoordspt) Error in write.pointShape(mylines[, 5:9], file = "Sxtplinshp", mycoordspt) : shapefile names must conform to the 8.3 format It seems that the function request a special shapefile name spelling (conformed to 8.3 ESRI format?). > write.pointShape(mylines[,5:9], file="Sxtplin", mycoordspt) When just shortened, everything goes smoothly with the file correctly written. I am not sure about ESRI standard requesting short names (modifying the filename by hand keep it readable by any GIS). Can anybod...
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 f...
2007 Sep 06
1
write geotiff with projection - RGDAL package
Hi, Doing more search i've discovered package RGDAL that can write a geotiff file with projection. I saved a geotiff file in UTM projection and if i read the file back in R and check the projection seems that everything is OK. But if i load the file in ArcGIS (ESRI product) i get the warning that the file is missing spatial reference so it cannot be projected, but it is displayed correctly. I guess somewhere i am doing a mistake when i define the projection in R. My code follows: data.grid <- read.csv(x, header=TRUE) gridded(data.grid) = ~East.m.+North.m...
1999 Jul 26
0
ESRI Shapefile reader (help with dlls)
Hi, I am working on a library of map functions for R and I have started with code to read shapefiles (the format is not great but it is ubiquitous). I am not a windows person, but where I am working I don't have access to any UNIX machines easily. So here's the problem I wrote C code to read the information out of the shapefile header and I compiled it using the script given in Ripley and
1999 Jul 27
1
ESRI Shape reader
Well Dr. Ripley helped me solve the first problem, next question I need to do some debugging now that the function loads properly into R. I checked the S documentation and to use the C I/O functions you need to include newredef.h, this file doesn't exist in /src/include. How does this work in R? under S3.4 on a dec station i could use fprintf(stdout,..); fflush(stdout); thanks, Nicholas PS
2003 Feb 13
5
ESRI shape file import and time-space models
Dear R user, I am running R under Windows 2000. I am looking for a routine for importing - shape files (ESRI) into R - dbase files (FOXPRO) into R and I am looking for time-space models for description and prediction of Bernoulli-, Binomial- and Poissonvaraibles. Thank's a lot for a reply. Sincerely yours, Ekkehardt Altpeter Swiss Federal Office of Public Health. --------------...
1999 Jul 28
1
ESRI shapes --again
thanks to all the help so far I have code now that works on windows (albeit very clunky) that can read the pertinent info from the shape header and return a list with all the necessary parameters to read info out of the shape file. Now come the big design questions 1) I have considered building a map object, basically a list that would hold the info from the shape file and a data frame as part of
2007 Nov 19
1
Convert from ppp to spp objects
Hi All! As a new useR, I am currently working in R 2.5.1 to produce Ripley's L (the linear version of Ripley's K) for a spatial point dataset (originally a ESRI shapefile). I have coerced the data to a ppp object (because I was originally using 'kest' in the spstat package to produced Ripley's K) but I need to convert my spatial data to a spp object to be able to use 'kfun' in the ads package (this function calculates Ripley's L an...
2009 Feb 05
3
maptools: Test if point is in polygon
In R's maptools package, is there a built-in function to test if a given point is "inside" a given polygon on the map? The map was loaded from an ESRI Shapefile. The point's latitude and longitude are known. Thank you! Aleks -- ------------------------ Aleksandr Andreev Fulbright Fellow Graduate School of Management St Petersburg State University
2004 Sep 09
1
"username map" parameter not working after upgrade to SAMBA 3
...ath = /var/spool/smbprint create mask = 0700 guest ok = Yes printable = Yes printer name = pdsuis1 [pdshpplt] comment = TEDD HP Designjet 755cm in equipment room path = /var/spool/smbprint create mask = 0700 guest ok = Yes printable = Yes printer name = PDS_HPPlt_2 [gisinstl] comment = ESRI Install Point path = /gis_install/gisinstl browseable = No write list = @sysadmin [homes] comment = Home Directories read only = No create mask = 0755 browseable = No veto files = /ADMIN.DLL/LOAD.EXE/MMC.EXE/README.EXE/MEP*.TMP.EXE/SIRCAM.SYS [pdsshare] comment = TEDD Production Data...