[resolved] Help with snow depth aqx
Posted: Sun Jan 01, 2023 10:34 pm
I'm trying to generate an .aqx file for the snow depth map, but I get [bad code: 400 - Bad Request] showing up on the map instead.
I'm using the URL described here https://www.reddit.com/r/Ultralight/com ... p_overlay/, which someone used for caltopo.
I also would like to add some Sentinel data if possible, but I'm not sure how to format it. This is the WMS link for my configuration.
I'm using the URL described here https://www.reddit.com/r/Ultralight/com ... p_overlay/, which someone used for caltopo.
Code: Select all
https://idpgis.ncep.noaa.gov/arcgis/rest/services/NWS_Observations/NOHRSC_Snow_Analysis/MapServer/export?dpi=96&transparent=true&format=png8&layers=show:3&bbox={left},{bottom},{right},{top}&bboxSR=102100&imageSR=102100&size={tilesize},{tilesize}&f=image
Code: Select all
<?xml version="1.0" encoding="utf-8" ?>
<aqx version="11">
<name>Snow Depth AQX</name>
<description>NOAA SNODAS Depth</description>
<source id="SNOWDEPTH">
<name>Snow Depth</name>
<zoom-levels z="1-17">
<server><![CDATA[https://idpgis.ncep.noaa.gov/arcgis/rest/services/NWS_Observations/NOHRSC_Snow_Analysis/MapServer/export?dpi=96&transparent=true&format=png8&layers=show:3&bbox={left},{bottom},{right},{top}&bboxSR=102100&imageSR=102100&size={tilesize},{tilesize}&f=image]]></server>
</zoom-levels>
</source>
</aqx>
Code: Select all
https://services.sentinel-hub.com/ogc/wms/2da0cd13-073a-4867-9791-b4978e64a057