POST
|
I hope you all are enjoying the virtual UC. I just downloaded and installed the Insights Desktop. I need to use the desktop version because of personally identifiable information (PII) that is not allowed on our ArcGIS Online organization system. There is a option shown to add local content but I'm completely befuddled on how to add local content. The Add button is not available. Any tips? Also, is the Insights version comparable with the Online Version? Thanks
... View more
07-13-2020
12:00 PM
|
0
|
4
|
121
|
POST
|
Thank you very much for the information on installing packages and import other notebooks as functions. That is real exciting and I didn't know it could be done. What I was asking about was much more mundane. That is, one you have Online Notebook open, is there a way to open another Notebook without having to go to Contents. An analogy is that you can open Samples as shown here next to Save. It would be nice to have another button here that says My Notebooks which opens another tab in the browser with a list of you notebooks.
... View more
04-24-2020
08:35 PM
|
0
|
1
|
145
|
POST
|
In the notebook environment. In the files. As shown here I see /arcgis. Would this be a place to also opened up notebook files that I can find in Content? Thanks.
... View more
04-16-2020
09:02 AM
|
0
|
6
|
145
|
POST
|
Thank you. I'm enjoying the beta and look forward to future developments.
... View more
04-16-2020
08:58 AM
|
0
|
0
|
111
|
POST
|
I can find my existing scripts in AGOL Contents. Are the scripts available once you open the Notebook. I would have expected them to be accessible through the Files are where the default home and samplesdata are or next to the Save button on the left. Thanks Brian
... View more
04-03-2020
12:44 PM
|
0
|
8
|
337
|
POST
|
Hi, I'm enjoying the beta. Thanks for getting it out there. Is it possible to schedule a script to run periodically? If so, what is the best practice for managing the password. Thanks
... View more
04-03-2020
12:40 PM
|
5
|
2
|
287
|
POST
|
Hi Kara, I'm trying the same thing and I get a job failed error I've logged in to the organizational account in the script where I'm an administrator and here is the rest of the code from arcgis . features import FeatureLayerCollection oldcsv = gis.content.get('ecc751eadabe43c083360c07bb7cghbc') oldcsvFLC = FeatureLayerCollection.fromitem(oldcsv) oldcsvFLC.manager.overwrite(r'C:\path\out4.csv') And the response below. This test was done on 40 records but I eventually want to use a dataset with >100,000 Any trick you are using to get this to work. I'm trying to overwrite a hosted table too. Thanks Brian --------------------------------------------------------------------------- Exception Traceback (most recent call last) <ipython-input-51-7974c8cc0fe0> in <module> ----> 1 oldcsvFLC . manager . overwrite ( r'C:\path\out4.csv' ) ~\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone1\lib\site-packages\arcgis\features\managers.py in overwrite (self, data_file) 1324 #region Perform overwriting 1325 if related_data_item . update ( item_properties = params , data = data_file ) : -> 1326 published_item = related_data_item . publish ( publish_parameters , overwrite = True ) 1327 if published_item is not None : 1328 return { 'success' : True } ~\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone1\lib\site-packages\arcgis\gis\__init__.py in publish (self, publish_parameters, address_fields, output_type, overwrite, file_type, build_initial_cache) 9030 return Item ( self . _gis , ret [ 0 ] [ 'serviceItemId' ] ) 9031 else : -> 9032 serviceitem_id = self . _check_publish_status ( ret , folder ) 9033 return Item ( self . _gis , serviceitem_id ) 9034 ~\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone1\lib\site-packages\arcgis\gis\__init__.py in _check_publish_status (self, ret, folder) 9257 #print(str(job_response)) 9258 if job_response . get ( "status" ) in ( "esriJobFailed" , "failed" ) : -> 9259 raise Exception ( "Job failed." ) 9260 elif job_response . get ( "status" ) == "esriJobCancelled" : 9261 raise Exception ( "Job cancelled." ) Exception : Job failed.
... View more
04-01-2020
12:57 PM
|
0
|
3
|
800
|
POST
|
Hi, I'm having trouble overwriting a hosted table using the python api in Jupyter Notebooks. I've logged in to the organizational account in the script where I'm an administrator and here is the rest of the code oldcsv = gis.content.get('ecc751eadabe43c083360c07bb7cghbc') oldcsvFLC = FeatureLayerCollection.fromitem(oldcsv) oldcsvFLC.manager.overwrite(r'C:\path\out4.csv') And the response below. This test was done on 40 records but I eventually want to use a dataset with >100,000 Any guidance or suggestions would be most welcome. I simply want to update the hosted table which would be joined to a feature class of admin boundaries. Thanks Brian --------------------------------------------------------------------------- Exception Traceback (most recent call last) <ipython-input-51-7974c8cc0fe0> in <module> ----> 1 oldcsvFLC . manager . overwrite ( r'C:\path\out4.csv' ) ~\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone1\lib\site-packages\arcgis\features\managers.py in overwrite (self, data_file) 1324 #region Perform overwriting 1325 if related_data_item . update ( item_properties = params , data = data_file ) : -> 1326 published_item = related_data_item . publish ( publish_parameters , overwrite = True ) 1327 if published_item is not None : 1328 return { 'success' : True } ~\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone1\lib\site-packages\arcgis\gis\__init__.py in publish (self, publish_parameters, address_fields, output_type, overwrite, file_type, build_initial_cache) 9030 return Item ( self . _gis , ret [ 0 ] [ 'serviceItemId' ] ) 9031 else : -> 9032 serviceitem_id = self . _check_publish_status ( ret , folder ) 9033 return Item ( self . _gis , serviceitem_id ) 9034 ~\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone1\lib\site-packages\arcgis\gis\__init__.py in _check_publish_status (self, ret, folder) 9257 #print(str(job_response)) 9258 if job_response . get ( "status" ) in ( "esriJobFailed" , "failed" ) : -> 9259 raise Exception ( "Job failed." ) 9260 elif job_response . get ( "status" ) == "esriJobCancelled" : 9261 raise Exception ( "Job cancelled." ) Exception : Job failed.
... View more
04-01-2020
06:43 AM
|
0
|
2
|
614
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|