SpatioTemporal / STAREPandas

STAREpandas adds SpatioTemporal Adaptive Resolution Encoding (STARE) support to pandas DataFrames. https://starepandas.readthedocs.io/en/latest/
MIT License
4 stars 1 forks source link

Modifications for DYAMONDv2 podding. #149

Closed NiklasPhabian closed 9 months ago

NiklasPhabian commented 1 year ago

Modification of IMERG for podding DYAMONDv2 data from Jiun-Dar.

mbauer288 commented 11 months ago

This is for the PMOD artificial IMERG precip features dataset. Needed by STAREPodder

NiklasPhabian commented 10 months ago

ok. The issue breaking the test is fixed. @mbauer288, in an ideal world, we'd like to have a test with any of those feature additions. Also, we really don't want any verbose flags and print statements making it into master. We should see if we should move towards including logging into starepandas though https://docs.python.org/3/howto/logging.html

NiklasPhabian commented 10 months ago

Also wondering. read_timestamps() and read_latlon() is not implemented for L3IMERG, right? I.e. we cannot read imerg granules as of now

NiklasPhabian commented 10 months ago

oh; also read_data() is not implemented! for neither dyamondv2 nor imerg

NiklasPhabian commented 10 months ago

OK. So this passes the test now. But we cannot read IMERG and neither diamondv2 with this. We should probably