You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using pyrasterframes v0.8.4 because we've been unable to get a more recent version running in databricks. We are attempting to load rasterframes from S3, but haven't been getting the following error when attempting to load from S3
at org.locationtech.rasterframes.expressions.generators.RasterSourceToRasterRefs.eval(RasterSourceToRasterRefs.scala:64) ... 25 more
Caused by: java.net.UnknownHostException: s3.amazonaws.com
We just noticed that in the stack trace and realize that since we're working in a classified environment the s3.amazonaws.com won't resolve. We now are successfully loading the rasterframes with pyrasterframes by manually copying the file from S3 and then loading from local dbfs file storage.
We had started playing around with rasterio and were able to load and use rasterio in databricks. Rasterio allow the S3 endpoint to be specified
with rasterio.Env(AWSSession(session), AWS_S3_ENDPOINT='data.cloudferro.com', AWS_HTTPS='NO') as env
We attempted to follow the different acceptable URI formats, including what was referenced in #38
We've been unable to get our s3 endpoint to work in either s3 or https URI format. Please add option to pass in a s3 endpoint
The text was updated successfully, but these errors were encountered:
We are using pyrasterframes v0.8.4 because we've been unable to get a more recent version running in databricks. We are attempting to load rasterframes from S3, but haven't been getting the following error when attempting to load from S3
We just noticed that in the stack trace and realize that since we're working in a classified environment the s3.amazonaws.com won't resolve. We now are successfully loading the rasterframes with pyrasterframes by manually copying the file from S3 and then loading from local dbfs file storage.
We had started playing around with rasterio and were able to load and use rasterio in databricks. Rasterio allow the S3 endpoint to be specified
with rasterio.Env(AWSSession(session), AWS_S3_ENDPOINT='data.cloudferro.com', AWS_HTTPS='NO') as env
We attempted to follow the different acceptable URI formats, including what was referenced in #38
We've been unable to get our s3 endpoint to work in either s3 or https URI format. Please add option to pass in a s3 endpoint
The text was updated successfully, but these errors were encountered: