mintproject / MINT-Transformation

MIT License
3 stars 1 forks source link

Add cycles transformation #72

Closed minhptx closed 4 years ago

minhptx commented 4 years ago

@dgarijo I converted Rafael's GLDAS2Cycles script to a transformation pipeline.

There is no mention about latitude, longitude and coord_file parameters in the script so I just put some random values for these. Please let me know if you know what I should put in for these parameters.

P/s: I also need sample data to test the pipeline.

dgarijo commented 4 years ago

@minhptx the input lat/long is a CSV: https://github.com/pegasus-isi/pegasus-cycles/blob/master/data/oromia.csv. The one Yuning wanted to execute are these coordinates:

location.txt

As for the weather files, I believe it's gldas. We have it here: https://data.mint.isi.edu/files/raw-data/GLDAS/ (it's huge). For testing you may use only one of the files

minhptx commented 4 years ago

@dgarijo The pipeline is tested on the GLDAS. I will merge the PR to master. I will wait for you to test it on your side before closing the issue

dgarijo commented 4 years ago

Thanks. I need to finish a few things today and will give it a go