I am trying to convert .h5 SMAP file to geotiff, but I keep getting
File "<ipython-input-17-d6b129648904>", line 1
gdal_translate -a_srs "EPSG:3662" -a_ullr -20037508.3428 10018754.1714 20037508.3428 -10018754.1714 'HDF5:"SMAP_L3_SM_P_E_20170711_R15060_001.h5"://geotiff/' SMAP_L3_SM_P_E_20170711_R15060_001.tif
^
SyntaxError: invalid syntax
I keep getting different answers on where to put the quotations. Also, I just want to confirm that if I use gdal_translate and specify that the output will be GeoTIFF, it will create a Geotiff file on my computer. I checked these resources already, but I am still stuck: