Hi, John. Coincidentally I stumbled across this today, http://tropic.ssec.wisc.edu/. The KML link is an almost overwhelming catalog of real time datasets. Some may or may not have WMS underneath, but I did see several cloud cover layers. Maybe there is a bone or two in there to aid you in your quest.
--
You received this message because you are subscribed to the Google Groups "ioos_tech" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
ioos_tech+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
If the KML doesn’t have what you need, you might be able to take care of your NASA SIVO projection limitations by putting http://mapproxy.org/ between your client and the WMS-T. I have had *amazing* success w/ mapproxy. It even allows my OpenLayers app to hit a Google tile cache (EPSG:3857) as if it were hitting an EPSG:4326 WMS dataset. I.e. OpenLayers is making an EPSG:4326 GetMap request to a Google tile cache EPSG:3857 thanks to a MapProxy monkey in the middle.
--