|
POST
|
No, they should be separate, but you should have allocated them the same way you did the core Pro, thru the myesri website. But it also assumes that your are on maintenance.
... View more
12-12-2017
01:08 PM
|
1
|
2
|
3102
|
|
POST
|
Did you convert any of your "named users" extensions in the same process as you did the core? They should show up then with the concurrent use core licenses in the license manager. Once converted to concurrent, they will not show on the ArcGIS Online page anymore. edit: that is, pro-extensions and Desktop extensions are treated separately, just like the core. GRID below is spatial analyst for Desktop, the "spatialAnalystP" is for Pro.
... View more
12-12-2017
12:48 PM
|
0
|
5
|
3102
|
|
POST
|
it looks like your except creates a message "pymsg", but you aren't printing it. Because I switch a lot between the different script windows and tools, etc, I always add a simple function and call it. It may dupe the response in a python window, but it helps when switching between. fwiw def myMsgs(message):
arcpy.AddMessage("{0}".format(message))
print("{0}".format(message) ) then call it with myMsgs("my message here, and variable if I want {0}, {1}".format(var1, var2))
... View more
12-12-2017
10:39 AM
|
2
|
1
|
1901
|
|
POST
|
What sometimes helps, especially if you had 3rd party extensions that were not deleted prior to uninstalling 10...reinstall 10, go to add/remove programs and remove the third party extensions....a reboot doesn't hurt....then use add/remove to remove ArcGIS. This sometimes is easier than messing with the registry.
... View more
12-12-2017
07:35 AM
|
1
|
0
|
6393
|
|
POST
|
Ahh...that was an issue yes, thanks (been a while since I was on iTunes). As mentioned, this version of iTunes (work) I have not upgraded yet so it now does show "Apps". I will check at home tonight to verify it is all good, before closing out this thread. Thanks! edit: Thanks for your help, Peter, James and Kylie. I confirmed that the "File Sharing" will work with my older iPad on Win10 with the latest iTunes. James/Kylie, please make sure the help pages for all affected apps (with offline capabilities like this) get updated.
... View more
12-11-2017
11:34 AM
|
0
|
0
|
3660
|
|
POST
|
Kylie, see my note above (i.e. not "File Sharing" on my iTunes)
... View more
12-11-2017
11:12 AM
|
0
|
0
|
3660
|
|
POST
|
I wonder if I didn't get that option because my ipad is too old (iOS 9.3.5) or because I haven't activated "home sharing"? I haven't upgraded my work computer to the latest itunes (win7 machine) yet, pending another solution, but I also don't remember seeing the "File Sharing" option on the list --on my home win10 machine -- either. The system requirements still state Requirements—Collector for ArcGIS | ArcGIS iOS 8 or later You phone is most likely iOS 10.x? Did you have to turn on home sharing or do anything else? btw...this time it did let me browse in file explorer (no drive letter), but only the picture folders...not apps. I think this was the case in the past too.
... View more
12-11-2017
11:09 AM
|
0
|
2
|
3660
|
|
POST
|
I did an update to the latest iTunes yesterday, and after the update and on startup, a window popped up that said "apps" are no longer managed thru iTunes and only online thru the store (paraphrasing). This makes the instruction for Go offline—Collector for ArcGIS | ArcGIS obsolete. I could also not find the mapped iPad in my File Explorer. So I think that would also break the instructions for copying a .tpk directly to you device as explained Prepare basemaps for offline use—Survey123 for ArcGIS | ArcGIS and may affect use of other esri apps offline too. Has anyone found a work around for this? Am I the only one with this issue? Note: older ipad (ios 9.x...can't upgrade to 10.x)...tried on both a Win7 and win10 machine. I did not log into the itunes store when I tested. Survey123 for ArcGIS
... View more
12-11-2017
09:56 AM
|
0
|
9
|
4204
|
|
POST
|
ArcPy is the python module fir most ArcMap tools. There are many resource list fir learning Python, arcpy and other geoprocessing skills (beyond model builder) already on geonet. The help documents include many good code snippets and samples on using Python/arcpy, in fact, almost all the ArcGIS tools show samples of using the command line or have sample scripts. you may want to start What is ArcPy?—Help | ArcGIS Desktop
... View more
12-10-2017
07:13 PM
|
0
|
0
|
1381
|
|
BLOG
|
Another way to get to that page, and to make sure you are using the correct email, if you edit your profile you can get to it... ...for those like me that have multiple emails associated with arcgis accounts.
... View more
12-07-2017
04:29 PM
|
0
|
0
|
2359
|
|
POST
|
It would help if you reposted you code /blogs/dan_patterson/2016/08/14/script-formatting?sr=search&searchId=147137e7-ef65-4684-ba98-d682e01df9b7&searchIndex=0 so any indentation errors can be eliminated. May be overkill, but I have a /blogs/myAlaskaGIS/2015/08/31/python-addin-for-data-inventory-and-broken-link-repair?sr=search&searchId=0c2f92b4-77f3-459c-89c4-c71ea7e1e142&searchIndex=1 which might help. If the links aren't currently broken, just rename the .sde connection file to make them broken and see if it lists them. Test on a copy of mxd's in a test folder first.
... View more
12-07-2017
02:17 PM
|
0
|
0
|
1873
|
|
POST
|
I'm not sure if this would make a difference or not, but did you install it as you, or was the user logged on? Addin's normally get place in C:\Users\<user>\AppData\Local\ESRI\<Desktop10.x>\AssemblyCache\ {longID} so if you install as you, maybe it isn't in their User's appdata directory. I'm not sure if that would cause the issue of the menu not showing by default not. tagging https://community.esri.com/groups/python-addins?sr=search&searchId=f01df5fb-9321-4d90-a165-fb64dc727307&searchIndex=2
... View more
12-07-2017
01:24 PM
|
0
|
1
|
1776
|
|
POST
|
....watch that you don't run out of disk space. Something we don't necessarily think about anymore with disk space being fairly cheap these day. We still have older machine where expanding disk space is not easy, but they are also not used heavily, so good workhorse for doing things that take days/weeks. But running a "create overlay" on my rgb mosaic last night brought it to 0 (at about 76% complete). That was my 10.2.x machine as a comparison to an issue I'm having with my 10.5.1 test box. Oh the joys of having things run for hours/days/weeks and not finishing.
... View more
12-07-2017
11:46 AM
|
0
|
1
|
4282
|
|
POST
|
tagging https://community.esri.com/community/developers/gis-developers/python?sr=search&searchId=7b113f9c-5599-4474-b879-ab8c86c4c6fb&searchIndex=3 since I assume you are wanting this in a python script (if not, make sure to specify what you want the script to be written in, or ifyou are just trying in the field calculator box)
... View more
12-07-2017
11:07 AM
|
1
|
0
|
3394
|
|
POST
|
Hi Mark, Sorry, read your OP too fast and didn't piece together that you were trying to make a service (and didn't have Image Server). For fwiw, I went thru the process of justifying Image Server (then an extension) a few years ago. Now (10.5.x) it is a separate product, and I am trying to upgrade from our current 10.2.x production). We will not be federating Portal for the foreseeable future, so that is not in our workflow. What sold me on the extension was cutting my caching of 10 scale from 8-10 days to 1.5 days, while adding 4 more detailed scales. [note: with Image Server, you first cached the source scale, then do the others....it works of the source scale cache.] To me that was worth the cost. But now, I'm looking more at the functions and mostly dynamic services (base map will still have a cache option). We have about 800 GB of rgb imagery that I am currently working on (and it is not the standard WMA projection). I realize this may not help you any (Image Server isn't cheap) but if you are trying to justify it at all, it might. Good luck with your projection efforts.
... View more
12-07-2017
10:10 AM
|
0
|
6
|
4282
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-08-2018 08:21 AM | |
| 1 | 10-07-2015 09:48 AM | |
| 1 | 10-25-2015 12:23 PM | |
| 1 | 11-02-2017 09:00 AM | |
| 1 | 11-04-2016 02:11 PM |
| Online Status |
Offline
|
| Date Last Visited |
03-31-2025
04:56 PM
|