POST
|
Does anyone solve this problem? I am having problem on exporting a polyline feature class from FGDB (10.2.1 ) into another FGDB (9.3).
... View more
08-20-2015
12:31 AM
|
0
|
1
|
315
|
POST
|
I am using 10.2.1 at the moment, as soon as I try to export a shp file with the newer version of the arcgis and test it out, I will indicate your answer as correct . Thanks again
... View more
06-15-2015
12:35 AM
|
0
|
0
|
7789
|
POST
|
Actually original data have more than million points.it has attribute fields 1)name of the line and 2)sort field which is probably the number came during gps data collection (I used that field as sort field). Mostly those numbers are consecutive for each line name. But for some lines, the numbers are not consecutive. The figures only shows some line as an example of the problem. I would like to connect 1 to 9999 then connect the rest of them following their spatial direction. If I split created lines at vertices, then the lines with the larger segments can be detected, but if the jump is small, I am not sure how to detect them
... View more
06-05-2015
04:05 AM
|
0
|
0
|
573
|
POST
|
Unfortunately, I could not find any solution with in arcgis yet
... View more
06-05-2015
03:52 AM
|
0
|
2
|
7789
|
POST
|
Hi Neil, I personally prefer using geodatabases, unfortunately, you cannot use them in many proprietary software such as Petrel. So the data is being requested as shp file.
... View more
06-05-2015
03:51 AM
|
0
|
1
|
7789
|
POST
|
I used Point to Line tool with a data which normally have a sort field. What I want to do is just create lines follows points.However for some lines, I am having problem due to irregularity on numbers in the sort field. They are either not going consecutively or the beginning of the number is right by the last one. How can I create new sort field? Or what analyse would detect those lines?
... View more
06-05-2015
03:32 AM
|
0
|
2
|
3597
|
POST
|
I am trying to add a line feature class into a 9.3 file geodatabase I have 11100 object in it but everytime I export the data, the number of element is being reduced to 11093. if I export it to 10.2 version file geodatabase, I do not have problem. Is there any number limit for 9.3 version? What can be causing this problem?
... View more
06-03-2015
03:16 AM
|
0
|
2
|
3367
|
DOC
|
Hi Thanks for sharing.. As Mario said, script may be missing because the path shows as below, 'U:\04_Programming\20_GitHub\LandSat8_TasseledCapTransform\funL8TasseledCap_tbx.py Thanks again
... View more
05-25-2015
04:13 AM
|
0
|
0
|
2097
|
POST
|
I would like to not include some of geoprocessing history info into metadata since it reveals my computer path ext... It seems like geoprocessing history part is not editable. Does anyone have any suggestion? I found this link Metadata Geoprocessing History which is a similar question but I do not think that solution was given.
... View more
05-07-2015
12:15 AM
|
0
|
4
|
5830
|
POST
|
Hello Jake I just realized that the problem was encoding in the list items were look like u'Line1' after turning each item ProcessedData=[str(x) for x in ProcessedData] then it worked very well Thank you so much for your answer
... View more
04-29-2015
01:45 AM
|
0
|
0
|
517
|
POST
|
I also tried ProcessedData = str(ProcessedData)[1:-1] expression = "LineName IN (" + ProcessedData+ ")" still same error
... View more
04-29-2015
01:25 AM
|
0
|
0
|
517
|
POST
|
Hello Jake, Thank you for your reply. When I inserted my expression as you indicated ProcessedData = str(ProcessedData)[1:-1] expression = "LineName (" + ProcessedData+ ")" I got error as below, why do you think this happens? ERROR 000358: Invalid expression Failed to execute (SelectLayerByAttribute)
... View more
04-29-2015
01:05 AM
|
0
|
0
|
517
|
POST
|
Hello, I have unique list like ProcessedData=["Line1","Line17","Line76"....] and I have a point data in which every point has the line name they belong to in its attribute table. I want to select those points based on their line names but only the ones in that unique list. I am applying the python code below but processing is very slow. I need to select 10000 lines and the process is very slow with the code below. Is there any other way of writing the expression so that it selects them in same time instead of one by one in a for loop ? for item in ProcessedData: Expression= "\"LineName\" = "+ "'"+item+"'" arcpy.SelectLayerByAttribute_management ("PointData", "ADD_TO_SELECTION", Expression)
... View more
04-28-2015
04:49 AM
|
0
|
4
|
2796
|
POST
|
Hi When you export a map in data view you can write geotiff and export your map with coordinate. Is there any way to export a map in layout view and write geotiff tags in same time? Or is the only way to get that map with cooordinates to georeference after exporting it ? Thanks
... View more
04-27-2015
07:12 AM
|
0
|
4
|
5196
|
Title | Kudos | Posted |
---|---|---|
2 | 04-15-2015 05:37 AM | |
1 | 02-12-2015 11:22 PM | |
1 | 10-05-2013 10:38 AM | |
2 | 09-09-2014 11:17 PM | |
1 | 08-20-2014 12:42 AM |
Online Status |
Offline
|
Date Last Visited |
12-28-2022
12:26 PM
|