POST
|
Hi @JohnRitsko1 Could you locate the file called "urban.env" on your server, open it with a text editor, and share its content via DM (as it contains information that you may not want to share with the entire world-wide-web)? Thanks, Dominik
... View more
2 weeks ago
|
0
|
0
|
142
|
POST
|
Hi @JohnRitsko1 Thank you very much for sharing all those details. Re your question about CLI binaries & the missing "docker-proxy.exe" I will double-check with one of our developers to verify if there's something missing in the downloaded zips accessible from the link in the documentation, or if the documentation would need to be adapted. Re your comment about the FAQ section Thanks for your input. I agree that it would be beneficial if the documentation states what to do if the "arcgis-urban" image/the "arcgis-urban" container is not listed. We will review how to improve that part of the documentation to add more value to our customers. Re getting Urban on your server running From afar, it's difficult to determine exactly what didn't go as it should have. To avoid re-installing the entire system, I suggest trying to load the "arcgis-urban" image manually into Docker. You can complete the following steps to achieve that: Sign in to the server using the account that also runs the Portal service. Locate the file called "urban.tar" (this is the Docker image for Urban; it might be suffixed with the Windows Server version e.g. "urban2022.tar"). On Windows servers, it's usually located at "C:\Program Files\ArcGIS\Portal\framework\etc\urban" Open PowerShell as administrator and navigate to the folder of "urban.tar". Load the image using the command below: docker load -i urban.tar Loading the image can take a while on Windows Servers (usually anything between 15mins and 30mins) Verify if the image was loaded successfully by running the command below: docker image ls Once the image is available, it will be picked up by the "Portal service" which will create a container out of it. This might take another couple of minutes. Consider restarting the portal service manually to speed things up a bit. Double-check for the creation of the "arcigs-urban" container by running the following command: docker container ls --all The "arcgis-urban" container should now be listed and you can access ArcGIS Urban from the Enterprise Portal. Please don't hesitate to reach out if you have any further questions. Thanks, Dominik
... View more
2 weeks ago
|
0
|
0
|
181
|
POST
|
Hi @JohnRitsko1 , I'm sorry to hear that you are experiencing issues with installing Urban on Enterprise Portal 11.5. Based on your post, it appears that you have already thoroughly followed the instructions outlined in the "Install ArcGIS Urban on Windows" user guide. If you are working with a multi-machine deployment, please ensure that ArcGIS Urban & Docker are installed on the same machine where Portal for ArcGIS is installed. To further narrow down the issue, can you please check the following: Is Docker installed correctly? To check for that, please run the command below in a console (run as administrator): docker run --rm hello-world If yes to the above, is the ArcGIS Urban Docker container available? Check that by running the following command in a console, and check if an image called "arcgis-urban" gets listed: docker image ls --all If yes to the above, please verify that the arcgis-urban container is running. To do that, please run the following command in a console: docker container ls --all This command will list all Docker containers available on your machine, including their status (running, stopped, or exited) Please feel free to DM me screenshots of the outputs from the commands above. I'm sure we'll get Urban running on your Enterprise 11.5 portal soon. Thanks, Dominik
... View more
2 weeks ago
|
0
|
0
|
209
|
IDEA
|
Hi @HassanMahmoud_el07 Thanks for submitting this idea. At the moment, there is no immediate workaround to have internal feedback in Urban on Enterprise that is not relying on ArcGIS Hub.
... View more
07-08-2025
05:36 AM
|
0
|
0
|
154
|
POST
|
Hi @EmilyHamilton , On behalf of the ArcGIS Urban team, apologies for the very belated response to your question. Currently, Urban doesn't allow you to include existing metric values in your metric calculations. We are aware that this can be a hurdle for our users. We are working on solutions to facilitate such workflows in the future, but we don't have a timeline yet on when this will land in the product. As an immediate workaround, consider calculating the existing metric values (i.e., the existing amount of sewer line/power line needed) outside of Urban and then importing the result of such a calculation into Urban as existing metric values. You can still rely on Urban's metric calculation capabilities to calculate the future number of sewer lines/power lines based on the anticipated future development. Please feel free to log an idea in the ArcGIS Urban Ideas board for your metrics use case. This allows other users to vote for it and helps us with prioritisation. Don't hesitate to reach out if you have further questions. Thanks, Dominik
... View more
05-15-2025
05:15 AM
|
0
|
0
|
178
|
BLOG
|
We are excited to share a bunch of Urban release highlights with you!
Urban on Enterprise 11.4
ArcGIS Urban for Enterprise 11.4 was released on November 7th, 2024. Urban for Enterprise 11.4 is equivalent to the June 2024 release of Urban on ArcGIS Online.
Are you curious about what's new in Urban for Enterprise 11.4? Check out the What's New blog post.
Urban on ArcGIS Online December 2024
We released a new version of Urban on ArcGIS Online on December 4th. The highlight of the latest Urban release is the new metrics feature. It takes analysis of your plans to the next level.
Check out our blog post for a detailed walkthrough of the new metrics experience.
If you were already working with metrics in Urban before the December 2024 release, I'd recommend checking out our blog post about converting your previously configured metrics to the new metrics.
Last but not least, check out our What's New blog post and video to learn about this release's other highlights.
ArcGIS Urban XR early adopter
Want to experience your urban models at a true-to-life scale with a VR headset?
With the upcoming ArcGIS Urban – Urban XR add-on, you can place yourself right into the heart of your project with a desktop or VR headset for a new way to share ideas and conduct virtual site reviews.
Check out the following resources to learn more about Urban XR:
Short video introducing Urban XR
Urban XR storymap
Sign up for the early adopter program
... View more
12-06-2024
06:09 AM
|
1
|
0
|
609
|
IDEA
|
With Urban's December 2024 release, it's now also possible to input exact dimensions when editing previously created polygons.
Additionally, points and polygon vertices can now be placed at specific coordinates when creating new geometries and editing existing ones.
... View more
12-06-2024
05:34 AM
|
0
|
0
|
620
|
IDEA
|
Urban's December 2024 release introduced new metrics.
The new metrics introduce new operators and allow you to base the metric calculation on building measurements (such as the height or number of floors of proposed buildings) as well as on parcel measurements (such as the parcel area or the parcel coverage).
To learn more, I'd recommend the following resources:
- What's New blog post
- A detailed walkthrough on the new metrics experience
- How to convert your metrics to Urban's new metrics
- New metrics in Urban's product documentation
... View more
12-06-2024
05:30 AM
|
0
|
0
|
618
|
POST
|
HI @JustinsChang , Thanks for your question. Currently, Urban only allows you to batch-load Tier 1 setback data. To batch-load setback data beyond Tier 1, we recommend writing a script using the Urban-API. For this, the following resources might be of interest to you: The ArcGIS Urban API documentation page Example for reading and writing data via the Urban API API reference to directly execute Urban API GraphQL queries queries and mutations If you have any other questions, please don't hesitate to ask. Thanks, Dominik
... View more
07-10-2024
03:20 PM
|
0
|
0
|
512
|
BLOG
|
We released a new version of ArcGIS Urban on June 26th, 2024. With this release, you can design the spaces between buildings, configure elevation layers per plan scenario and sketch surfaces, boundaries, and study areas with precision using tooltips and exact measurements. Check out our What's New blog post or the release video for a high-level summary and the release notes for a deep dive into Urban's newest features. Have fun exploring this new version of Urban. If you have any feedback or questions, please don't hesitate to contact us. Sincerely, The ArcGIS Urban team
... View more
06-26-2024
10:36 AM
|
3
|
0
|
729
|
IDEA
|
@BrunoSeiler , with the June 2024 update of ArcGIS Urban, you can now input exact dimensions for polygon edge length and deflection when creating new features. In the near future, you'll also be able to input exact dimensions when editing previously created polygons.
... View more
06-26-2024
06:21 AM
|
0
|
0
|
924
|
IDEA
|
With the latest June 2024 release, it's now possible to configure scenario-specific elevation layers not only for projects but also for plans. For projects: Add the elevation layer to a web scene. Configure that web scene as project scenario context. See the Urban documentation about configuring project scenarios to learn more. For plans (new with Urban's June 2024 release): Open the plan scenario settings. Configure a scenario elevation layer for any of the plan's scenarios. See the Configure scenario settings section in the Urban product documentation.
... View more
06-26-2024
06:13 AM
|
0
|
0
|
1048
|
POST
|
Hi @KoSUSMag , Thanks for reaching out. I moved your question from the "ArcGIS Urban Ideas" place over here to the "ArcGIS Urban Questions" place. To provide an answer as specific as possible to the challenge you're trying to solve, would you mind providing a few more details, such as: - What software tools do you have available? E.g. Esri's Map Viewer? - What data are available for EV adoption / all car & land use? - Depending on the above question: do you anticipate any data cleaning work, or are you just trying to visualize as-is datasets w/o manipulating them first? Thanks, Dominik
... View more
06-06-2024
10:50 PM
|
2
|
0
|
775
|
BLOG
|
Hi @BillFox , Correct, Urban will be available on Enterprise with 11.3. Please keep in mind that the technical limitations you mentioned in your initial comment regarding local coordinate systems will be the same on Enterprise 11.3 as on the ArcGIS Online version of Urban.
... View more
03-22-2024
12:12 AM
|
0
|
0
|
725
|
BLOG
|
Hi @BillFox , There is no difference between Urban on ArcGIS Online and Urban on Enterprise regarding on-the-fly reprojections between global and (projected) coordinate systems, web scenes, and urban models. This is an overall platform limitation. There definitely exist workarounds, like publishing your own 3D base layers, base map, or elevation layer. For a more profound analysis of your use case, including possible workarounds, I'm happy to connect you with one of our urban planning consultants. Just send me a direct message if that would be of interest to you. If you'd like to give the need for on-the-fly reprojections more weight, please feel free to submit an Idea on either the ArcGIS Online or ArcGIS Enterprise Place, here in the Esri Community. If you have additional questions, please feel free to reach out.
... View more
03-21-2024
09:33 AM
|
0
|
0
|
783
|
Title | Kudos | Posted |
---|---|---|
1 | 12-06-2024 06:09 AM | |
3 | 06-26-2024 10:36 AM | |
2 | 06-06-2024 10:50 PM | |
1 | 02-29-2024 12:14 AM | |
2 | 02-29-2024 12:39 AM |
Online Status |
Offline
|
Date Last Visited |
Saturday
|