HydrologicEngineeringCenter / Vortex

data processing utilities
MIT License
27 stars 7 forks source link

Windows: User Locale limiting multiple grb imports to single grid #29

Closed PowIlove closed 3 years ago

PowIlove commented 3 years ago

hi, i am having problems with this script, when i imported the grb files format to dss file i have been problems with result o the records because if i got 24 dates of precipitation daily just i get 1 record in my document dss and not get 24 files of precipitation image

i have other question, its possible that vortex tool work with a specific operating system?

tombrauer commented 3 years ago

Greetings @PowIlove, Can you upload a zip file with your *.grb files?

We've done some work to make multi-platform Vortex distributions but I've only been posting builds for Windows x64. Which platform are you looking for?

PowIlove commented 3 years ago

hello @tombrauer yes of course immediately i upload the zip; referent to platform i am using vortex v0.10.20. i remember that had to use JDK cause the begining i can't to open the script of import (appeared errors) but later that put the JDK and i can to open and run the script but later appear it with this mistake of only one record in dss file. NLDAS_GRB_ONEDAY_DATA.zip

PowIlove commented 3 years ago

C:\vortex-0.10.20\bin>SET "PATH=.\gdal;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Users\jesus\AppData\Local\Microsoft\WindowsApps;"

C:\vortex-0.10.20\bin>SET "GDAL_DATA=.\gdal\gdal-data"

C:\vortex-0.10.20\bin>SET "PROJ_LIB=.\gdal\projlib"

C:\vortex-0.10.20\bin>"..\jre\bin\java.exe" --module-path "..\jmods" --add-modules javafx.controls,javafx.fxml -Djavafx.cachedir=. -Djava.library.path=".;.\gdal" -cp ..\lib\importer.jar;..\lib* importer.MetDataImportWizard

OS Name is Windows 10

-----DSS---ZOPEN: Existing File Opened, File: C:\Users\jesus\Documents\test\test14.dss

                   Unit:    3;  DSS Versions - Software: 6-YN, File: 6-QF,  Library 7-HK

-----DSS---ZWRITE Unit 3; Vers. 1: ///PRECIPITATION//// -----DSS---ZWRITE Unit 3; Vers. 2: ///PRECIPITATION//// -----DSS---ZWRITE Unit 3; Vers. 3: ///PRECIPITATION//// -----DSS---ZWRITE Unit 3; Vers. 4: ///PRECIPITATION//// -----DSS---ZWRITE Unit 3; Vers. 5: ///PRECIPITATION//// -----DSS---ZWRITE Unit 3; Vers. 6: ///PRECIPITATION//// -----DSS---ZWRITE Unit 3; Vers. 7: ///PRECIPITATION//// -----DSS---ZWRITE Unit 3; Vers. 8: ///PRECIPITATION//// -----DSS---ZWRITE Unit 3; Vers. 9: ///PRECIPITATION//// -----DSS---ZWRITE Unit 3; Vers. 10: ///PRECIPITATION//// -----DSS---ZWRITE Unit 3; Vers. 11: ///PRECIPITATION//// -----DSS---ZWRITE Unit 3; Vers. 12: ///PRECIPITATION//// -----DSS---ZWRITE Unit 3; Vers. 13: ///PRECIPITATION//// -----DSS---ZWRITE Unit 3; Vers. 14: ///PRECIPITATION//// -----DSS---ZWRITE Unit 3; Vers. 15: ///PRECIPITATION//// -----DSS---ZWRITE Unit 3; Vers. 16: ///PRECIPITATION//// -----DSS---ZWRITE Unit 3; Vers. 17: ///PRECIPITATION//// -----DSS---ZWRITE Unit 3; Vers. 18: ///PRECIPITATION//// -----DSS---ZWRITE Unit 3; Vers. 19: ///PRECIPITATION//// -----DSS---ZWRITE Unit 3; Vers. 20: ///PRECIPITATION//// -----DSS---ZWRITE Unit 3; Vers. 21: ///PRECIPITATION//// -----DSS---ZWRITE Unit 3; Vers. 22: ///PRECIPITATION//// -----DSS---ZWRITE Unit 3; Vers. 23: ///PRECIPITATION//// -----DSS---zclose6 Unit: 3, File: C:\Users\jesus\Documents\test\test14.dss Pointer Utilization: 0.25 Number of Records: 1 File Size: 76.7 Kbytes Percent Inactive: 163.8 Number of Reads: 118`

this is code that appear to moment to run the script or when is processing

tombrauer commented 3 years ago

@PowIlove I tested your dataset. I see the grids coming in with dates. https://user-images.githubusercontent.com/9610094/117013372-a8b54c80-aca4-11eb-8e21-030091d29d65.mp4

PowIlove commented 3 years ago

i did the same that you but i continue having the same result i don't know why, just for know maybe i need have other components in my windows x64? or a special version of hec-dss?

PD: excuse me by my question but will be possible have a meeting with you sir?

tombrauer commented 3 years ago

I've tried a few different things and I'm unable to reproduce. Maybe you can create a video so that I can see each step that you take.

PowIlove commented 3 years ago

I'm sorry for some reason the video got up incomplete, i upload the video again

https://user-images.githubusercontent.com/59849903/117109513-a4873e80-ad39-11eb-95c9-3bcf920c8848.mp4

PowIlove commented 3 years ago

Hi @tombrauer excuse me again, but will be possible have like a little bit tutorial about as use of this tools, actuallity i'm working with the grid process for a project of my university in master degress level, so i would like as learn to use it, i hope that be possible, thanks for all

danhamill commented 3 years ago

In dssvue, could you have the pathnames condensed?

https://www.hec.usace.army.mil/confluence/rtsdocs/rtsum/3.2.1/using-hec-dssvue/dss-pathnames

tombrauer commented 3 years ago

@PowIlove what is the Locale setting of your system? image

PowIlove commented 3 years ago

is this image

PowIlove commented 3 years ago

@tombrauer thanks so much finally i can to use the tool, if it was that part

PowIlove commented 3 years ago

Hi dear @tombrauer i was working in vortex again and i was wondering if this tool supports other formats such as .asc i wanted to do some tests with it but I got this error image

I don't know if there is a solution for this error

tombrauer commented 3 years ago

@PowIlove This issue seems unrelated to the one that was initially reported. Can you close this issue and create a new one?