POST
|
Changing the user_type to 'Creator' did not change anything
... View more
02-18-2020
07:22 AM
|
0
|
2
|
68
|
POST
|
Hey William, thanks for taking the time to look at my problems The gis object is created as follows: I tried the gis.user, but i am pretty sure, that users is correct, because the API Reference lists the create() method as a method of the user-manager class (users) and not the user class. See arcgis.gis module So from my point of view, the method/syntax is correct, but it does not work....
... View more
02-18-2020
06:02 AM
|
0
|
6
|
68
|
POST
|
Hey all, i am trying to automate the creation of named users on arcgis online. I am basically using the code from the example notebooks. And it always fails the gis object is created with an administrator connection, and i tested it with version 1.7.0 as well, same error. So, my question would be, is there any way to get a more detailed response from the api, like the actual response of the rest call or something? Or in general, what am i doing wrong here? Thanks for your input.
... View more
02-17-2020
10:56 PM
|
0
|
8
|
245
|
POST
|
Could you use the "related_items" method, as outlined here? arcgis.gis module — arcgis 1.5.1 documentation
... View more
11-23-2018
02:42 AM
|
3
|
0
|
68
|
POST
|
Hello, is it possible to access Enterprise Sites and pages within this sites on my portal through the Python API? I would like to clone a set of Enterprise sites from a development portal to a staging portal. Any advice would be very much appreciated. Cheers, Philippe
... View more
11-23-2018
02:38 AM
|
3
|
0
|
153
|
BLOG
|
Eine Frage, die immer wieder in Schulungen aufkommt ist die Frage nach dem Funktionsumfang der aktuell installierten Variante von ArcGIS. Dies lässt sich nicht einheitlich beantworten, da die Anzahl je nach Lizenzstufe und installierten (und aktivierten) Erweiterungen schwankt. Wenn man im Python Fenster folgenden Befehl eingibt, bekommt man die Anzahl an aktuell verfügbaren Werkzeugen zurück. len([t for t in arcpy.ListTools()]) In meiner jetzigen Umgebung bekomme ich damit z.B 1166 verfügbare Werkzeuge zurück. Formatiert man den Befehl ein wenig anders, bekommt man die Namen aller verfügbaren Werkzeuge als kommagetrennte Liste zurück: arcpy.ListTools() Dies kann nützlich sein, um festzustellen, ob ein bestimmtes Werkzeug in der INstallation verfügbar ist. Quelle: How many commands are available in ArcGIS?
... View more
12-03-2015
01:34 AM
|
1
|
0
|
1077
|
DOC
|
Tag 1: Sharing GIS ressources online: https://doc.arcgis.com/de/arcgis-online/share-maps/supported-items.htm Authoring operational content: https://doc.arcgis.com/de/arcgis-online/share-maps/hosted-web-layers.htm Creating web apps: https://doc.arcgis.com/de/arcgis-online/create-maps/make-your-first-app.htm Authoring basemap content: https://doc.arcgis.com/de/arcgis-online/share-maps/publish-tiles.htm Tag 2: Sharing image content: http://resources.arcgis.com/de/help/main/10.1/index.html#//01540000045v000000 Sharing analysis workflows http://resources.arcgis.com/de/help/main/10.1/index.html#/na/0154000004v5000000/ Allgemeine Hinweise: Veröffentlichen von Services: http://resources.arcgis.com/de/help/main/10.1/index.html#/na/0154000002pp000000/ ArcGIS Online Referenz: https://doc.arcgis.com/de/arcgis-online/reference/whats-new.htm Erste Schritte in ArcGIS Online: https://doc.arcgis.com/de/arcgis-online/reference/get-started.htm
... View more
09-08-2015
04:52 AM
|
0
|
0
|
2599
|
DOC
|
Tag 1: Getting started with ArcGIS Pro: http://pro.arcgis.com/en/pro-app/get-started/install-and-sign-in-to-arcgis-pro.htm Sharing maps, layers, and processes: http://pro.arcgis.com/en/pro-app/help/sharing/overview/share-with-arcgis-pro.htm Editing data: http://pro.arcgis.com/en/pro-app/help/editing/basics/overview-of-desktop-editing.htm Tag 2: Displaying data: http://pro.arcgis.com/en/pro-app/help/mapping/symbols-and-styles/symbolize-feature-layers.htm Working with 3D data: http://pro.arcgis.com/en/pro-app/help/mapping/map-authoring/go-3d-with-arcgis-pro.htm Performing analysis: http://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/the-basics/what-is-geoprocessing-.htm Creating map layouts: http://pro.arcgis.com/en/pro-app/help/layouts/create-a-layout.htm Weiterführende Links: Migration von ArcMap zu ArcGIS Pro: http://pro.arcgis.com/en/pro-app/get-started/migrate-to-arcgis-pro.htm Video Serie zur Arbeit mit ArcGIs Pro: http://video.arcgis.com/series/212/arcgis-pro Datenvisualisierung mit ArcGIS Pro: http://pro.arcgis.com/en/pro-app/help/mapping/map-authoring/overview-of-mapping-in-arcgis-pro.htm Terminologie in ArcGIS Pro: https://pro.arcgis.com/en/pro-app/get-started/arcgis-pro-terminology.htm
... View more
05-15-2015
05:29 AM
|
0
|
0
|
2028
|
DOC
|
Inhalte von Tag 1: Einführung in Python: Overview — Python 2.7.10rc0 documentation (Offizielle Dokumentation) Python For Beginners | Python.org Skriptausführung in Python: pyscripter - An open-source Python Integrated Development Environment (IDE) - Google Project Hosting Daten beschreiben: ArcGIS-Hilfe 10.1 Automatisierung von Skripten durch Listen: ArcGIS-Hilfe 10.1 Inhalte von Tag 2: Arbeiten mit Selektionen: ArcGIS-Hilfe (10.2, 10.2.1 und 10.2.2) Arbeiten mit Cursor-Objekten: ArcGIS-Hilfe 10.1 Arbeiten mit Geometrie-Objekten: ArcGIS-Hilfe (10.2, 10.2.1 und 10.2.2) Inhalte von Tag 3: Teilen von Skriptwerkzeugen: ArcGIS Desktop Debuggen von Skripten: ArcGIS Help (10.2, 10.2.1, and 10.2.2) Automatisierte Kartenproduktion: ArcGIS Desktop Zusätzliche Links: Learn to code | Codecademy (Kostenlose Python Online Kurse) Newest 'arcpy' Questions - Stack Overflow (Hilfeforum zu arcpy) http://www.arcgis.com/home/item.html?id=1a07cac100e545a4b6ea0bbc245f7d3c (Objektreferenz-Poster zu arcpy)
... View more
04-17-2015
02:02 AM
|
0
|
0
|
3246
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|