POST
|
I would like to copy features from a file geodatabase stored on a local volume to a file geodatabase on a networked share. If I copy the file geodatabase it transfers at around 12MB/s (on a 100baseT ethernet network). If I try to copy the feature layer from within ArcMap (10.2) it transfers at around 1KB/s. This is 12,000 times slower! Why is this and is there any way to speed it up, or should I resort to copying the entire geodatabase which is much faster?
... View more
08-05-2016
04:27 AM
|
0
|
7
|
4316
|
POST
|
That's what I thought Jeff. It would be nice if ArcMap (and Server) could do this on the fly!
... View more
07-09-2015
07:28 AM
|
0
|
0
|
719
|
POST
|
Thanks for the suggestion Wes. Yes this is available, but there are tens of thousands of points so I don't really want to have to create the associated label classes. Ideally I would like the label placement routine to take into account the population field when deciding which labels to remove.
... View more
07-09-2015
07:17 AM
|
0
|
1
|
719
|
POST
|
I am using the maplex labelling system, and I would like to be able to specify a population field, so that when labels need to be removed, it starts by considering the features that have the lowest population first. Is this possible in ArcMap (>= 10.2) or would this be a feature request?
... View more
07-09-2015
06:52 AM
|
0
|
5
|
3381
|
POST
|
Jai, thank you very much this is exactly what I wanted! Edit: Is it possible to do this without saving to a file? I will be doing this on thousands of coordinates so this is undesirable as it will place increased load on the disk, and slow down the process.
... View more
05-07-2015
03:57 AM
|
0
|
1
|
8429
|
POST
|
As part of a script I need to convert coordinates from one SRS to another. This is the code I have so far, but I am missing the bit in the middle. I have done some extensive googling but I was not able to find a solution so I would appreciate some assistance. import arcpy
inputSRS = 'Projected Coordinate Systems/National Grids/Europe/British National Grid' # Projected
outputSRS = 'Geographic Coordinate Systems/World/WGS 1984' # Geographic
trsOut = 'OSGB_1936_To_WGS_1984_Petroleum'
srIn = arcpy.SpatialReference(inputSRS)
srOut = arcpy.SpatialReference(outputSRS)
inX = 210000
inY = 310000
# Code goes here
print outX, outY # "-4.81042685256 52.6543521582"
... View more
05-07-2015
02:32 AM
|
0
|
4
|
19202
|
POST
|
I too would like to be able to maintain the same extent for DDP. All that is needed is to add an additional option on the "Extent" tab which says "Keep current extent".
... View more
03-27-2015
04:10 AM
|
0
|
0
|
766
|