Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up HDF4 handler code: remove extra spaces, update comments, rem… #828

Merged
merged 4 commits into from
Oct 12, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update NASA file download scripts.
  • Loading branch information
kyang2014 committed Oct 12, 2023
commit 53ca832ef76697fa0127e89126fc162a7fe47d13
56 changes: 28 additions & 28 deletions modules/hdf4_handler/data.nasa/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,44 +13,44 @@ if [ -z "$GET" ]; then
echo "Neither wget nor curl found in your system."
exit
fi
$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/GESDISC/AIRS.2008.10.27.L3.RetStd001.v5.2.2.0.G08303124144.hdf
$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/GESDISC/AIRS.2013.12.08.001.L2.RetStd.v6.0.7.0.G13345141819.hdf
$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/GESDISC/AIRS.2013.01.01.L3.RetStd001.v6.0.9.0.G13092214104.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/GESDISC/AIRS.2008.10.27.L3.RetStd001.v5.2.2.0.G08303124144.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/GESDISC/AIRS.2013.12.08.001.L2.RetStd.v6.0.7.0.G13345141819.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/GESDISC/AIRS.2013.01.01.L3.RetStd001.v6.0.9.0.G13092214104.hdf

$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/LAADS/MOD021KM.A2010277.1710.005.2010278082807.hdf
$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/LPDAAC/MYD09Q1.A2007001.h00v09.005.2007085230839.hdf
$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/LPDAAC/MOD16A2.A2017145.h10v04.006.2017160232658.hdf
$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/LPDAAC/MYD21A1N.A2018304.h06v03.006.2018327044516.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/LAADS/MOD021KM.A2010277.1710.005.2010278082807.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/LPDAAC/MYD09Q1.A2007001.h00v09.005.2007085230839.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/LPDAAC/MOD16A2.A2017145.h10v04.006.2017160232658.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/LPDAAC/MYD21A1N.A2018304.h06v03.006.2018327044516.hdf

$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/NSIDC/MOD29.A2013196.1250.005.2013196195940.hdf
$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/NSIDC/MOD29E1D.A2009340.005.2009341094922.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/NSIDC/MOD29.A2013196.1250.005.2013196195940.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/NSIDC/MOD29E1D.A2009340.005.2009341094922.hdf

$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/LaRC/MISR_AEROSOL_P017_O036105_F10_0020_GOM_b64-72.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/LaRC/MISR_AEROSOL_P017_O036105_F10_0020_GOM_b64-72.hdf

$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/NSIDC/AMSR_E_L2A_BrightnessTemperatures_V10_200501180027_D.hdf
$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/NSIDC/AMSR_E_L3_RainGrid_V06_200206.hdf
$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/NSIDC/AMSR_E_L3_5DaySnow_V09_20050126.hdf
$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/NSIDC/AMSR_E_L3_SeaIce6km_V11_20050118.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/NSIDC/AMSR_E_L2A_BrightnessTemperatures_V10_200501180027_D.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/NSIDC/AMSR_E_L3_RainGrid_V06_200206.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/NSIDC/AMSR_E_L3_5DaySnow_V09_20050126.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/NSIDC/AMSR_E_L3_SeaIce6km_V11_20050118.hdf

$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/LaRC/MOP02-20120801-L2V8.2.2.prov.hdf
$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/LaRC/MOP03-200112220L3V2.0.1.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/LaRC/MOP02-20120801-L2V8.2.2.prov.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/LaRC/MOP03-200112220L3V2.0.1.hdf

$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/NSIDC/NISE_SSMISF17_20110424.hdf
$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/LPDAAC/VIP01P4.A2010001.002.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/NSIDC/NISE_SSMISF17_20110424.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/LPDAAC/VIP01P4.A2010001.002.hdf

$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/GESDISC/2A23.20120925.84650.7.hdf
$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/GESDISC/3B43.20130901.7.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/GESDISC/2A23.20120925.84650.7.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/GESDISC/3B43.20130901.7.hdf

$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/LaRC/CER_ISCCP-D2like-GEO_Composite_Beta1_023031.200510.hdf
$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/LaRC/CER_ES8_TRMM-PFM_Edition2_025021.20000229.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/LaRC/CER_ISCCP-D2like-GEO_Composite_Beta1_023031.200510.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/LaRC/CER_ES8_TRMM-PFM_Edition2_025021.20000229.hdf

$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/GESDISC/MERRA300.prod.assim.tavg3_3d_chm_Nv.20120630.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/GESDISC/MERRA300.prod.assim.tavg3_3d_chm_Nv.20120630.hdf

$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/OBPG/T20000322000060.L3m_MO_NSST_4.hdf
$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/OBPG/T2010001000000.L2_LAC_SST.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/OBPG/T20000322000060.L3m_MO_NSST_4.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/OBPG/T2010001000000.L2_LAC_SST.hdf

$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/PODAAC/2006001-2006005.s0454pfrt-bsst.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/PODAAC/2006001-2006005.s0454pfrt-bsst.hdf

$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/GHRC/LISOTD_HRAC_V2.2.hdf
$GET ftp:https://gamma.hdfgroup.org/pub/outgoing/opendap/data/HDF4/NASA1/LAADS/MYD09.A2019003.2040.006.2019005020913.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/GHRC/LISOTD_HRAC_V2.2.hdf
$GET https:https://gamma.hdfgroup.org/ftp/pub/outgoing/opendap/data/HDF4/NASA1/LAADS/MYD09.A2019003.2040.006.2019005020913.hdf