|
POST
|
...right, it looks like that is for QGIS and doesn't appear to be too difficult to deal with the plug-in for that software. I do not think it will work for ArcMap.
... View more
03-31-2016
10:23 AM
|
0
|
0
|
6330
|
|
POST
|
Maybe try this article? ArcObjects Help for Java developers What plug ins are you wanting to install? ...oh, that looks like a plug-in for another software...
... View more
03-31-2016
10:10 AM
|
0
|
3
|
6333
|
|
POST
|
Can't fight the budgets.... Don't tell anyone but there may be a way to do this in another software that may be [cough] free... qgis - Create polygon layer from polyline layer - Geographic Information Systems Stack Exchange
... View more
03-31-2016
09:52 AM
|
0
|
5
|
6333
|
|
POST
|
Hi Oz, How many lines do you have? You could just digitize it if it isn't too much work.
... View more
03-31-2016
09:35 AM
|
0
|
7
|
6334
|
|
POST
|
Hi Keith, Have you tried exporting your shapefile to a geodatabase and performed the join then?
... View more
03-31-2016
09:22 AM
|
0
|
1
|
721
|
|
POST
|
Gavin, Just a couple of thoughts. Have you tried clearing your cache (deleting browser history) in Chrome? Sometimes I find that this helps with my ArcGIS Online maps. Also, have you tried viewing this basemap in Chrome incognito? Where are you located?
... View more
03-31-2016
08:26 AM
|
0
|
1
|
4890
|
|
POST
|
Hmmm, at this point, I would put in some print statements for debugging to see what is actually being returned by "newArea" and "orgArea" to make sure they are valid and to make sure it is what you expected. Is it certain that those two are numbers and that they are divisible with each other?
... View more
03-31-2016
08:04 AM
|
0
|
0
|
3549
|
|
POST
|
Hi Patrick, Consider blocking your code properly in the thread to make it easier to read: Use Advanced Editor > double arrows > syntax > python Also, consider using arcpy.da.SearchCursor instead of arcpy.SearchCursor as the "da" method is newer and faster. Where is the code throwing an error? Do you get an error message?
... View more
03-31-2016
07:40 AM
|
0
|
2
|
3549
|
|
POST
|
Kelly, It looks like you cannot perform an analysis unless you are logged into that particular organization, is that right? I mean, if you are working with your own data, then this is ok but otherwise, you cannot 'analyze', data without being logged in. Is this because it consumes credits?
... View more
03-31-2016
07:30 AM
|
0
|
1
|
610
|
|
POST
|
Hi Gabriel, On the flip side, take a look at this for what is not in Pro: Tools that are not available in ArcGIS Pro—Appendices | ArcGIS for Desktop And it may be safe to assume that what is not in the "not" list would be in Pro (plus more)
... View more
03-31-2016
07:24 AM
|
2
|
1
|
1684
|
|
POST
|
Out of curiosity, do you have 10.2.3 version (which appears to be the latest version)? What OS is running on your HP Elitebook?
... View more
03-31-2016
07:04 AM
|
0
|
0
|
911
|
|
POST
|
Dan, For working with extensions in ArcPy, would it be good to always start the scripts off with : import arcpy
if arcpy.CheckExtension("3D") == "Available":
arcpy.CheckOutExtension("3D")
else:
print "3D Analyst license is unavailable" Or does that mess things up if the license is already checked on in the local desktop ArcMap?
... View more
03-31-2016
06:16 AM
|
1
|
4
|
2259
|
|
POST
|
Hi Gavin, Can you share the link to the basemap here so that we can test it?
... View more
03-31-2016
06:05 AM
|
0
|
1
|
4888
|
|
POST
|
Hi Edward, I agree with Jeff on never using the "Create Layer From Selected Features" option since things rarely go well with it. Jeff lists some good alternatives. You could also look into creating a definition query to just show the data that you want to show from that particular dataset. Displaying a subset of features in a layer—Help | ArcGIS for Desktop
... View more
03-31-2016
06:03 AM
|
1
|
0
|
1146
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 4 | 3 weeks ago | |
| 2 | 3 weeks ago | |
| 1 | 02-09-2026 03:32 PM | |
| 2 | 02-05-2026 07:06 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|