Fix the --url and --tile options.Merge in LDD/daac2disk from develop to master
* commit '4a5788af5915a0ebe2e3d994b707d5a8e67078e0':
Windows build
Had to modify the --tile option so it would include VNP shortnames and not just MODIS shortnames.
Updated Windows binary and hash
Fixing the --url command line option and updating a few md5 -> sha256 items that were overlooked.
Pull request #9: Had to modify the --tile option so it would include VNP shortnames and not just MODIS shortnames.Merge in LDD/daac2disk from feature/fix_cli_bugs to develop
* commit '581a79c0acbb5d1219427c74da3a2003599ee3ce':
Had to modify the --tile option so it would include VNP shortnames and not just MODIS shortnames.
Pull request #8: Fixing the --url command line option.Merge in LDD/daac2disk from feature/fix_cli_bugs to develop
* commit '53362ff313d276f878b33c141cc9027dcf23e10e':
Fixing the --url command line option and updating a few md5 -> sha256 items that were overlooked.
Pull request #7: Develop Update distrbutionsMerge in LDD/daac2disk from develop to master. Updated the distributions for removing the ECHO tokens.
* commit '37786f947220ef1dd2f7a7f71375f3a7a4990434':
Build the Windows executable and associated SHA256 hash. Removed the older MD5 hash.
Swithced the windows command to create the checksum from MD5 to SHA256.
Found another reference to md5 in the OSX build section.
Switched the che...
Pull request #6: Feature/update distributionMerge in LDD/daac2disk from feature/update_distribution to develop
* commit '5a5c079c31126c8e9e48ab0f2b69b4f5fcb71aab':
Build the Windows executable and associated SHA256 hash. Removed the older MD5 hash.
Swithced the windows command to create the checksum from MD5 to SHA256.
Found another reference to md5 in the OSX build section.
Switched the checksum to SHA-256 including the build ...
Pull request #5: Bug fixes and updatesMerge in LDD/daac2disk from develop to master
* commit 'bb91cbce7b5bdd41524630771fdc418031e856ca':
Cleaning up the development comments in the code and removing DEBUG mode.
Took out the ECHO Token for searching CMR, it's not needed for public data. Also filted out S3 urls and changed the xml tags for metadata and browse. Also made the download more efficient by removing what seems to be ...
Pull request #4: Feature/EarthDataLoginRemove the ECHO token from CMR queries, make the download process more efficient by removing an extra http request, and fix broxen xpath's for browse and metadata urls.
* commit '9e180bea97493959903594cad2a2fd526ad195cb':
Cleaning up the development comments in the code and removing DEBUG mode.
Took out the ECHO Token for searching CMR, it's not needed for public data. Also filted out S3 ...
Took out the ECHO Token for searching CMR, it's not needed for public data. Also filted out S3 urls and changed the xml tags for metadata and browse. Also made the download more efficient by removing what seems to be an extra http request.
Merge pull request #3 in LDD/daac2disk from patch/LDD-mimetypes-fix to develop* commit '75c54e077910426617443d179da12f5080b83c86':
Cleaned up the MD5 file to be consistent w/ previous version(s)
Created new Windows binary and MD5
Created new centos and ubuntu binaries/MD5's
Updated centos/ubuntu perl module installs
updated mac binary
Modified list of perl modules to fix build issue
remove mimetypes filter
Merge pull request #2 in LDD/daac2disk from patch/perl-module-install-fix to patch/LDD-mimetypes-fix* commit 'f23c1ea87e5b8d343dec9b71820194986b143d75':
Created new centos and ubuntu binaries/MD5's
Updated centos/ubuntu perl module installs
Modified list of perl modules to fix build issue
Merge pull request #1 in LDD/daac2disk from feature/LPOPS-1585 to develop* commit 'b201e9ebf990d2ceb62932cbc61156225d484b0c':
[LPOPS-1585] Updated README.md with CentOS 7 build instructions
Created automatic build script for Ubuntu 18 that utilizes docker.[LPOPS-1585]
- Created single shell script for Ubuntu 18 build process
- Split build scripts under build/ into directories named by their OS
- Updated existing build scripts to reflect the extra directory in their path
- Updated README.md to reflect the new changes