|
POST
|
Just to underline what Ian has said, once you have imported the las files into a lasd dataset, you can check the various statistics in ArcCatalog. Then in ArcMap, layer properties, filter, you can set which returns you want. Look at the data carefully for badly classified points. Once happy, save this as a layer file and use as the input into the LAS Dataset to Raster (in Conversion tools).
... View more
06-11-2015
04:28 AM
|
1
|
0
|
6118
|
|
POST
|
Have you looked at the help "Reading Geometries", here : http://resources.arcgis.com/en/help/main/10.2/index.html#//002z0000001t000000 The example is exactly what you need.
... View more
06-10-2015
08:21 AM
|
1
|
1
|
3703
|
|
POST
|
And, if you didn't want to simply truncate your double into an integer you could do this : Field_Long = Int([Field_Double] + 0.5)
... View more
06-09-2015
03:56 AM
|
2
|
2
|
1949
|
|
POST
|
Creation of a las dataset (*.lasd) does not actually load the data into anything. Its simply a box to keep indexes and statistics to enable Arc to draw it. It has pointers to the actual location of the las files. So, a well organized sub-directory system is probably the way to go. With the *.lasd at the top of the structure. Where you would put any derived products (raster dems or whatever) will also need to be organized by survey location, date etc.
... View more
06-09-2015
01:56 AM
|
0
|
0
|
816
|
|
POST
|
If the datum (underlying GCS of the coordinate system) of the input is not WGS84, then a transformation is required if you want WGS84 based coordinates to come out. I have never actually used the spatial reference option when opening an Update cursor. Generally, the feature exists and it knows what coordinate system it is in.... The help files here are unclear as to how this option affects the outcome. I have in the past used the .projectAs(SR2) method on the geometry object to re-project geometries on the fly inside python. Specifying a transform is a little trickier and you have to set this via environment setting.
... View more
06-09-2015
01:34 AM
|
0
|
4
|
4141
|
|
POST
|
My sympathies. Yes, it is a fact that for many other systems, the shapefile seems to have become the de-facto standard for interoperability. But there must be other ways of getting stuff into and out out the Schlumberger software.. Have you looked at data interop?
... View more
06-08-2015
12:43 AM
|
0
|
0
|
11472
|
|
POST
|
Although I am uncertain about encoding character sets beyond utf8, I am sure you would have more success if you moved away from using shapefiles (a close to 25 year old technology) and migrated your data into geodatabases.
... View more
06-05-2015
01:04 AM
|
0
|
2
|
11472
|
|
POST
|
Are you not doing something like this in your code. # start editing
edit = arcpy.da.Editor(DB)
edit.startEditing(False, False)
edit.startOperation()
... View more
05-26-2015
07:59 AM
|
1
|
3
|
3736
|
|
POST
|
Just a guess, can you remove spaces from your directory path and try again.
... View more
05-21-2015
04:39 AM
|
0
|
0
|
2712
|
|
POST
|
The *prj file (or the coordinate system definition) is part of the metadata of the feature. The coordinates in the "blob" are just a bunch of numbers. Without knowing what those numbers represent, ie the projection that they are in, the system would still not know how to map these coordinates on to a map in their correct real world location.
... View more
05-20-2015
11:28 PM
|
1
|
0
|
1149
|
|
POST
|
Dan, do you mean to say that you havn't done a code snippet somewhere on how to calculate the geometry for an arc segment....
... View more
05-20-2015
06:32 AM
|
0
|
1
|
1593
|
|
POST
|
Have you looked at the "Minimum bounding geometry" tool. But that is probably not going to solve your problem with concave boundaries. Can you thin the input points or subset them so that you can use a Tin instead of a Terrain. Then you have the "Deliniate Tin Data Area" tool
... View more
05-20-2015
01:06 AM
|
0
|
0
|
2068
|
|
POST
|
And, to add to Sephe's comments... Step 10. You do not project a shapefile by using the "Define Projection" tool. This simply overwrites the "metadata" about what the coordinate system is. It does nothing to the underlying geometry. Define Projection should only be used if you have a dataset with an undefined projection and you know what that projection is..
... View more
05-18-2015
07:48 AM
|
2
|
0
|
4406
|
|
POST
|
If the output is into a file geodatabase, the format is fgdb,and the filename has no extension. If you are exporting to tiff, png or anything then the output needs to be a subdirectory (not into the *.gdb), with the appropriate file extension. If you just need a reduced resolution image which will also make the file size smaller, then try resample, or even copy raster with the new cellsize set in the environement settings.
... View more
05-18-2015
07:37 AM
|
2
|
1
|
7976
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-08-2015 11:28 PM | |
| 1 | 12-20-2013 08:59 PM | |
| 1 | 05-14-2014 10:38 PM | |
| 1 | 12-16-2013 09:05 PM | |
| 1 | 05-31-2019 02:50 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|