1,872 reputation
38
bio website
location Denver, CO
age
visits member for 2 years, 5 months
seen 8 hours ago
stats profile views 62

1d
comment Polyline will not turn into a feature layer via MakeFeatureLayer_management (arcpy)
You don't need to run MakeFeatureLayer for Geoprocessing tools such as Clip, Buffer,etc. Just pass in the pure polyline geometry.
May
17
comment How to make a one part polyline from a multipart polyline?
"Unsplit Line" requires an ArcInfo license. If you do not have this license level then use "Dissolve", it has an Unsplit Line option.
May
17
comment Ways to measure similarities/congruence of tracks (point features) in ArcGIS
What do you mean by "Similar"? Miles per week run? Time of day trained? Total Elevation run? Or the same physical run (street, trail, etc) in common?
May
17
answered How to find parcels related to geocoded addresses?
May
13
comment Sort a feature table by geographic location
ArcGIS 10.0 and greater provides a Spatial Sort option in the Sort Tool.
May
13
answered javascript WKB to WKT function
Apr
16
comment What use technology and programming language?
Have you emailed the admin, geo.admin.ch, asking what technology and language they used to create the portal?
Mar
28
comment In an ESRI Shapefile, what is the “Record Number” field of each record header in the .shp file?
This sentence is incorrect, "The one-to-one relationship between geometry and attributes is based on record number" The relationship cannot be based on record number because the .dbf has no record number. The relationship is purely by position. The first shp record, whether is has a record number of 0 or 1 is related to the first dbf record.
Mar
27
answered How to build Android spatialite?
Mar
25
answered What geometric attributes do polygons possess, and how can these be used to filter features?
Mar
20
answered Mississippi Township Range Section
Mar
19
awarded  Revival
Mar
14
answered Remove/dissolve parts in ESRI line feature class
Mar
11
answered Can I incorporate an existing DBF file with coordinates for Tiff tiles into geodatabase like spatialite?
Mar
7
answered Open source CAD software
Mar
6
answered OGR Info - Check for spatial index?
Mar
4
comment Exporting records from an attribute table and placing them in a txt file
f.write is missing a closing parentheses. You may want to include the error message and line number.
Mar
2
awarded  Revival
Mar
2
answered Need an Algorithm to Determining Polygon Borders
Mar
1
comment Sort geometry + data table in ArcGIS with Permanently Sort Records (PSR) v1.0
ArcGIS 10.1 has a new Sort tool that permanently sorts the table and/or Geometry.