|
POST
|
I know you said you don't wan't to reproject on the fly, but you mention that you have a mosaic. Have you even tried to see if the reproject function will work for you? It does reproject on the fly, but only the extent and scale that is viewed, from what I understand (still testing myself). It's worth a try if you haven't already tried it. Reproject function—Help | ArcGIS Desktop Other help topics leading up to that page... - What are the functions used by a raster or mosaic dataset?—Help | ArcGIS Desktop - Image Management
... View more
12-07-2017
07:44 AM
|
1
|
8
|
4283
|
|
POST
|
And please do not repost, unless you start with a fresh question and close this one. you can try https://community.esri.com/docs/DOC-2258?sr=search&searchId=047e84bd-9920-4115-ae5e-050988fcdd08&searchIndex=3 to move the post to one of the other areas. Good tips on how to get the most out of your question/post https://community.esri.com/community/help-and-feedback/blog/2016/08/15/community-news-and-tips-how-to-ask-questions-and-get-answers?sr=search&searchId=afa59a8a-7035-4cfc-93a8-cd549965e653&searchIndex=6 re: you're mention of Adobe Flex....I would stay away from that since it is basically dead. Try the JavaScript API as mentioned above, or some of the Web Appbuilder options (I have a /blogs/myAlaskaGIS/2016/03/09/web-appbuilder-developer-edition-customization-resource-list?sr=search&searchId=8f7e6442-9583-4d12-805f-bfbe032eaf38&searchIndex=0 with many link that might help you see if that is a solution for you). Keep in mind that web appbuilder will have a least a little dependancy on ArcGIS Online, so if you are really trying to avoid that, the Javascript API would be a better option.
... View more
12-06-2017
02:21 PM
|
0
|
0
|
2311
|
|
POST
|
"Manage License" is just for Pro licenses. Do you have any named user slots available? I don't use Community Analyst, but my guess is you need Level 2 for that (unless it is read only). Do they already have a named user account in your organization?
... View more
12-06-2017
10:20 AM
|
1
|
2
|
1159
|
|
POST
|
try GitHub - kevinsagis/EnhancedLayerList: Enhanced Layer List adds metadata Dojo dialogs to display the Description and Cop… but yes, it is broken for me too. all kmsagis are kevinsagis / Repositories · GitHub (not trying to steal your thunder by responding Kevin. Thanks for all the widgets!)
... View more
12-06-2017
07:26 AM
|
1
|
1
|
3497
|
|
DOC
|
Thanks Kevin and Rudy Stricklan I'm certainly no expert on the TOS and only put the question out there since someone would eventually ask.
... View more
12-05-2017
09:30 PM
|
0
|
0
|
17187
|
|
DOC
|
kmsagis I added to /blogs/myAlaskaGIS/2017/03/04/web-appbuilder-the-custom-widgets-list-332017?sr=search&searchId=77fba9d2-26c0-4689-81a7-eb6d2ccc9c32&searchIndex=0 and the resource list. Do you know whether this complies with the Goggle Terms of Service?
... View more
12-05-2017
05:39 PM
|
1
|
0
|
17187
|
|
POST
|
What Derek said is correct, but for info on how you can use you ArcGIS Services, you may want to look at https://community.esri.com/thread/119548-locallayerwidget-and-accessifizrwidget I have a ve a list of this and other custom widgets have written, /blogs/myAlaskaGIS/2017/03/04/web-appbuilder-the-custom-widgets-list-332017?sr=search&searchId=7ef5f2cb-1e01-4453-93a4-0dffcf9be776&searchIndex=3
... View more
12-02-2017
05:43 PM
|
1
|
0
|
1149
|
|
POST
|
I moved your post to the Collector group (was in ArcPad). I'm not sure if this would have anything to do with your issue, but there was an update/new-version release yesterday. https://community.esri.com/community/gis/applications/collector-for-arcgis/blog/2017/11/29/collector-for-arcgis-1704-ios-released Maybe that broke something for you (or maybe if you haven't installed, it broke something?) edit...also, some nice tips for geonet posting https://community.esri.com/community/help-and-feedback/blog/2016/08/15/community-news-and-tips-how-to-ask-questions-and-get-answers?sr=search&searchId=b335c97b-c69c-49b4-8800-bdb19ed373d4&searchIndex=5
... View more
11-30-2017
04:24 PM
|
0
|
0
|
717
|
|
POST
|
Why don't you just create an admin connection in ArcCatalog and select multiple and erase them there. I think that would work??
... View more
11-30-2017
01:58 PM
|
0
|
1
|
2715
|
|
DOC
|
I'm seeing is with the live link above, but there is also a link on that page to https://github.com/jasonbot/addin-wizard Might want to try that. fwiw ... some of my tips... https://community.esri.com/thread/74093-tip-python-addins-getting-custom-toolstoolbox-to-work-gptooldialog-error-and-other-tips-822017 (not just that error, btw)
... View more
11-30-2017
11:08 AM
|
0
|
0
|
2175
|
|
POST
|
Hi Jake Skinner , I worked with it again, and I did get it working. (with your code above) I think the error above was either my system just needed a reboot, or may have been the fact that our portal might not have been completely setup correctly. We had to reauthorize and re-set our web adaptor yesterday as we are finally getting 10.5.1 tested. However, when I tried this morning, I was getting a different error.... (ValueError: No JSON object could be decoded) but that was because I was using the URL without the full domain name. (for both the tokenURL and params referer). Once I put the <portal>.<domain>.local in, it worked. I tested in both Wing Pro and ArcCatalog 10.5.1 and it is returning a token for me now. Thanks
... View more
11-29-2017
10:48 AM
|
0
|
0
|
22021
|
|
POST
|
Jake Skinner I'm trying your code out, but getting an error on the ssl.SSLContext line12 Traceback (most recent call last): Python Shell, prompt 32, line 12 AttributeError: 'module' object has no attribute 'SSLContext' I tried it in WingPro and in ArcGIS Desktop 10.3.1....maybe a Python version issue? I'm using a modified version you posted a while back for working with my ArcGIS Server, but it did not have ssl in the code that I can see. Any suggestions?
... View more
11-22-2017
05:20 PM
|
0
|
2
|
22022
|
|
POST
|
The reason it is displaying 9 times, it is most likely because your for DBConn in inFolder loops thru each character of the inFolder path. That is, if you replace the print X with print DBConn you would get (this is why you are printing the same X 9 times) C : \ 1 \ t e s t So, you will want to populate "x" prior to the loop, then do something like for DBConn in x: print DBConn
... View more
11-22-2017
12:30 PM
|
1
|
1
|
1422
|
|
POST
|
...as opposed to having to log in remotely to the license server to see who's using the licenses. If that is the main reason, follow V Stuart Foote 's advice about putting the lmutil.exe in a local folder. Then create some .bat files in the same folder for easy access. For example, we have several license managers. I created sevral small .bat files (chk_av.bat, chk_av2.bat, etc) using any text editor, with one one line... lmutil lmstat -a -c @<my license server name> As Stuart pointed out, this can also include a port number, or can also be an IP number. Because we use the default port now (all within our firewall), I do not have to include that. To run, open a cmd (old DOS) window to that folder, then run it there. Is will list the login_name, machine name, ...some other stuff ...and the stat time. We use this all the time to track users, especially if the limited extensions are all tied up. Note: if the license is "borrowed" vs just being checked out, the login name may not show, and in that case you would need to go to the remote machine to verify. Another option to just see activity is to view the log files. For example: \\<LM Machine>\c$\Program Files (x86)\ArcGIS\License10.5\bin\lmgrd9.log will show all the reboots, and checking in/out, etc. A bit hard to read, and you hard to go from the bottom up for latest, but it has most information you would need. \\<LM Machine>\c$\Program Files (x86)\ArcGIS\License10.5\bin\ESRIAudit.log will show all the "borrowed" activity. <note: c$ depicts the admin connection to the C drive, if you don't have another share setup>
... View more
11-22-2017
11:21 AM
|
0
|
0
|
3268
|
|
POST
|
You may have more luck with responses if this is a question vs a discussion. I converted it for you.
... View more
11-22-2017
10:04 AM
|
0
|
0
|
2323
|
| 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
|