|
IDEA
|
William, you can copy FDL files anywhere on your filesystem, that will let you share them. If you open an FDL file with Notepad you can see it is just text pointing to the data. Project-domiciled FDS files are under consideration for a future Pro release.
... View more
05-09-2017
07:00 AM
|
0
|
0
|
1348
|
|
POST
|
Data Interoperability extension can convert LAZ to LAS Dataset. Regards
... View more
05-08-2017
01:32 PM
|
0
|
0
|
11017
|
|
POST
|
Hi, I took a look at the DWG and can't see any extended data to turn into attributes. I'm using Data Interoperability, not AutoCAD, I'll see if a colleague who has that can dig up anything hidden.
... View more
05-03-2017
09:10 AM
|
1
|
1
|
6207
|
|
POST
|
The Tasks framework in ArcGIS Pro might be what you need.
... View more
05-02-2017
07:14 AM
|
1
|
0
|
3669
|
|
POST
|
In the Catalog window of ArcMap open up the toolbox in which you have saved your model and right click. There will be an option to create a Spatial ETL tool. The Workbench application will open. Add a Reader for your lines data (whichever geodatabase type you are using) and add a Writer for Netezza. It should default to writing the schema from the lines, if not plumb that in. Creating a spatial ETL tool—Help | ArcGIS Desktop
... View more
04-18-2017
07:30 AM
|
1
|
0
|
2634
|
|
POST
|
Ah I see. If you are embedding Quick Export in a Model it will try and inherit the GP environment and there may be a bug in this. Log a support call. Try adding a selection step in your model (make layer, select by attributes) or create a Spatial ETL tool that takes the output from Select Data and writes to Netezza.
... View more
04-18-2017
07:03 AM
|
1
|
0
|
2634
|
|
POST
|
Jim, why use Quick Export? You can use Copy Features or Feature Class to Feature Class. I have seen the warning you're seeing in Spatial ETL tools and as far as I know it is meaningless.
... View more
04-18-2017
06:37 AM
|
0
|
2
|
2634
|
|
POST
|
Hi arcpy.da.ExtendTable is a way to quickly add fields, below some lines from a tool of mine: arcpy.CreateFeatureclass_management(outPath,outName,'POINT', spatial_reference=sR) narray = numpy.array([], numpy.dtype([('_ID', numpy.int), ('ResultID',numpy.long), ('Loc_name','|S23'), ('Status','|S1'), ('Score',numpy.double), ('Match_addr','|S300'), ('Addr_type','|S50'), ('AddNum','|S80'), ('AddNumFrom','|S10'), ('AddNumTo','|S10'), ('Side','|S1'), ('StPreDir','|S20'), ('StPreType','|S50'), ('StName','|S100'), ('StType','|S30'), ('StDir','|S20'), ('StAddr','|S300'), ('Nbrhd','|S80'), ('City','|S120'), ('Subregion','|S120'), ('Region','|S120'), ('Postal','|S20'), ('PostalExt','|S70'), ('Country','|S30'), ('LangCode','|S10'), ('Distance',numpy.double), ('X',numpy.double), ('Y',numpy.double), ('DisplayX',numpy.double), ('DisplayY',numpy.double), ('Xmin',numpy.double), ('Xmax',numpy.double), ('Ymin',numpy.double), ('Ymax',numpy.double)])) arcpy.da.ExtendTable(outFC,arcpy.Describe(outFC).OIDFieldName,narray,"_ID") arcpy.AlterField_management(outFC,'Nbrhd',new_field_alias='Neighborhood')
... View more
04-17-2017
07:07 AM
|
1
|
1
|
3330
|
|
POST
|
Maybe we need some civil engineering smarts - is there an algorithm to place columns to support an arbitrarily shaped roof with N>=3 columns bearing equal load? Then do a Voronoi split of the polygon.
... View more
04-04-2017
12:38 PM
|
0
|
0
|
5370
|
|
POST
|
Hi Flavie You need Data Interoperability extension installed and enabled, then you will see a Spatial ETL tool, in the advanced parameters is a Python shutdown script. My apologies for not explaining, it was an early start :-).
... View more
04-04-2017
09:19 AM
|
1
|
1
|
4098
|
|
POST
|
Bonjour Flavie It might be arcpy is not loading properly. Please see how I call arcpy in this example: http://www.arcgis.com/home/item.html?id=7e51a30ca0e54988b073e5d589e4441b Making a subprocess ensures the Python environments are clean. Regards
... View more
04-04-2017
07:36 AM
|
0
|
3
|
4098
|
|
POST
|
Try using the geoprocessing tool manually and supplying a where_clause like "Status - 'U'" as in the Help. Log a call if that works but your script fails. You might need to supply the workspace environment too.
... View more
03-28-2017
12:32 PM
|
0
|
0
|
721
|
|
POST
|
Hello All If you have ArcGIS Server installed on the same machine as Desktop you can experience an incompatibility in Python environments that will cause this error. The Workbench is finding the 64bit environment installed by Server before that installed by ArcGIS Pro. We are working on this issue, in the meantime the workaround is to uninstall Server. Regards
... View more
03-28-2017
08:43 AM
|
0
|
0
|
1733
|
|
POST
|
Scripting section in the Help: An overview of scripting ArcGIS Server administration—ArcGIS Server Administration (Windows) | ArcGIS Enterprise Tools from a colleague: https://www.arcgis.com/home/item.html?id=12dde73e0e784e47818162b4d41ee340 ...you may need to upgrade.
... View more
03-27-2017
09:11 AM
|
2
|
0
|
3247
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 1 | a month ago | |
| 1 | a month ago | |
| 1 | a month ago | |
| 4 | 05-28-2026 05:58 AM |
| Online Status |
Online
|
| Date Last Visited |
12 hours ago
|