POST
|
I experienced something similar; when using a vector as zone file, it gave me really weird output. But when I rasterized my vector file first to match my raster file, and used that rasterized zones file as zone input file it worked perfectly.
... View more
03-06-2024
05:06 AM
|
0
|
0
|
311
|
POST
|
It is not the clone itself causing the problem, it is a package versioning causing the error. In my case it was Jinja2, but not sure if there are others causing this problem too.. Best to check the log with the Esri support team.
... View more
07-16-2023
11:52 PM
|
0
|
0
|
1271
|
POST
|
Maybe there is another package with versioning, that causes the failure for you? It is still working for me since I kept the older Jinja2 version..
... View more
01-19-2023
05:53 AM
|
1
|
0
|
1581
|
POST
|
The issue got resolved for me: Esri support found out that the issue for me was the Jinja2 package version 3.1.2 in my cloned environment versus 3.0.3 in the original environment. There seems to be an import error in Notebook caused by the Jinja2 package update: ImportError: cannot import name 'contextfilter' from 'jinja2' (C:\ ... \conda\envs\ ... \lib\site-packages\jinja2\__init__.py). As long as 3.0.3 is active in your cloned environment the failure is no longer showing while using the clone.
... View more
01-03-2023
02:56 AM
|
1
|
2
|
1634
|
IDEA
|
Waiting for this update for years now.. It is hard to explain to my colleagues when they ask for an extra attribute field, and I have to sell no to them. Fully agree with your thoughts @RichardHoweRSKECO
... View more
12-11-2022
11:11 PM
|
0
|
0
|
1692
|
POST
|
No, I am in contact with esri service desk to find the solution.
... View more
11-27-2022
12:06 AM
|
1
|
0
|
3065
|
POST
|
Yes, me too. It happened when I created a clone of the python environment and started using it. When switching back to the default environment I can open the notebooks again..
... View more
11-15-2022
06:34 AM
|
3
|
2
|
3138
|
POST
|
Hi, You shouldn't be trying this in the Advanced Formatting section. Immediately after selecting the 'List' widget in your dashboard you'll get an overview of the available layers for the list. In that window there is a section that says 'Data Expression'. There is where you should be. Hope this helps.
... View more
11-17-2021
02:15 AM
|
0
|
0
|
7662
|
POST
|
Hi, Had the same problem but finally found the way to do this: Make sure you are using the new Dashboard (ex-Beta) version Add the list widget and select "Data expressions" Get your feature's itemId and layerId from the ArcGis Assistant. Use this example from Esri and change the parameters to your details in step 3. The key is in the GroupBy, where you can choose your desired 'unique' feature column. You can then use your unique/grouped list to filter the rest of your dashboard!
... View more
04-14-2021
08:07 AM
|
5
|
2
|
8823
|
POST
|
Hi, Just putting this out here in case someone has the same "RuntimeError: create table" and tried all above input as well . I suddenly got this error while the exact same script was working well before. Realized that my dataframe had some NaN's in it. When filled the NaN's with empty strings (if field is a text field..) df = df.fillna('') the script suddenly worked again. If specific fields are e.g. numbers, fill them with a 0.
... View more
12-07-2020
04:18 AM
|
1
|
0
|
2310
|
POST
|
Hi April, Great that you got it working now. Look at my earlier comments in the Integromat Tricks Of The Trade Blog where the use of HTTPS is described. Make sure you look at the "outFields" parameter, where you can select the fields you want to retrieve from the protocol. This is how you get non-edited fields related to the global ID which was edited. Hope it works. Tijs
... View more
11-28-2019
02:57 AM
|
0
|
0
|
1011
|
POST
|
Hi April, The reason it works for me is because I only look at edited features - so the watch is only waiting for edits instead of new features as well. Anyway, it seems you picked the wrong filter; the Condition should be "eventType" equal to "editData"/"addData" Hope this works for you!
... View more
11-21-2019
11:56 PM
|
1
|
3
|
1011
|
BLOG
|
Hi Dominic, I may not have the neatest solution for you, as I am not a HTTP expert. But this is how I got it working; 1) Below the stream; Watch survey -> Make a request -> Parse JSON 2) In the HTTP widget at URL I put the globalId, as that was part of the payload - the objectId was not: 3) The remainder in the HTTP widget i put as follows: 4) To get the output of this request separated into fields you can use for e.g. an email, I set up the Parse JSON widget by following this video: Tutorial: Working with JSON - YouTube Hope this helps! Tijs
... View more
10-24-2019
12:02 AM
|
0
|
0
|
24532
|
BLOG
|
Thank you James, I do not understand how I overlooked that part.. Anyway, got it working now!
... View more
10-23-2019
04:12 AM
|
0
|
0
|
24532
|
BLOG
|
Hi ESRI Team, Could you help Dominic Roberge and me with our question above? It would be really nice if I could update stakeholders of the feature when a change has been made via a survey - but in a way they also can see to which feature the change has been made. E.g.: Person A changes the structural state of building B from 'normal' to 'ramshackle'. Now I can automatically generate an email that says "Status has changed from normal to ramshackle, but I cannot add "Status of building B has changed from normal to ramshackle". Thanks for your support! Groet, Tijs
... View more
10-17-2019
12:27 AM
|
1
|
0
|
24532
|
Title | Kudos | Posted |
---|---|---|
1 | 01-19-2023 05:53 AM | |
1 | 01-03-2023 02:56 AM | |
1 | 11-27-2022 12:06 AM | |
3 | 11-15-2022 06:34 AM | |
1 | 12-07-2020 04:18 AM |
Online Status |
Offline
|
Date Last Visited |
03-07-2024
10:28 AM
|