HydrologicEngineeringCenter / Vortex

data processing utilities
MIT License
25 stars 7 forks source link

Shifted gridded precipitation #80

Closed DarioRuggiu closed 1 year ago

DarioRuggiu commented 1 year ago

Hi, I'm importing from netcdf files climatic dataset. The reference system of netcdf files is UTM wgs84 32N. I use import and every thing is good except the position of the data which are shifted to right. Do you have any idea to correct this issue?

tombrauer commented 1 year ago

@DarioRuggiu can you post a sample file so that I can investigate?

DarioRuggiu commented 1 year ago

The size of netcdf files is 2,5 gb and the dss file is close to 200 mb. I can just attach an image of the real coverage of netcdf dataset. If you give me an email I will send you a gd link which contains dss and netcdf data. Immagine 2023-04-21 090859

tombrauer commented 1 year ago

@DarioRuggiu you can email to thomas.brauer@usace.army.mil

DarioRuggiu commented 1 year ago

Thank you! Check your email!

tombrauer commented 1 year ago

@DarioRuggiu please test v0.10.36-rc.1.

The Rotated Pole projection that your data uses poses many challenges. See NetCDF rotated grid support. I tried to add better support for Rotated Pole in Vortex. GDAL's support for the projection is still limited, at least in the Java API.

DarioRuggiu commented 1 year ago

Thanks Tom, the new release works fine! I will take further tests on different areas. Thank you for your support and for the new Vortex version!