|
POST
|
What version of Pro are you using? I just tested in Pro 3.0.2, and when I enter '06/24/1896' it gets saved as '6/24/1896'.
... View more
10-06-2022
07:33 AM
|
0
|
1
|
2909
|
|
POST
|
Dan's code will work on all of the examples you provided.
... View more
10-04-2022
12:57 PM
|
1
|
0
|
1470
|
|
POST
|
With the information provided, it is difficult to comment on whether changing your workflow to pandas would be more efficient. Are the feature classes in an enterprise geodatabase, file geodatabase, or something else? If file or mobile geodatabase, are they stored locally or on network share? Could you copy the feature classes into memory before processing? Are the fields you are querying indexed appropriately? There are likely more questions I could come up with if I spent a bit more time thinking about it. Exporting a dataset into memory via pandas could definitely be faster, but not necessarily because there are lots of ways of processing data in pandas and some are faster than others. If the dataset is very large and it won't fit in memory, then having the Python process start paging will cause performance hit regardless of specific pandas workflow. Given there are so many factors involved, the best approach is to do some testing oneself. Is it worth taking the time to test? Probably if you are here asking the question(s).
... View more
10-03-2022
07:56 AM
|
1
|
1
|
2509
|
|
POST
|
If strYear is None, why not just return None so the date has NULL since the year has NULL?
... View more
09-29-2022
12:24 PM
|
0
|
0
|
3130
|
|
POST
|
If the data is versioned, you want to be querying the versioned views and not the base tables because the base tables might not represent the state of the data you are seeing in Pro.
... View more
09-22-2022
11:02 AM
|
0
|
1
|
1952
|
|
POST
|
If you have isolated the issue and can reproduce it, which it seems you have, the next best step is to open a case with Esri Support. There may be an existing defect logged, and your customer number will be added to the list of impacted customers, or a new defect will be logged. Maybe a community member can help with a workaround, but getting a defect logged is important for getting them resolved.
... View more
09-21-2022
07:18 AM
|
1
|
0
|
988
|
|
POST
|
Also, what format is your data source? Shape file, file geodatabase, ....
... View more
09-19-2022
07:40 AM
|
0
|
1
|
3413
|
|
POST
|
Besides the variable length slicing, which you appear to have figured out, what exactly are you trying to do with all of those replace statements?
... View more
09-16-2022
02:00 PM
|
0
|
1
|
2375
|
|
POST
|
I understand your statement about cost. Esri's licensing model for ArcGIS Enterprise with portal and federated servers can get very expensive very quickly.
... View more
09-16-2022
01:19 PM
|
0
|
0
|
1854
|
|
POST
|
I diagram, even a rough one, would be easier for people to understand. Although you are asking specifically about incorporating the Image Servers into the site, community members may have other thoughts on the overall architecture as well, and seeing the overall architecture is easier when diagrammed out. I strongly discourage the same Image Server site from doing both Image Server functionalities (RA and image hosting), unless one or the other functionalities will be so trivial it doesn't matter. Raster Analytics loads are much higher and often much less predictable than image hosting loads, so it can be easy for RA to cannibalize the resources and impact hosting. The impact of RA on image hosting can be mitigated through fine tuning, but it will take some time to find the right balance.
... View more
09-12-2022
06:45 AM
|
2
|
1
|
1874
|
|
POST
|
Have you looked at Reclassify Field (Data Management)—ArcGIS Pro | Documentation? Also, this can be done using Calculate Field (GeoAnalytics)—ArcGIS Pro | Documentation. I can't provide any more specifics since you haven't shared specifically what the classification is.
... View more
09-04-2022
02:15 PM
|
0
|
0
|
1014
|
|
POST
|
Your first screenshot shows "Pro 2.5" in the path in the dialog, and the second screenshot shows "Pro 3.0" in the path in the message box. Do you have any Pro versions already installed, say Pro 2.5? If so, the installer may be looking for the Pro 2.5 installation media to remove your current install before it will proceed with installing the newer version.
... View more
09-03-2022
02:48 PM
|
0
|
1
|
10975
|
|
POST
|
I find using percent of area and specifying 99% (the maximum allowed value) is simpler because one doesn't have to know any of the actual areas before running the tool.
... View more
09-03-2022
02:46 PM
|
2
|
0
|
6923
|
|
POST
|
I just tested Eliminate Polygon Part (Data Management)—ArcGIS Pro | Documentation with the uploaded sample data, and it worked as expected, i.e., the holes were removed. Make sure to specify a condition and appropriate value because leaving all the optional parameters empty won't result in anything being removed.
... View more
09-03-2022
11:05 AM
|
0
|
0
|
6931
|
|
POST
|
Are you asking because you are an administrator or a user? If you are just a user, or even a publisher, you will not have the privileges to make this type of change. Also, is this stand-alone ArcGIS Server or federated?
... View more
08-29-2022
06:52 AM
|
0
|
0
|
940
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 2 | a month ago | |
| 1 | a month ago | |
| 2 | 06-05-2026 10:30 AM | |
| 1 | 05-29-2026 08:22 AM |
| Online Status |
Online
|
| Date Last Visited |
11 hours ago
|