Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. gis = GIS(url=URL, username=username, password=password)
  2.  
  3. cities_item = gis.content.get(GIS_PUBLIC_ID)
  4.  
  5. cities_flayer = cities_item.layers[0]
  6. cities_fset = cities_flayer.query() # querying without any conditions returns all the features
  7. print(cities_fset.sdf.head().columns)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement