IDEA
|
I was looking for the typical UI elements that one would expect with a stand-alone notebook. But I suppose this is a work-around.
... View more
03-11-2020
02:57 PM
|
1
|
0
|
111
|
IDEA
|
Enjoying the notebooks available within ArcPro 2.5, but it would be nice to have the nbconvert options to export to other format (html, reveal slides).
... View more
03-11-2020
02:31 PM
|
4
|
6
|
265
|
POST
|
Looks like in the ArcPro version, there is an additional parameter called spatial_properties, that wasn't in the ArcMap version. Setting this property seems to resolve my issue, e.g: arcpy.MakeQueryLayer_management( my_db_conn, 'layer', 'select * from my_table', oid_fields='objectid', spatial_properties='DO_NOT_DEFINE_SPATIAL_PROPERTIES' ) I guess in ArcMap the default behavior was to not provide spatial properties whereas in ArcPro the default behavior assumes you will provide them.
... View more
10-21-2019
02:45 PM
|
0
|
0
|
26
|
POST
|
Is this a known issue? The same exact code works in ArcMap 10.7.1 toolbox and arcpy.
... View more
10-18-2019
04:43 PM
|
0
|
2
|
90
|
POST
|
Thanks for the clarification. I don't understand why this would change in Pro. Especially when many of us have developed workflows and scripts that assume things will behave this way. I suppose I'll have to re-write everything to use FeatureClassToFeatureClass instead .
... View more
08-21-2019
08:55 AM
|
3
|
0
|
177
|
IDEA
|
Yes, this should be a high priority item.We shouldn't have to re-create our environments every time a patch is released. It would also be nice to make it easier to access arcpy from an external anaconda environment.
... View more
08-19-2019
04:40 PM
|
4
|
0
|
157
|
POST
|
When running Make Feature Layer in ArcGIS Pro, how can field names be changed? This was possible in ArcMap. Also it appears that using arcpy.MakeFeatureLayer_management with field infos to change the field names does not work.
... View more
08-19-2019
04:28 PM
|
1
|
3
|
662
|
POST
|
When trying to define the map extent and spatial reference with the following (Silverlight 4, ESRI Silverlight API 2): <esri:Map.Extent> <esri:Envelope XMin="-12632222" YMin="3824823" XMax="-12359701" YMax="4064805"> <esri:Envelope.SpatialReference> <esri:SpatialReference WKID="102100" /> </esri:Envelope.SpatialReference> </esri:Envelope> </esri:Map.Extent> I get the error: "Could not load file or assembly 'System.Runtime.Serialization, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' or one of its dependencies. The system cannot find the file specified." Any thoughts? Thanks. scott
... View more
10-13-2010
08:47 AM
|
0
|
1
|
344
|
POST
|
Hi Lisa: Could you send this to me as well? sbridwell@mag.maricopa.gov thanks, scott
... View more
07-26-2010
08:34 AM
|
0
|
0
|
19
|
POST
|
I'm trying to dynamically apply a renderer to a feature layer without iterating and applying a symbol to each graphic. Unfortunately, the ClassBreaksRenderer.Classes property (ObservableCollextion<ClassBreaksInfo>) is read only. Does anybody know how to get around this or is not possible to make changes to a class breaks renderer? thanks, scott
... View more
05-19-2010
09:58 AM
|
0
|
3
|
743
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|