JimShady opened a new issue, #1531:
URL: https://github.com/apache/sedona/issues/1531

   Running apache-sedona 1.6.0 on Databrick Runtime 14.3.
   
   Tested the Python shapefilereader with a unity catalogue volume on 
Databricks and it fails. 
   
   ```
   path = "/Volumes/prod_sandbox/su_jim/volume/tests/Albania 2-digit postcode 
areas 2023.cpg"
   shapefile = ShapefileReader.readToGeometryRDD(sc, path )
   ```
   
   **"Cannot access the UC volume from this location"**
   
   Geopandas works fine.
   
   ```
   import geopandas as gpd
   gpd.read_file("/Volumes/prod_sandbox/su_jim/volume/tests/Albania 2-digit 
postcode areas 2023.cpg")
   ```
   
   Thanks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@sedona.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to