HydrologicEngineeringCenter / Vortex

data processing utilities
MIT License
26 stars 7 forks source link

tif format problem (one record) #53

Closed PowIlove closed 2 years ago

PowIlove commented 2 years ago

hi again @tombrauer right now i'm having problems with tif formats. i'm working with CHIRPS files i'm trying of create one archive dss with daily dates of one month (adjunt of ss of this archives) also the code in a notepad that throws me and result of dss archive in HEC-DSS

image

12-14-2021-1

notepad tif.txt

tombrauer commented 2 years ago

@PowIlove take a look at this documentation. Try using the ISO-8601 date format in your file names.

PowIlove commented 2 years ago

Hello again @tombrauer i have been working ultimatly with two different types of files (CHIRPS & NLDAS) into of vortex tools, but i noted something; for example in the part C of CHIRPs the file not describe the type of climate field (precipitacion, radiation, temperature etc ..) but in NLDAS if describe this types of climate field, but in NLDAS the part of range of time in D & E, isnot exactly as should to be, What could this be due to? 01-03-2022

01-03-2022-1

the file test2 is the archive of NLDAS & the archive test1 CHIRPS

tombrauer commented 2 years ago

@PowIlove is this related to the original issue, or is this a new issue?

PowIlove commented 2 years ago

is related to original issue, i was able modify the format of archive to thanks to norms, but i'm having this problems now

tombrauer commented 2 years ago

@PowIlove please upload your tif files.

PowIlove commented 2 years ago

January_1981.zip

uploaded done, thanks for review

tombrauer commented 2 years ago

I added logic in 0.10.27-rc2 that extracts the C Part from the filename, if it can't be extracted elsewhere. This allows the data you've posted to be imported with a "PRECIPITATION" C Part.

danhamill commented 2 years ago

Nice! Also relates to #18

tombrauer commented 2 years ago

@danhamill Good to know. I was looking at open issues and it seems like this will help with a number of them. Editing the C-Part in DSSVue after import is not too difficult, but this will provide even more automation, which is what the vortex users have come to expect :)

tombrauer commented 2 years ago

Marking as closed.