GithubHelp home page GithubHelp logo

neemiasbsilva / handling-netcdf-using-python Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 39 KB

Automating Mass Downloading netCDF File for use to GISS ( Goddard Institute for Space Studies) Software

Python 90.50% Shell 9.50%

handling-netcdf-using-python's Introduction

Automating Mass Downloading netCDF File for use to GISS ( Goddard Institute for Space Studies) Software

Network Common Data Form (netCDF) Overview

Example of structure netCDF file.

NetCDF is a set of interfaces for array-oriented data access and self-describing, machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data.

Repository Description

The goal of this repository is to researchers use with tool for get state-of-the-art daily precipitation dataset APHRODITE. The APHRODITE, is asian precipitation - highly - resolved observational data integration towards evaluation of water resources.

After you get the set of netCDF dataset you can use the NASA GISS to visualizing, analysing and extract time series of data.

Getting Started

Usage

To run the first step of this repository you need to set two arguments of run_mass_downloading.sh which are:

 -user_name [email protected] (example) \
 -password xxxxxxxx (example)

Note: when you clone (or fork this) repository, you need create a folder and nominate to netCDF-temperature.

After that, you can run the script using the terminal of you system operation:

 sh run_mass_downloading.sh

The third step is run another shell script to extract the files and add the file extension ".nc".

 sh run_extrated_script.sh

And finally, you can use the NASA GISS to visualizing and analysing the dataset.

Optional, but important setp

The next step is optional, in other words, you can transform the dataset into time series file (CSV), but before you run the script you need to set some parameters that are:

 -file_name "chose the directory" \
 -csv_path "name of file with extension .csv"
 -specie_latitude decimal value \
 -specie_longitude decimal value

After that, you can type the command bellow in your terminal and press enter:

 sh run_netCDF_into_time_series.sh

Sincerely: Neemias B. da Silva

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.