I’m new to using geoserver REST API and i have trying to create a layer using the api. The problem is that when i upload a GeoTiff using the interface i usually compute the srs bounds and the native bounds when defining the layer and i cant seem to achieve this using the API.
Is there a way to do this (and also if possible reload the band definitions)?
I have searched a lot for this topic and i cant seem to find a concrete answer.
I’m new to using geoserver REST API and i have trying to create a layer using the api. The problem is that when i upload a GeoTiff using the interface i usually compute the srs bounds and the native bounds when defining the layer and i cant seem to achieve this using the API.
Is there a way to do this (and also if possible reload the band definitions)?
I have searched a lot for this topic and i cant seem to find a concrete answer.
I’m not working with vectors so i don’t think i can use that. I’ve figured out a way to do it though, either check the tiff info for the coordinate system (which might be what geoserver does?) or ask the user to input it, so I’ll be using that for now.
I’m new to using geoserver REST API and i have trying to create a layer using the api. The problem is that when i upload a GeoTiff using the interface i usually compute the srs bounds and the native bounds when defining the layer and i cant seem to achieve this using the API.
Is there a way to do this (and also if possible reload the band definitions)?
I have searched a lot for this topic and i cant seem to find a concrete answer.