POST
|
Hi Yann - Yes, AGOL notebook scheduling is still in development but planned to be release the first half of 2021. Thanks for your interest! Josh
... View more
2 weeks ago
|
2
|
1
|
53
|
POST
|
Hi again Asaf! I suspect there's an issue with the dataframe being passed in. Have you verified that the dataframe is valid and being imported correctly? When you call groups_stats_fc does it return <FeatureCollection>? You should also verify that groups_stats_fc_dict is valid. Here's some more info on the import_data method: arcgis.gis module — arcgis 1.8.2 documentation
... View more
10-30-2020
04:24 PM
|
0
|
1
|
89
|
POST
|
arcgis.gis module — arcgis 1.8.2 documentation According to the ArcGIS Python API doc the user object should have an orgId property (user.orgId) but I haven't been able to get that to work - I'll look into that separately. One option is that you could ignore the error by surrounding the logic in a try/catch like below and printing the error message rather than having the code break because of it: Let me know if you have anymore questions.
... View more
10-30-2020
11:05 AM
|
0
|
0
|
145
|
POST
|
Is the error still happening even with this line commented out? When is the error being called? #items=user_obj.items(folder=None, max_items=1000000) I suspect there would be authorisation issues when attempting to grab all the items associated with the external user. Or maybe it's when you try to get the user type of the external user.
... View more
10-30-2020
10:06 AM
|
0
|
2
|
145
|
POST
|
Hi Jason - To what filepath are you trying to output the file to and through which method? Could you provide a snippet of your code? The filepath should be something like '/arcgis/home/{OutputFolderName}'. You should then be able to download the desired content via your user workspace (the files tab). Note: Notebooks in Online cannot save directly to your local disk as if they were installed locally (such as Notebooks in Pro and Jupyter), they are separate from your local file directory.
... View more
10-19-2020
09:49 AM
|
0
|
0
|
71
|
POST
|
Hi Troy, Using the ArcGIS API you can 'get' the item in question via its ID or by searching your content, and then check properties such as description (item.description), thumbnail (item.thumbnail), summary (item.snippet), and its terms of use (item.licenseInfo). These values will be empty strings or null if not already present (except in the case of the thumbnail, which instead would be a path to the default thumbnail). See here for a deeper explanation and a few examples of this. See here for the ArcGIS Python API reference with regards to content. This will list all the properties available to you. Hopefully this answers your question. Let me know if you have any more! Cheers, Josh
... View more
10-15-2020
10:04 AM
|
1
|
0
|
62
|
POST
|
Hey Andry - I see there isn't any hosted content yet in your organisation. This means it hasn't yet been assigned a services hive (Notebooks are hosted services). Try publishing a service (Content Tab -> Create -> Feature Layer -> Select a template (i.e. AEDs)). Once you've been assigned a hive, you should be able to access notebooks. Let me know how it goes. Josh
... View more
10-08-2020
03:14 PM
|
1
|
2
|
89
|
POST
|
Hi Andry, sorry for the delay and for the inconvenience. No solution yet but I am still looking into it. Will update you with info as soon as I can. Josh Edit: Could you provide me the admin username for this org?
... View more
10-08-2020
12:39 PM
|
0
|
3
|
89
|
POST
|
If you can provide the subscription ID for your organisation (Click the organisation tab at the top of the page and you should see it in the top left panel) I can look into things further. Josh
... View more
10-05-2020
02:00 PM
|
0
|
0
|
89
|
Online Status |
Offline
|
Date Last Visited |
2 weeks ago
|