pixel_level_land_classification icon indicating copy to clipboard operation
pixel_level_land_classification copied to clipboard

Error connecting to BLOB storage hosting Pixel-level land classification tutorial data

Open Petwet2000 opened this issue 5 years ago • 3 comments

Hi, I cant copy data to support Pixel-level land classification tutorial on azure Geo AI Data Science VM. I am receiving an error when trying to connect to the data location in BLOB storage.

I setup a Geo AI Data Science VM with ArcGIS. On the VM it has a Jupyter notebook that walk you through the tutorial. One of the initial commands uses AZcopy to copy the tutorial data from BLOB storage and that is where I am getting stuck.

I am getting: "2019/06/06 20:05:21 ERROR Error parsing source location “BLOB storage path” Failed to enumerate directory "BLOB storage with tutorial data path" with file pattern . No such host is known StatusMessage: RequestId: Time: For more details, please type "AzCopy /?:Source" or use verbose option.

Any assistance would be appreciated

Petwet2000 avatar Jun 07 '19 22:06 Petwet2000

@mawah @yangsiyu007 @jennifermarsman can any of you assist on this? Seems like a user in issue #22 is having similar problems with these examples.

mimckitt avatar Jun 07 '19 22:06 mimckitt

I am having the same problem with the first step of the training example notebook. Please let me know if there is some remedy. Thanks.

eggenm avatar Jun 27 '19 16:06 eggenm

@Petwet2000, @eggenm please see issue #14

The updated command is

AzCopy /Source:https://ai4ehackathons.blob.core.windows.net/landcovertutorial /Dest:D:\pixellevellandclassification /S

This folder should now be public so no need for the SAS key.

yangsiyu007 avatar Jul 24 '19 04:07 yangsiyu007