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
I am working on ubuntu18 and using kartoza geoserver docker v:2.15. I try to push Landsat band 4 (for sample I have two images epsg_4326) to geoserver with coverage store with below code
cat.create_coveragestore( 'name112', workspace=None, path='file:ndvi_4326/1.tif', type='GeoTIFF',create_layer=False, layer_name=None, source_name=None, upload_data=False,contet_type="image/tiff",overwrite=False)
when create layer is 'False' I can create store but if it is 'true' I get an error > 'FailedRequestError: Failed to create coverage/layer 1 for : name12, 400'
I got same error when I was trying with create_imagemosaic function.
cat.create_imagemosaic('band4','file:ndvi_4326',configure='all',workspace='ndvi')
I think, when trying to create layer I get an error and I checked to code I couldn't find anything. Any suggestions for this problem?
The text was updated successfully, but these errors were encountered:
I am working on ubuntu18 and using kartoza geoserver docker v:2.15. I try to push Landsat band 4 (for sample I have two images epsg_4326) to geoserver with coverage store with below code
cat.create_coveragestore( 'name112', workspace=None, path='file:ndvi_4326/1.tif', type='GeoTIFF',create_layer=False, layer_name=None, source_name=None, upload_data=False,contet_type="image/tiff",overwrite=False)
when create layer is 'False' I can create store but if it is 'true' I get an error > 'FailedRequestError: Failed to create coverage/layer 1 for : name12, 400'
I got same error when I was trying with create_imagemosaic function.
cat.create_imagemosaic('band4','file:ndvi_4326',configure='all',workspace='ndvi')
I think, when trying to create layer I get an error and I checked to code I couldn't find anything. Any suggestions for this problem?
The text was updated successfully, but these errors were encountered: