We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, thank your work . I have a question . After install NetCDF on GeoServer .
How to use geoserver-rest create a NetCDF data store , then publish a netcdf Layer ? thank you very much.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Hi @jougisljs, the feature is currently unsupported in this package. We still need to release this feature.
No branches or pull requests
Hi, thank your work .
I have a question .
After install NetCDF
on GeoServer .
How to use geoserver-rest create a NetCDF data store , then publish a netcdf Layer ?
thank you very much.
The text was updated successfully, but these errors were encountered: