A global community of Esri users where you can find solutions, share ideas, and collaborate.
Hi there, I have a number of ArcGIS Online Notebooks that leverage the Urban API to maintain my Urban models. Today I discovered that they are no longer functional, and error out when attempting to import the Urban API as a Python module. (Specifically they return ValueError: Schema already has Time=Time). I have not made…
Hi, I am using the Urban API with python. I would like to get a list of all UrbanDesignDatabases within a UrbanModel that have an upgrade available. I am trying to build the query that filter the design databases where the upgrade_status field of the upgrade_info is "UpgradeAvailable". I am following the sgqlc…
I'm working with a client using the Urban API to generate buildings. While they are able to use createLOD1Buildings mutation, they wonder if there's a way to do this more like the UI. Here's the inquiry - Using Urban API, it's possible to create a plan, a branch, and a parcel inside that branch and then attach to that…
See the March release notes for more details.
ArcGIS Urban API was shipped with the following new features: * A custom `OptIn` directive to enable experimental features has been added. The first experimental features coming soon! * GraphQL Playground has been replaced with Graphiql. * Doc strings in the Urban API schema have been improved. See the February release…
Hi, I am trying to retreive all the projects from a Urban model including those of UrbanDesignDatabases. I am using the following snippet in python using sgqlc but the results is empty. def query_urban_design_db_projects(endpoint_url, urban_model_id, token): endpoint = HTTPEndpoint(endpoint_url, {"Authorization": "Bearer "…
Hi, I am using the Urban API to create parcels in batch, but sometimes I am facing the 504 timeout error even if I keep the number of features per call under 200. My question is, is there a rollback when an error occur? I see in the error json that there is a rollbackOnFailure property set to true, but when I take a look…
The most important changes include:* A new Meta field containing additional information about objects - for example, objects counts * Suitability models and criteria * Viewpoints * General performance improvements See the February release notes for more details and to learn about other changes. As always, if you have any…
The most important changes include:* adding a new createUrbanModel operation * adding sorting capabilities to the following types: branches, parcels, plans, projects * adding feedback categories See the latest release notes for more details. As always, if you have any questions or comments - please let us know!
Hi, I am trying to use the Urban API with Python but I got an authentification error: GraphQL query failed with 1 errors [{'message': 'The access token provided is invalid or expired.', 'extensions': {'code': 'UNAUTHENTICATED'}}] Im not sure why the token I provided to the urban api url is not working because it was…
Sign in to post, follow content, and more. New here? Register for free.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.