|
POST
|
Hi, I have moved your discussion to the GIS Jobs groups. We would like to keep job postings within this group. Thanks, Timothy
... View more
10-05-2014
06:32 PM
|
0
|
1
|
733
|
|
POST
|
You could use the Generate Near Table tool to create a table showing distance relationships between the schools and the accidents. That table could be summarized for each school showing a numerical relationship. I am going to tag the Transportation space to see if anyone there has some additional input.
... View more
10-02-2014
04:29 AM
|
0
|
1
|
2017
|
|
POST
|
Martin, I created a new pyt with the code provided, and the parameter shows optional for me: Have you refreshed the toolbox since you updated the code? Could you try copying it into a new pyt? Timothy
... View more
09-30-2014
03:53 AM
|
0
|
2
|
4000
|
|
POST
|
I've moved your post into the ArcGIS Viewer for Silverlight space. You will get a much better answer here as the GeoNet Help is intended for community help and feedback. You can see more on the community structure, and what topics are under each space from the following documents: GeoNet Community Structure ArcGIS Discussion Forums Migration Strategy Thanks! Timothy
... View more
09-30-2014
03:43 AM
|
0
|
0
|
736
|
|
POST
|
Right here: GIS Jobs If the link is not visible from the activity stream, you can open up the discussion to see the live links.
... View more
09-29-2014
02:20 PM
|
0
|
0
|
899
|
|
POST
|
I've moved your post into the GIS Jobs space. You will get a more focused audience instead of the broad GeoNet community as you currently have it posted. Thanks! Timothy
... View more
09-29-2014
02:12 PM
|
0
|
0
|
899
|
|
POST
|
I've moved your post into the ArcObjects SDK space. You will get a much better answer here as the GeoNet Help is intended for community help and feedback. You can see more on the community structure, and what topics are under each space from the following documents: GeoNet Community Structure ArcGIS Discussion Forums Migration Strategy Thanks! Timothy
... View more
09-29-2014
08:13 AM
|
0
|
1
|
2069
|
|
POST
|
Valid concern there. I just tested this, and the string and the raw value both are seen correctly.
def getParameterInfo(self):
"""Define parameter definitions"""
param2 = arcpy.Parameter(
displayName="False String",
name="FalseString",
datatype="GPBoolean",
parameterType="Required",
direction="Input")
param2.value = "False"
param3 = arcpy.Parameter(
displayName="False",
name="False",
datatype="GPBoolean",
parameterType="Required",
direction="Input")
param3.value = False
param4 = arcpy.Parameter(
displayName="True String",
name="TrueString",
datatype="GPBoolean",
parameterType="Required",
direction="Input")
param4.value = "True"
param5 = arcpy.Parameter(
displayName="True",
name="True",
datatype="GPBoolean",
parameterType="Required",
direction="Input")
param5.value = True
params = [param2, param3, param4, param5]
return params
... View more
09-28-2014
06:32 PM
|
2
|
1
|
6190
|
|
POST
|
Yep, it's a pathing issue. Fixing it manually as in the provided link or repairing the install, both should work. Glad you got it working.
... View more
09-26-2014
12:17 PM
|
1
|
0
|
1463
|
|
POST
|
It looks like your python install is corrupt. I would try repairing your ArcGIS installation. For those wanting to know the error: ImportError: No module name numpy
... View more
09-26-2014
11:52 AM
|
0
|
2
|
1463
|
|
POST
|
You can set the default value by setting the value like this:
param3 = arcpy.Parameter(
displayName="Overwrite Existing OBJ",
name="Overwrite",
datatype="GPBoolean",
parameterType="Required",
direction="Input")
param3.value = "False"
... View more
09-26-2014
09:31 AM
|
3
|
4
|
6190
|
|
POST
|
I've moved your post into the Mapping space. You may get a quicker response as the question will be seen by a focused audience instead of the broad GeoNet community. You can see more on the community structure, and what topics are under each space from the following documents: GeoNet Community Structure ArcGIS Discussion Forums Migration Strategy Thanks! Timothy
... View more
09-25-2014
11:44 AM
|
0
|
1
|
2007
|
|
POST
|
I've moved your post into the 3D space. You will get a much better answer here as the GeoNet Help is intended for community help and feedback. You can see more on the community structure, and what topics are under each space from the following documents: GeoNet Community Structure ArcGIS Discussion Forums Migration Strategy Thanks! Timothy
... View more
09-18-2014
03:08 PM
|
0
|
0
|
1105
|
|
POST
|
I've moved your post into the ArcGIS for Server space. You will get a much better answer here as the GeoNet Help is intended for community help and feedback. You can see more on the community structure, and what topics are under each space from the following documents: GeoNet Community Structure ArcGIS Discussion Forums Migration Strategy Thanks! Timothy
... View more
09-17-2014
10:16 AM
|
0
|
0
|
855
|
|
POST
|
Is the feature class z enabled? Create Feature Class (Data Management) has_z parameter
... View more
09-16-2014
10:34 AM
|
1
|
1
|
6212
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-27-2015 01:30 PM | |
| 4 | 03-12-2024 05:53 AM | |
| 1 | 05-02-2011 08:14 AM | |
| 1 | 08-28-2015 12:19 PM | |
| 1 | 04-13-2011 05:06 AM |
| Online Status |
Offline
|
| Date Last Visited |
01-15-2026
12:30 PM
|