This file is part of merra_data_analyzer, a high-level ftp-protocol big size recursive file downloader and merra file analyser.
This README document contains all the informations that are necessary to get this application up and running.
- MERRA DATA ANALYZER
- Description : Download MERRA data from NASA FTP server, extract and populate them to Postgres database
- Version : 1.0
- Repository : https://bitbucket.org/mantoshkumar1/merra_data_analyzer
$ cd merra_analyzer $ export PYTHONPATH=$PWD $ python scripts/hdf_script.py --------- Relax Now ----------
Note : You can see the logging of this tool in home directory "log.log" file.
$ psql $ create database merra; (Set this DB_NAME in cfg.py) $ \c merra; (connect to DB) $ \q (exit from psql prompt)
Please read DUMMY_READ_ME.txt file
Please read DUMMY_READ_ME.txt file