|
POST
|
"There is also no options to save as <previous version>. ". Let's hope we see this important missing functionality returned in 2.5.
... View more
09-04-2019
04:18 AM
|
0
|
0
|
3016
|
|
POST
|
What is the theoretical limit for the number of services the 10.6.1 data store can handle? What is the documented limit?
... View more
09-03-2019
01:03 PM
|
2
|
6
|
4479
|
|
POST
|
I'm curious to see if: Set up SDE intercept (How To: Diagnose ArcSDE connection and performance issues using SDEINTERCEPT ), open your project then do nothing. Look in the directory where the intercepts are going. Are new intercepts files being created/updated while you sit there and do nothing? I have something similar, specifically, in project where I have many maps that were NOT OPEN when the project was last saved, AND, the maps point to a variety of data sources (AGOL, Portal, Server, SDE, FGDB), AND, I attempt to open one (just 1 [ONE]) of the maps, I'm in the same boat you are:Pro locks up and the only solution is to kill it with task manager. Same as above, get your project open, DO NOTHING....let the CPU fans slow down....open another Pro Project. In first Pro Project, open catalog pane, right click on map in question, copy....second pro project, catalog pane, right click on maps...paste. Are you able to open the map in this second project? We should probably ask...are you trying to open an existing map, or are you getting this on Insert -> New Map? If so, do you have this set:
... View more
08-30-2019
07:41 AM
|
1
|
1
|
17822
|
|
POST
|
When you say SDE Hosted Layer, are you directly editing the SDE feature class, or bringing it in through a feature service. If SDE, is it versioned, if so, how many children? Is it archived? Geography or Geometry storage type? What kinda of spatial indexes? I'd start with a SQL trace while you're snip snip snipping. Can you bring the data into a FGDB and do a geometry check? Non-linear segments?
... View more
08-30-2019
07:31 AM
|
1
|
0
|
5430
|
|
POST
|
When you say picking up roads as streams, I'm assuming your source DEM is detailed enough to treat the road bead as a shallow stream channel (curb and gutter). This is pretty common in hydro network extraction. What you need to do is "burn" each road crossing over a stream such that the elevation drop across the road carries your flow direction downstream, and not making a hard turn onto your road.
... View more
08-30-2019
06:41 AM
|
2
|
3
|
1982
|
|
POST
|
Try naming the toolbox and model something other than "New Toolbox" and "Model", and put it on C temp, not on a network share. I have a hunch here.....
... View more
08-30-2019
06:36 AM
|
0
|
1
|
5655
|
|
POST
|
So here's what ended up working: itemsList = gis.content.search(query = 'created: [1559394001000 TO 1567086853000]', max_items = 10000000) But now I'm running into another road block: we create a lot of content! I originally went back to Jan of 2019, which still put me against the 10000 item throttle limit. So chunking this up into 6-month calls is a little time consuming, as I need to go back to 2010.
... View more
08-29-2019
07:31 AM
|
2
|
0
|
3601
|
|
POST
|
So I've tried: now = '1567084745' then = '1546300800' itemsList = gis.content.search('uploaded: [' + then + ' TO ' + now + ']', max_items = 10000000) itemsList = gis.content.search('created: [' + then + ' TO ' + now + ']', max_items = 10000000) And both return nothing
... View more
08-29-2019
06:35 AM
|
0
|
1
|
3601
|
|
POST
|
err....ahhhh....I'm "trying". Not the brightest python bulb in the room here. When you say hard code the now part, would that be now = someunixtimestamp
... View more
08-29-2019
06:18 AM
|
0
|
2
|
3601
|
|
POST
|
Or a better way to ask this: Is there a way to specify date ranges in gis.content.search ? I see https://community.esri.com/thread/224718-arcgis-api-for-python-find-latest-items there is a way to go back so many days, what I'm after is a way to specify a between range, say, I want every item created from 2014-2016, which would allow me to do multiple queries under the 10000 item limit, then concatenate the results.
... View more
08-29-2019
05:36 AM
|
0
|
4
|
3601
|
|
POST
|
I'm using https://community.esri.com/thread/239341-find-all-content-for-all-users-in-an-agol-subscription-parse-results?sr=inbox to pull some statistics, but I'm finding the output limited to 10000 rows, and I know we have more than 10000 items.
... View more
08-29-2019
05:26 AM
|
1
|
6
|
3907
|
|
POST
|
Are you able to provide steps to reproduce? Are you working in a map or a layout? What buttons or tools are you using to add the text to the map? Screenshots are helpful here. What version of Pro? Computer specs? What type of data? From a File GDB, AGOL?
... View more
08-29-2019
04:59 AM
|
0
|
0
|
1544
|
|
POST
|
I've got https://community.esri.com/thread/219121-find-all-content-for-all-users-in-an-agol-subscription working, but what I'm looking for is some parsed output, hopefully a CSV that shows ITEM NAME, TYPE, OWNER, description,snippet, tags, shared_with, Basically everything from https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#item Hoping this is a pretty common thing and someone has some code snippets they can share.
... View more
08-28-2019
12:02 PM
|
0
|
2
|
2216
|
|
IDEA
|
In AGOL if you enable Categories: in your My Content you get this: The Categories is expanded by Default. What I'm trying to do is scroll down into here: but what happens is I instead scroll thru all the categories. What I want to see when I go to My Content is this: Everything collapsed.
... View more
08-28-2019
08:50 AM
|
2
|
0
|
392
|
|
POST
|
Stop the ArcGIS Pro table view jumping around when I calculate attributes https://community.esri.com/thread/194433-freeze-columns-in-arcgis-pro https://community.esri.com/ideas/12247-add-freeze-attribute-column-to-arcpro
... View more
08-28-2019
08:12 AM
|
0
|
0
|
1375
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-17-2022 12:19 PM | |
| 1 | 03-14-2019 06:24 AM | |
| 1 | 07-12-2018 09:29 AM | |
| 1 | 06-27-2019 12:08 PM | |
| 2 | 09-23-2019 11:03 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-26-2026
07:12 AM
|