POST
|
Hello, for monitoring accounts and user type licences, I built a script to list all accounts including the information of level. When using the python API and the module arcgic.GIS.user the level is given as number. Viewer is "1" and creator is "2". What numbers are given for the other user types? Thank you in advance Michael
... View more
11-19-2019
12:27 AM
|
0
|
0
|
587
|
POST
|
It worked with the following workflow Create a dedicated Join-ID-attribute, if not given Tool: multipatch to footprint Intersect with another feature class --> in my case: point feature class with additional attributes (Spatial Join would be a proper solution, too) Join point feature class and multipatch feature class by Join-ID-attribute Done: Multipatch feature class has new attributes from the point feature class
... View more
10-18-2019
02:43 AM
|
0
|
1
|
2546
|
POST
|
I have several single multipatch features representing buildings. For each building, there is a point feature at the same position with additional attributes. My objective is to spatial join the two feature classes to enrich the multipatch featureclass attribute table (of the buildings) with new information. Spatial join does not accept multi patch feautures. Is there a way?
... View more
10-18-2019
01:29 AM
|
0
|
3
|
2883
|
POST
|
Hello, thank you for this script. It worked well, but my approach needs an array per group-membership. 🙂 So it helps, but my issue was a wrong user level.
... View more
07-05-2019
09:39 AM
|
0
|
0
|
1784
|
POST
|
The issue was, that this approach needs a Level 2 Named User. Even if a level 1 named user has the rights to see all groups and members, it is not the same with the python api. I tested the lines with a level 2 named user and it worked. The groups are returned as array.
... View more
07-05-2019
09:36 AM
|
2
|
0
|
1784
|
POST
|
Hello, I want to list all users and their groups. Actually, the script looks like this: user_accounts = gis.users.search()
for user in user_accounts:
print(user.firstName, ";", user.email, ";", user.groups) The output should look like this: user1 ; user1@email.com ; group1, group2, group3 Without "user.groups" the skript is working. When querying "user.groups", a error appers. How do I query the groups for each user? Thank you in advance!
... View more
07-03-2019
05:18 AM
|
0
|
3
|
1921
|
POST
|
I administer a portal for a large organization. It's important that users can't see all the content of the organization. Even if they are published externally. Use case: A user should not be able to see which contents of certain users are public. Is it possible to restrict the search within the organization for public items?
... View more
06-18-2019
12:18 AM
|
0
|
1
|
755
|
IDEA
|
In a mixed environment with ArcGIS and QGIS, it would be great if we could import QGIS projects into ArcMap/ArcGIS Pro.
... View more
06-12-2019
11:55 PM
|
20
|
1
|
7678
|
POST
|
Hello everyone! I would like to create an overview of all Named User and their related attributes as provided with this module: class arcgis.gis.User(gis, username, userdict=None) My script is as following import pandas as pd
import numpy as np
from arcgis.gis import GIS
import arcgis
gis = GIS("*arcgis online subscription url", "*my user*", "*my password*")
my_user_list = arcgis.gis.User(gis, "*my user*", userdict=None)
print(my_user_list)
<User username:*my user*> I have two problems: 1.) I expected an full output as dictionaty as described in the reference. 2.) How can I print a list of all NU with the attributes? The class expect a specific user. Thank you in advance.
... View more
03-13-2019
12:28 AM
|
0
|
1
|
1025
|
POST
|
Yes, I defined point features and created a interactive viewshed analysis by layer. But the export option delivers the same point features. I want to export the overall result. This my objective.
... View more
03-04-2019
12:30 PM
|
2
|
3
|
2026
|
POST
|
Hello, I would like to export all results of an interactive viewshed analysis. The only option is to export the viewshed points. Do I miss something? My Regards #viewshed #interactiveviewshed
... View more
03-04-2019
12:17 PM
|
2
|
6
|
2296
|
Title | Kudos | Posted |
---|---|---|
2 | 03-04-2019 12:17 PM | |
2 | 03-04-2019 12:30 PM | |
2 | 07-05-2019 09:36 AM | |
20 | 06-12-2019 11:55 PM |
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|