|
POST
|
Here's a diagram for those seeking a visualization of how the freshly deployed Coronavirus Response Solution stack is connected together. Stay frosty out there! Click the image above or use this URL to the items shared from AGOL: https://www.arcgis.com/home/item.html?id=c37fe41680654b0eb59c634b3044e4fb
... View more
03-27-2020
03:55 PM
|
2
|
0
|
947
|
|
POST
|
I noticed when I was trying to install the pydobc ver 4.0.30 module using the Python Package Manager interface (in ArcGIS Pro 2.5) that pyodbc would never really install. There were no error messages or anything, it would just not install. To see what was going on, I tried doing it using conda from the command line, but it would warn me that the gdal module would get rolled back: I said no. My next move was to try it using pip, and it installed without any warnings or anything: My questions are: Is this a good practice? Am I potentially going to cause issues doing this? I'll try it out and see what happens, I was just wondering if any python gurus out there could shed light on potential issues I could expect from using PIP to bypass warnings from Conda. Thanks!
... View more
02-12-2020
11:10 AM
|
0
|
1
|
2832
|
|
POST
|
The data value changes is easy, no big deal. You can do that in Pro with very little effect on the end users. As for the map changes, I get it. I had to make massive changes to several maps because we changed the underlying schema design in a big way to improve analyzing the data later on. Good luck!
... View more
02-05-2020
11:15 AM
|
0
|
0
|
2235
|
|
POST
|
When you say "edit", do you mean the data values, the schema design, or the map itself? If it's the data values, then the answer is yes. You need to import the web map containing the data stored up in AGOL into Pro, and edit it like you would any other dataset. Keep in mind any edits you make are instantly saved with no options to "undo". If it's the schema design, the answer is "yes, but only small schema changes". Small schema design changes (deleting a field, adding a field), then you need to coordinate with your field workers to check in their edits (if they are taking data offline), let them know that the service will be unavailable for a period of time (30 minutes?). Unshare the map and HFL/VL. In Pro, import the map from AGOL, and add/delete fields as needed, save your changes to the fields. Edit data if you need to. Field additions will require you update the AGOL map accordingly, like turn on the new field in your pop-ups if you want users to see them. Field deletions will also require you to modify the AGOL map layer properties accordingly. None of this requires you overwrite anything. Once your changes are completed, just reshare the map/HFL with you users and send them a message telling them they are good to go. However, if you are doing massive changes to schema design, like creating relationship classes with layers, etc., then designing a new set up in Pro, loading old data into the new schema, and overwriting the old HFL might end up being easier. Some significant schema changes can make AGOL maps bug out, especially anything that messes with schema that feature templates depend on. Finally, if you need to edit the map design (layer order, labeling, symbology, etc.) then just do it in AGOL. Changes made to maps you import from AGOL into Pro don't effect the AGOL map you imported from. TL;DR: YES: data edits, small schema changes. NO: big schema changes, map configurations.
... View more
02-04-2020
11:55 AM
|
3
|
2
|
2235
|
|
IDEA
|
Seems like it would be trivial to create the pop, provide a "retrieving..." message, wait for all AJAX/XMLHttpRequess to return, and then populate the results in the pop-up in the order they appear in the TOC. Slap a timeout in there of 5 seconds so that slow or unresponsive servers get ignored and then added to the end of the popup list if they do respond eventually. It's 2020, I noticed that this Idea is "REVIEWED", which is promising, right?
... View more
02-04-2020
11:20 AM
|
1
|
0
|
4759
|
|
IDEA
|
You can do it, I just did doing these steps: Add source FC to map with map coordinate system matching the source. Add target FC (which has a different coordinate system from the source FC) to map, and make sure your Transformation gets set properly when you bring it in. Open the Append tool, using the instructions above, and run it. Create a new Model or open a pre-existing model Drag-and-drop that Append you did from your Catalog History Pane into the Model (IMPORTANT) Open the Append step in your model, and reset the datatype Property to "Guid" for the GlobalID field for the output (as explained in my comment above. For some reason that setting gets reset back to "GlobalID" when you drag it from History into the Model. I have no idea why it does that. Save your Model, and Run it. Those steps resulted in the data not only being properly projected into the target FC, but it also preserved the GlobalID value. Hope that works for you too!
... View more
01-29-2020
12:08 PM
|
0
|
1
|
8133
|
|
IDEA
|
Have you tried the Spatially Enabled DataFrame? Introduction to the Spatially Enabled DataFrame | ArcGIS for Developers Import necessary modules read from a feature class into a dataframe write from dataframe to feature class
... View more
12-27-2019
12:01 PM
|
1
|
0
|
10286
|
|
POST
|
According to the bug report you linked to, it is resolved at ArcGIS Pro 2.4.
... View more
12-23-2019
10:41 AM
|
0
|
0
|
1188
|
|
IDEA
|
I would imagine it would if you have the agol hosted feature layer in Pro, but honestly never tried.
... View more
11-25-2019
01:16 PM
|
0
|
0
|
8133
|
|
IDEA
|
Scenario Let's say I have created two relates between two tables, each relate is using different relate fields to join the two tables. One relate is relating by Fruit Type, the other relate is relating by Zip Code. Both relates are pointing to my "Sales" table. When I select my records and click on the "Related Data" button on the ribbon, there are two listings saying the same thing "Sales" and "Sales". I don't know which one is relating by Fruit Type and which one is relating by Zip Code. When I hover over one of the "Sales" listings, the tool tip that pops up says the same thing as the listing: "Sales" The Problem The problem is that I don't know which one to choose to match my desired relate. Yes, I can try one, see the results, and try the other one, but this is totally unproductive especially if I have more than 2 relates with lots of records. It's slow and can be better. The Idea Instead of redundantly displaying the target table names in the Related Data listing, display the Relate Name to allow the user to differentiate between two relates that point to the same table. The tool tip already shows the target table name if the user desires that information.
... View more
11-22-2019
01:54 PM
|
7
|
2
|
1255
|
|
IDEA
|
Erica, if you can use ArcGIS Pro, you might try this procedure to use the append tool to migrate data and preserve GlobalID's: https://community.esri.com/thread/202815-preserving-a-globalid-while-moving-data-between-feature-classes
... View more
11-22-2019
01:08 PM
|
0
|
1
|
8133
|
|
POST
|
Yeah, there appears to be two types of .pitemx files, those automated kind with file names of item.pitemx, and those that are actual packages people create by exporting them from Pro and uploading them to AGOL (or your local portal). Those latter kinds seem to work, which is what I was referring to when I wrote that. I always get those item.pitemx to open Pro but they don't extract anything into Pro. But, that's probably because that's a vector tile layer, and you won't actually download the contents to your computer. VTL's are something you would just add to your Pro map by using the Add Data option. For that OSM VTL you provided, I just searched the Living Atlas in Pro Portal from the Add Data option for "OpenStreetMap", and bam, there are all your OSM VTL options to chose from to add to your map.
... View more
10-11-2019
03:31 PM
|
2
|
0
|
6888
|
|
IDEA
|
I just noticed that the icon used in Pro to represent "Sort Ascending" is incorrect. My idea here is that it should be changed as per this graphic: The way it is currently configured, the icon is suggesting the data will be sorted from largest to smallest. As a sanity check, another popular table sorting icon is in Microsoft Excel and they use a downward arrow for both sort options, which makes sense because we always look at our data from top to bottom, but to represent the difference between the sort directions they use "A Z" vs "Z A". Those AZ/ZA direction representations in Pro are represented by the staggered lines. While they are flipped correctly to represent the difference in direction the corresponding sort offers, the arrows are also flipped which cancels out the intention of flipping the stacked lines. Anyways, it's a small thing, but now that I've noticed it, I can't unnotice it. Please fix it if you can. 🙂
... View more
10-07-2019
03:46 PM
|
0
|
0
|
2014
|
|
POST
|
I'd say it's possible with some python for the arcgis api. https://developers.arcgis.com/python/guide/using-attachments-with-feature-layers/ Rough sketch of how to: Loop through all records in your hosted feature layer Query each record to see if it has an attachment Build an array logging all records which have zero attachments Put that array into a target table of your choice so you can use in your workflow
... View more
10-02-2019
11:06 AM
|
1
|
0
|
3204
|
|
BLOG
|
What a powerful tool for visualizing flow. Thank you for working so hard on this!
... View more
06-24-2019
09:43 AM
|
1
|
0
|
19483
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-20-2026 02:45 PM | |
| 3 | 09-15-2025 01:02 PM | |
| 3 | 12-06-2024 08:27 AM | |
| 1 | 03-07-2024 09:45 AM | |
| 3 | 12-04-2024 11:38 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|