|
POST
|
Thomas Fuchs, I'm facing a similar situation as Ethan's in that I will need to manually edit my imported streets to properly model them. However, I am currently only modeling a portion of my city (priorities/goals as much as available hardware resources). I've made some edits to my subset of streets to resolve intersections, alignment, etc. and have attempted to export the graph to a shapefile for use in other CE projects. However, when I attempt to import that shapefile into another project it seems to destroy all of my hard work and time spent editing those intersections I only want to edit once! Do you have any strategies for effectively re-using features that have been painstakingly edited in other projects? Perhaps I am using the wrong method of exporting (I exported selected Graph objects)? I don't mean to hijack this thread but I suspect Ethan may be faced with a similar situation in the future. Thanks.
... View more
08-01-2018
02:23 PM
|
0
|
0
|
2727
|
|
POST
|
Interesting comment regarding publishing (or, rather, not) map services in Pro. Who was in the focus group for Pro features? Obviously nobody that is a user in the "real" world. Ditto with the SDE issue and AGOL. I agree that Esri cares about customers and our account manager is great. I'll see how things pan out. OK, back to the original thread of discussion. I've inadvertently steered us onto a tangent... Brian
... View more
07-24-2017
02:17 PM
|
0
|
1
|
1292
|
|
POST
|
Greg, Portal was also suggested to me when I was attempting to migrate from the Flex Viewer to the Web App Builder for the same reasons--chose to implement the Geocortex viewer platform so we could consume our on-premise map server data directly. I'm unsure of your GIS program structure, but I'm the GIS Coordinator, GIS Analyst, GIS Technician, ArcSDE DBA, ArcGIS Server Administrator, and GIS Web Developer in our city. Adding Portal Administrator to the list is something for which I simply don't have the bandwidth. I'm sure other cities of similar size are similarly bandwidth constrained. But Esri probably won't notice if we leave them--our yearly tithe is probably akin to a rounding error on their books. Snarky, I admit, but it's difficult to jump on the AGOL/Story Map train when you don't know if you'll even be able to effectively leverage the concurrent use licensing model in a Named User "world" (i.e. the NU model is essentially a single-use licensing model, in my assessment). I don't want my users accustomed to Perrier (tm) when all we can afford is tap. 😕 Brian
... View more
07-24-2017
12:19 PM
|
1
|
3
|
1292
|
|
POST
|
I "virtually" nod my head in agreement with many of the comments here. Some days I miss Workstation, too, having 'cut my GIS teeth' on it. Desktop has allowed me to be productive in all of tasks I routinely perform--and it should given how long it has been around. Not so with Pro. ArcGIS Pro is definitely not ready for prime time! Add more than a few layers and I seem to be waiting for screen re-draws more than doing actual productive work. I have a recent, decently configured machine, though not a humongous workstation or Cray supercomputer. I was elated when we were allowed to convert Named User accounts to Concurrent licenses for Pro. The Named User account structure/cost is my largest concern moving forward with our GIS program (we are a city of 35K population). While virtually all of our data is public, we do keep certain data, such as utilities, less "open" due to security concerns. The steady move to require a Name User account to even view data in our interactive map apps unless access is publicly wide open will, given the current cost of NU accounts, price us entirely out of using Esri software because a majority of our internal staff utilize some number of internal "non-public" layers/data (and, thus, require yet another NU account). I'm already beginning to track open source and other options more closely--something I've never felt the need to do. Either that or take a cue from the Workstation holdouts and become a technology "hermit"... Brian
... View more
07-24-2017
08:31 AM
|
1
|
5
|
2098
|
|
POST
|
Luke, This is a blast from the past! I abandoned the "train of thought" that this map service was focused on and we went with a different but slightly less efficient process to achieve the same result. The overall task has since evolved further so we no longer have the same need. I cannot recall whether I attempted any queries against the map service via the REST services pages, but that is typically one of my first troubleshooting points in my attempts to isolate where the issue might lie. However, since I neglected to mention it in my posts it is likely that I didn't. Definitely something to try if this ever comes up again! Thanks for responding.
... View more
01-24-2017
10:32 AM
|
0
|
0
|
2280
|
|
POST
|
Dulini, The python scripts appear to be written specifically for ArcGIS Pro, as they are in AGP Toolboxes. [Disclaimer: I am still on v 10.3, so if v 10.4 of Desktop can now "see" into Pro toolboxes I am unaware.] I have, so far, been able to work around not having an ArcInfo license, but it hasn't been a straightforward experience. My suggestion is to open up the scripts within AGP and take a look at what processes are within it. Many of the tools are "out-of-the-box" 3D Analyst or Spatial Analyst (or regular Desktop) tools, so you may be able to either modify the script accordingly or run tools manually. Be forewarned, at the UC this summer staff were mentioning that some tools related to CityEngine/3D "stuff" were either only available in Pro or otherwise limited on the Desktop side, so Arthur's answer may likely be 'no'.
... View more
11-10-2016
08:33 AM
|
0
|
2
|
2835
|
|
POST
|
Understood, Thomas, and that is exactly what I would expect. I'm still holding out hope that someone has tried it and can confirm either way. We've purchased one license and it is on another staff's machine (though I am primary support for getting everything running) for a variety of reasons. I expect an additional license next year, but I've been able to jump on that machine to get familiar with CE. We run Windows Pro at work, of course. My only reason for asking about Windows Home and CE is because I have a GIS "problem" and can't always leave my work at work. I just want to play around with CE a bit on my own time despite having an "outside of work life" simply because it looks fun.
... View more
11-07-2016
07:30 AM
|
0
|
0
|
1427
|
|
POST
|
Dan, Thanks for replying. Yesterday I did attempt to edit the script. When I chose edit, it popped an error dialog saying it couldn't find the .py file. The script properties indicate that the script is embedded, so my inexperience with Pro led me to believe you couldn't edit once you embedded it. I tried again just now. It appears that if I load the project and immediately open the toolbox and select edit on the script, it "finds" the .py file and presents the code. If I do anything else first, or close the code window and try to edit again it can't find the .py file. Love ArcGIS Pro... I have both the 3D Analyst and Spatial Analyst extensions, so the Zonal Stats tool is not a roadblock. Once I was able to actually see the script code, I noticed (first) that it import ArcInfo. That's because it uses the Feature To Point tool to generate a centroid for the building footprint (an ArcInfo-only tool for whatever asinine reason). I have--or can generate--those centroids in another way so I may explore doing so and modifying the script to just consume that layer directly. Assuming that there isn't another ArcInfo-only tool used somewhere else in the script.
... View more
10-19-2016
11:27 AM
|
0
|
0
|
3774
|
|
POST
|
Awesome, Gert. Is there a way to view the actual script to understand what it is doing? And is there a workaround for those of us "less wealthy" customers that only have the Standard license?
... View more
10-19-2016
07:29 AM
|
0
|
2
|
3774
|
|
POST
|
Gert, I am attempting to run the Calculate Building Height tool using ArcGIS Pro 1.3 Standard. I am getting the following error: The requirements page indicates that one can use Standard or Advanced. However the script appears to require Advanced (ArcInfo). I see no way to edit the embedded script. Any thoughts? Are some of these tools Advanced-license-only? If so, it would be nice to know that up front.
... View more
10-18-2016
03:24 PM
|
0
|
4
|
3774
|
|
POST
|
Robert, Thanks for the comment regarding printing with WAB. And sorry for the minor thread hijack...
... View more
08-19-2016
08:48 AM
|
1
|
0
|
2346
|
|
POST
|
Leo, Reference my comment regarding my lack of WAB use beyond the beta. My experience with the Export Web Task comes from multiple years of using the Flex Viewer. I implemented my own print templates (letter-size up to E-size) for the Export Web Task, which is generally a matter of creating a layout in ArcMap and saving the project without any data layers within it. (I added data initially to help visualize how the layout might react to various data but removed it before final use.) I followed a help document from Esri. Tutorial: Publishing Additional Services for Printing seems to be a "current" version of what I originally used. I recommend registering your folder of layouts because you can then tweak your existing layouts and also add more into the folder without a lot of extra hassle. Hopefully someone with a bit more direct WAB experience will comment and fill in any details specific to printing with WAB.
... View more
08-19-2016
08:15 AM
|
0
|
3
|
2026
|
|
POST
|
Courtney, We have shifted to using Latitude Geographic's Geocortex platform so I haven't used WAB beyond the beta, but doesn't the print function use the Export Web Task from Server? If so, you can implement those legend abilities in your map templates. But... you'll find that implementing legends for any viewer that isn't fairly focused in scope can be a lesson in futility. Hopefully others more directly knowledgeable with WAB can confirm or debunk my assumptions.
... View more
08-18-2016
03:33 PM
|
0
|
5
|
2026
|
|
POST
|
Thanks, Dan. Those were my thoughts, too. I've previously built my own machines at home, mainly to support my photography "habit" and have always run the Pro version of Windows. But I recently decided to buy a desktop-replacement-class laptop instead of building another desktop machine. And of course it came with Home installed. I've been toying with upgrading it to Pro but I wouldn't do that solely to run a trial of CE just to play around with it on my own time. The laptop is recent enough that I haven't yet determined if I actually NEED Pro or if I can get by with keeping Home. The big difference is that it is connected more often wirelessly rather than via ethernet so I've been rethinking my home networking strategy. I'm still hoping someone will reply with "I installed it on my Win 10 Home machine and it works fine." Or reply with "...and it didn't work."
... View more
08-10-2016
07:53 AM
|
0
|
2
|
1427
|
|
POST
|
How strict is the requirement that Windows 10 be the Professional or Enterprise versions? We will be implementing CE at work soon but I'd like to download the trial at home and play around with it a bit but my laptop, which is otherwise more than capable of running CE, only has Win 10 Home.
... View more
08-09-2016
09:32 PM
|
0
|
4
|
2373
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 09-10-2024 12:21 PM | |
| 4 | 07-18-2023 08:22 AM | |
| 2 | 11-09-2021 05:42 PM | |
| 1 | 01-21-2020 02:00 PM | |
| 5 | 08-01-2022 09:07 AM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|