Create 3D ACO Tools

Open
#142 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
tooling

Research direction

Start by reproducing the ConvertACOto3D GP tool and inspect create3DACO.py at line 24, especially the value in row[4]. Trace which input produces the None value, then verify that the tool completes and creates the 3D ACO output without the TypeError.

Written by the indexing model from the issue text.

Description

Whenever I run the GP tool to create the 3D ACO's I get an error:

Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\temp\tools\scripts\airspacemanagement\create3DACO.py", line 24, in
arcpy.AddMessage("Processing 3d Geometry for " + row[4])
TypeError: cannot concatenate 'str' and 'NoneType' objects

Failed to execute (ConvertACOto3D).

Dominant language
Python
Stars
7
Forks
6
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Esri/air-c2-cop-python

All issues in Esri/air-c2-cop-python

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.