|
POST
|
just a thought, line 41, nothing is going to like a name with a space in it DEM + ' ' +'elevation'
... View more
09-11-2020
09:02 AM
|
0
|
2
|
2941
|
|
POST
|
You still didn't fix the rest like I suggested. Lines 34 onward you need a colon after cursor The remaining lines need to be indented you redefine row as an empty list Did you not get any error messages? with arcpy.da.UpdateCursor(ptSelection, targetFields) as cursor:
for row in cursor
row = []
row.append(fldDict['WellID']
row.append(fldDict['dep']
row.append(fldDict['type']
row.append(fldDict['Geothermal']
row.append(fldDict['GeoWaterUs']
row.append(fldDict['Temp']
row.append(fldDict['TempDate']
rows.updateRow(row)
... View more
09-11-2020
08:50 AM
|
1
|
4
|
2648
|
|
POST
|
on the file selection line to the immediate right of the filename is a circular arrow... hit it, it refreshes the file path and its contents
... View more
09-11-2020
02:19 AM
|
0
|
3
|
5761
|
|
POST
|
You can't be using python 3.6.10 because print "There are no features selected" would have errored out. Also, line 35 needs a colon for row in cursor and 36-43 need to be indented. And, why not remove the try- except stuff, dedent your code accordingly so you get unaltered error messages. You get trackback error lines numbers and error messages without them AND no errors get hidden or obfuscated.
... View more
09-10-2020
08:00 PM
|
2
|
1
|
2648
|
|
POST
|
Tech Support is your last recourse. To verify... copy a few *.asc to a folder in C:\ and see if it works. If it does, that leaves USB source, but that could be a windows thing, not due to Pro.
... View more
09-10-2020
07:48 PM
|
0
|
5
|
5761
|
|
POST
|
Maybe the difference is 2.6.0 vs my 2.6.1. On another thought, I was working in a simple local folder path. Maybe yours is different. Since it works as described, you will have to figure out where yours is different.
... View more
09-10-2020
06:30 PM
|
0
|
7
|
5763
|
|
POST
|
browsing works... but you have to look south to get the list of *.asc files... inconvenient perhaps
... View more
09-10-2020
05:28 PM
|
0
|
0
|
5760
|
|
POST
|
You don't... and if you are thinking of other updates... see https://community.esri.com/thread/257737-timeline-for-python-upgrade
... View more
09-10-2020
12:53 PM
|
0
|
0
|
1488
|
|
POST
|
BUG-000129805: Running the Layer to KML geoprocessing tool works in.. not addressed yet
... View more
09-10-2020
12:48 PM
|
1
|
0
|
3844
|
|
POST
|
This pretty well sums it up Geoprocessing considerations for shapefile output—ArcGIS Pro | Documentation but if you are just creating them and not doing anything analysis/geoprocessing wise, then you will have to evaluate it in that light. Be aware of the file size limit should your 800K polygon approach that limit
... View more
09-10-2020
02:35 AM
|
1
|
1
|
2145
|
|
POST
|
If it is complaining about unknown coordinate system, then it isn't being read or it is incorrect. Try Define Projection
... View more
09-09-2020
06:56 PM
|
2
|
0
|
1971
|
|
POST
|
Drew Flater In the interim, perhaps you might be interested in the current complete list of shortcuts ArcGIS Pro keyboard shortcuts—ArcGIS Pro | Documentation
... View more
09-09-2020
04:01 PM
|
1
|
0
|
2541
|
|
POST
|
That was a few versions ago with no report back. If you have a test report, either try the tool Export Report To PDF (Data Management)—ArcGIS Pro | Documentation or through arcpy Report—ArcGIS Pro | Documentation or you could look back in time to see if it was addressed Release notes for ArcGIS Pro 2.6—ArcGIS Pro | Documentation plus previous versions
... View more
09-09-2020
03:54 PM
|
0
|
2
|
5866
|
|
POST
|
From here... An overview of the Map Series toolset—ArcGIS Pro | Documentation you could use Grid Index Features (Cartography)—ArcGIS Pro | Documentation or Strip Map Index Features (Cartography)—ArcGIS Pro | Documentation to use in Map series—ArcGIS Pro | Documentation
... View more
09-09-2020
01:56 PM
|
2
|
1
|
2721
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 1 | 4 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago |