Access to sample data in https://pythonapi.playground.esri.com

1646
5
Jump to solution
07-16-2020 08:07 AM
VHolubec
Esri Regular Contributor

Dear all,

I would like to explore some Deep Learning demos in Python API documented here: Reconstructing 3D buildings from Aerial LiDAR with Deep Learning | ArcGIS for Developers 

But the links there - for example in paragraph:

Complete data required to run this sample is packaged together in a project package and can be downloaded from here. You are also required to download the rule package used in Part 4 of this notebook from here.

Links for data dwonload leads to to Portal: https://pythonapi.playground.esri.com, which requires a login. Is this a problem with sharing settings on data items on the portal or do you have just stopped to provide these data to public? 

Without data we cannot use demos properly.  

Thank you.

Vladimir

Vladimir
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
by Anonymous User
Not applicable

Hello Vladimir,

The data is publicly available. The public account credentials are:

gis = GIS("https://pythonapi.playground.esri.com/portal", "arcgis_python", "amazing_arcgis_123")

which is also mentioned here.

View solution in original post

5 Replies
by Anonymous User
Not applicable

Hello Vladimir,

The data is publicly available. The public account credentials are:

gis = GIS("https://pythonapi.playground.esri.com/portal", "arcgis_python", "amazing_arcgis_123")

which is also mentioned here.

VHolubec
Esri Regular Contributor

Dear Guneet Mutreja‌,

I am sorry I missed that. Thank you so much for help!

Vladimir

Vladimir
by Anonymous User
Not applicable

Dear Vladimir,

Thank you for trying the sample. Feel free to reach in case you face any other issues.

Regards,

Guneet Mutreja

VHolubec
Esri Regular Contributor

Dear Guneet Mutreja‌,

I thank you and your colleagues, for great conference, amazing and inspiring demos!

Vladimir

Vladimir
0 Kudos
e0575625_MSC2020
New Contributor

Hi,

 

i used this gis2 = GIS('https://pythonapi.playground.esri.com/portal', 'arcgis_python', 'amazing_arcgis_123')

but am getting this error below. any ideas why? thanks in advance

Unable to generate token.
Invalid username or password.
(Error Code: 400)

 

0 Kudos