Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<script>
function build_dataset_table(table) 
{
	var tr = $("<tr>").appendTo(table);
	var td = $("<td>").appendTo(tr);
	td.text("hello");
 }
 </script>

<table id="datasets_table"></table>
<script>
build_dataset_table($("#datasets_table"));
</script>
  
  
  
  



To access these dataset, you need to agree on the  the corresponding terms and conditions that can be found at http://apps.ecmwf.int/datasets/

...