I was trying to use FeatureReader to read an online zipped shapefile and it failed with the message
Shape Reader: Failed to open dataset 'https://ecos.fws.gov/docs/species/shapefiles/usfws_I02T_I01_Cavaticovelia_aaa_current_range.zip' which is neither an existing file nor directory
Here is one of the link I use.
https://ecos.fws.gov/docs/species/shapefiles/usfws_I02T_I01_Cavaticovelia_aaa_current_range.zip
Below are the parameters I set for the FeatureReader.
The regular Reader worked just fine for the link
Can anyone help me troubleshoot this issue?
Thank you.