Pedro
Pedro
I think this should apply for any fuction that involves uploading, allow the option to merely use a file that is already in geoserver instead of uploading
NetCDF example: https://drive.google.com/file/d/1ypnvsHarmJxZgeueGXXSDw4yVNaSi_mO/view?usp=sharing
> NetCDF example: https://drive.google.com/file/d/1ypnvsHarmJxZgeueGXXSDw4yVNaSi_mO/view?usp=sharing this same NetCDF can be accessed via this thredds server (wms): http://thredds.maretec.org/thredds/catalog/IST_MOHID_BIO_DATA/TAGUS_0.007DEG_50L_1H/FORECAST/catalog.html?dataset=MOHIDWATERDatasetScan/TAGUS_0.007DEG_50L_1H/FORECAST/2023051700.nc
Greetings @vincentsarago @geospatial-jeff @jonhealy1, How do I convert this type of middleware definition with these new changes? ```python @app.middleware("http") async def add_process_time_header(request: Request, call_next): start_time = time.time() response = await...
Also experiencing this error "Error: Request failed with status: 451 (linha 2751)." 451: Unavailable For Legal Reasons
Not sure if related to this:  Exception: Request failed for https://api.binance.com returned code 451. Truncated server response: { "code": 0, "msg": "Service unavailable from a restricted location according to...
Greetings @iamtekson Do you know if the Geoserver REST API allows for the creation of datastores/coveragestores that make use of the [COG (Cloud optimized Geotiff) plugin](https://docs.geoserver.org/main/en/user/community/cog/cog.html)? If so, this would...
> Hi @pedro-cf. There is some [documentation related to this in the parent container](https://github.com/Unidata/tomcat-docker/#digested-passwords). Attempting to log with the default admin user to the /admin/debug page does not work aswell.
@jscheffl In the scenario where it is intended to show the docs by default, there is still a bug. As seen on the GIF when I try to minimize the...
> @jonhealy1 sorry I've been at a conference so have only just caught up on the authentication work. The basic auth looks great. Am I right in saying that all...