Code to download any L1, L2, L3 and L4 data from PODAAC using python 3.x This script is an updated version of the original script by Yibo Jiang, created on 2015.12.11. With this updated version, you can download any PODAAC data in python 3.x environment.
Required Libraries: numpy, urllib.request, xml.dom, six.moves compatible with Python 3.x environment.