{"name":"XYZ Tile Service","version":"1.0.0","description":"Spectral index tiles from Google Earth Engine","endpoints":{"tiles":{"pattern":"http://xyz.wcma.work/tiles/{index}/{startDate}/{endDate}/{cloud}/{z}/{x}/{y}.png","example":"http://xyz.wcma.work/tiles/ndvi/2023-06-01/2023-06-30/20/{z}/{x}/{y}.png","description":"Get XYZ tile for spectral index"},"tileInfo":{"pattern":"http://xyz.wcma.work/tiles/{index}/{startDate}/{endDate}/{cloud}/info","example":"http://xyz.wcma.work/tiles/ndvi/2023-06-01/2023-06-30/20/info","description":"Get tile layer information and URLs"},"health":{"url":"http://xyz.wcma.work/health","description":"Service health and cache statistics"}},"supportedIndices":["NDVI","EVI","SAVI","OSAVI","GNDVI","NDSI","ARVI","NDWI","MNDWI","RGB"],"usage":{"qgis":"Layer → Add Layer → Add XYZ Layer → New → Enter URL with {z}/{x}/{y}","arcgis":"Catalog → Servers → New XYZ Server Connection → Enter URL","leaflet":"L.tileLayer('http://xyz.wcma.work/tiles/ndvi/2023-06-01/2023-06-30/20/{z}/{x}/{y}.png').addTo(map)"}}