SatukGIS
SatukGIS
GeoServer 2.20.3 for Windows , Python 3.10.2 Please help me , I try to use the code : BUT ##################### cat.create_coveragestore('boa2021031', workspace='cite', type='NetCDF', contet_type='text/xml', source_name='boa202103', path=r'file:\test\BOA_Argo_2021_03.nc', layer_name='temp', create_layer=True) ##################### Traceback...
please add "NetCDF " too.
```python geo = Geoserver('http://localhost:8080/geoserver', username='admin', password='geoserver') # workspace workspace_name = 'testworkspace' # nc store path = r'E:\Argo\BOA\BOA_Argo_2024_02.nc' result = geo.create_coveragestore(path, workspace_name, 'boa_argo_2024_02', 'NetCDF', 'image/tiff')` ///////// geo.Geoserver.GeoserverException: Status : 400