|
BLOG
|
Thanks Dan! What do you mean by 'clean everything out and start again', delete the clone and clone attempts and then create a new clone? I'm not very familiar at all with conda and so I must have lucked out the first go around with getting the clone and spyder working. I had previously created a shortcut as Duncan had outlined in this post (https://community.esri.com/people/Hornbydd/blog/2019/11/13/installing-spyder-ide-for-arcpro ) for using spyder. Thanks again for your help!
... View more
02-27-2020
11:04 AM
|
0
|
0
|
27496
|
|
BLOG
|
Hi, I had successfully installed Spyder thru a clone environment and it had been working until I updated to ArcGIS Pro 2.5 and then had a type mismatch in the clone environment. I was able to create a new clone and added the spyder package again similar to before thru the 'add package' within ArcGIS Pro. (your steps above). However now when I go click on the spyder.exe in my Users file path (same as before), I'm getting an error, "This application failed to start because it could not find or load the Qt platform plugin "windows" in "". Reinstalling the application may fix this problem." I've been looking around and found info related to the error with setting a new system environment variable with the correct path for "QT_PLUGIN_PATH path" but I'm not sure of what path to use. I tried the suggestion of “C:\Users\<username>\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone\Library\plugins\platforms” but this didn't resolve the issue or I'm not even sure the plugin is there. How do I find the exact name of the plugin? Is it installed elsewhere with the default install that I could copy it to the file path above? Has anyone else received this error and can help troubleshoot? Thanks, Kathy
... View more
02-27-2020
10:25 AM
|
0
|
0
|
27496
|
|
DOC
|
Hi Jake Skinner and Adam Eversole, I've using ArcGIS Pro's Feature Class to Feature Class tool: that you mention above in a script tool for other staff to use and it has been working great to download hosted AGOL feature layer data. However today I noticed that even though the Feature Class to Feature Class—Conversion toolbox | Documentation says it works with Basic, Standard and Advanced I'm getting a warning that the tool completes but with errors. The error is 001102: You must have at least the standard license to run this tool with the specified data. Apparently features with attachments must have a license level other than ArcGIS Desktop Basic to be copied. Ugh I had been working with an advanced ArcGIS Pro license but I'm glad I switched to basic to see this error since the script tool/workflow process I'm working on is for staff that use the basic version. I'm frustrated to find this error and wonder why a person has to have a standard license or higher to download attachments? Also just for clarification, the feature class to feature class tool does not allow hosted AGOL feature layer downloads in ArcMap correct only thru your tool Jake? Thanks for your help, Kathy
... View more
02-22-2020
11:11 AM
|
0
|
0
|
14484
|
|
POST
|
Hi, I am new to using the ArcGIS API for Python and starting to experiment with some of its capabilities. My concern is the number of credits I might consume and best practices for avoiding credit usage if possible. Currently, I am creating feature layers in which some of the fields will be populated using ESRI Field Apps (Collector for ArcGIS/Survey123). After each survey, I need a script to run and calculate values for other fields based on the survey data. The feature layers are currently stored in AGOL but I learned field calculator definitions are not saved so my alternative was to prepare a script to run after each survey. In addition to calculating fields, I also need to intersect the survey points with two other feature layers and populate those values in the table. I see the overlay uses credits, is there a way to get around this such as having output saved to a view similar to the join tool? Best practice 1 or 2? 1) Use the ArcGIS API for Python to download survey data after each survey and then run script for all calculations and intersect locally with 0 credit usage? Upload/append survey records to hosted feature layer with post-processed survey results. 2) Create a script using the ArcGIS API for Python to run all field calculations including intersect on survey data but with zero credit usage (is this possible?). Thanks in advance!
... View more
02-03-2020
02:27 PM
|
0
|
0
|
1336
|
|
POST
|
Thanks April for the update and bug number. Have you been able to create a work around in the interim or gotten it work with a new web map? Thank-you!
... View more
01-24-2020
08:47 AM
|
0
|
0
|
1473
|
|
POST
|
Hi April, I'm having the same issue today with my configured pop-ups not showing the same in Collector for ArcGIS. Did you figure out anything? Thanks, Kathy
... View more
01-23-2020
06:05 PM
|
0
|
2
|
1473
|
|
POST
|
Hi Nick Black, Thanks for the quick response and info on the Eos integration. I have seen that integration but it wouldn't be useful for our workflow. We want to use Collector for ArcGIS to map features such as drawing in a portion of the coastline showing certain features from an airplane. So a person would be in the airplane and basically sketching in lines to match the features they are seeing if that makes sense. Thanks for the info on the Apple pencil. Kathy
... View more
01-23-2020
09:42 AM
|
0
|
0
|
1535
|
|
POST
|
Hi Nick Black, I wanted to add in that our organization would very much like the ability to add in offset lines and polygons from the receiver's location. The current workflow for the the line vertex starting at the current location and then having to move is way to cumbersome. We are trying to use the new Collector for aerial surveys where time is of the essence. We haven't used the old Collector but knowing the functionality is in the old version and not the new is discouraging. I also see that Survey123 has the geotrace option for sketching lines but don't like the idea of needing to switch apps just to draw a freehand line? So yes please do include freehand sketch tools that allow easier data collection of offset lines and polygons. Why do you ask about the apple pencil? Is this needed for sketching? Thanks, Kathy
... View more
01-23-2020
08:20 AM
|
1
|
2
|
4047
|
|
POST
|
Hi, I'm kind of jumping in on this thread but I recently learned that Arcade is disabled when the sync or track edits for a feature layer is enabled. I've seen the documentation link above but I was wondering why is this? I have feature layers that have sync/edit tracking enabled for use in Collector for ArcGIS and Survey123, and I would like to have calculated values based on other feature layers in which case Arcade seems like the correct option. I also would like to compute an intersect for a new point feature and attribute a field in the point layer with that of polygon feature layer. Is this functionality possible with SQL? Thanks in advance!, Kathy It look like Michael Kelly hasn't logged in to GeoNet in some time so I'm mentioning Kylie Donia in hopes of getting a response. Thank-you!! collector for arcgis*, arcgis online arcade
... View more
01-22-2020
02:45 PM
|
3
|
0
|
4840
|
|
POST
|
Hi, I've recently added a point/line feature layers to WAB for folks to edit. I've added fields for latitude/longitude to the point layer. I was hoping for clarification on the edit tool for points. Can a person add a point via the edit tool by specifying a lat/long? Or can the lat/long be extracted similar to calculate geometry used in desktop versions for the new point? We want to display the lat/long as labels. Currently the work around is to use the Coordinate Conversion widget to either navigate to the lat/long and also to find the coordinates to the edited new point. Then by hand add the lat/long values to the table based on the coordinate conversion tool. Thank-you!, Kathy
... View more
12-12-2019
11:34 AM
|
0
|
0
|
1112
|
|
POST
|
Hi!, I am still curious about templates and collector. Thank-you!! Kathy
... View more
11-22-2019
05:13 PM
|
0
|
0
|
635
|
|
POST
|
Hi Kelly, I just recently learned about subscriber content and trying to add it to a public web app. I'm trying to figure out how many credits the 1 content layer would consume? I've been searching on the web and not getting much in terms of answers. I see I can configure how many times a day. So if I say I want to allow 100 times/day I have no idea what this translates into for credit usage. Is there a link or more info on this? Thanks in advance for your help!, Kathy
... View more
11-21-2019
05:40 PM
|
0
|
2
|
2019
|
|
BLOG
|
Yes that definitely helps! I did have the processing template changed to cartographic renderer and can see the temperature values in Celcius in the pop-up but the legend just displays Red: Band_1, Green: Band_1, Blue Band_1. I should mention I did have the time set to "Each feature has a single time field" so I could have it select a certain day so maybe that is messing it up? I feel like I'm missing something simple on getting that changed? Is it also possible to have it render with a custom range so it could have the same legend for multiple maps with different days? Thank-you!
... View more
11-21-2019
12:31 PM
|
0
|
0
|
2767
|
|
BLOG
|
Hi Dan, Thanks for the info but I am able to display the dataset by a specific day but what I'm wondering is how to show the actual sea surface temperature range of values displayed on the map? For example the values could be shown in the map legend? Thanks!, Kathy
... View more
11-21-2019
12:08 PM
|
0
|
0
|
2767
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-18-2026 01:21 PM | |
| 1 | 10-02-2023 03:06 PM | |
| 2 | 10-09-2025 08:45 AM | |
| 1 | 03-03-2025 10:42 AM | |
| 1 | 12-03-2024 01:10 PM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|