Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do the model have a default CRS? #112

Open
yelvk opened this issue Feb 1, 2024 · 5 comments
Open

do the model have a default CRS? #112

yelvk opened this issue Feb 1, 2024 · 5 comments

Comments

@yelvk
Copy link

yelvk commented Feb 1, 2024

i use the climate data which is in “Krasovsky_1940_Albers” projection,and reproject the mask/dem/... data to the same projection , then the result looks strange 。

do i need to reproject all data into 'WGS1984'? or a random projected coordinate system is also ok?

下载

@NokuzaSezo97
Copy link
Collaborator

Hi @yelvk,

Unfortunately, yes. PyAEZ algorithm works with GCS coordinates as major algorithm considers latitudes as the main factor in biomass and yield calculation, not with the projected coordinates. So, all gridded datasets requires to reproject to GCS coordinates with WGS84 datum.

One thing to note is our current version is still valid for yield simulation in the Northern Hemisphere. Southern Hemisphere is yet to be implemented. This is to be covered in the coming new version.

Regards,

Swun Wunna Htet

@yelvk
Copy link
Author

yelvk commented Feb 2, 2024

thanks for your answer

@maobw12
Copy link

maobw12 commented Feb 3, 2024

嗨,

不幸的是,是的。PyAEZ算法使用GCS坐标,因为主要算法将纬度视为生物量和产量计算的主要因素,而不是投影坐标。因此,所有网格化数据集都需要使用 WGS84 基准面重新投影到 GCS 坐标。

需要注意的一点是,我们目前的版本仍然适用于北半球的产量模拟。南半球尚未实施。这将在即将到来的新版本中介绍。

问候

Swun Wunna Htet(斯温·乌纳·赫特特酒店)

Do you mean that all data should be set to a datum of D_WGS_1984 , and a spatial reference coordinate system of GCS_WGS_1984, rather than a projected coordinate system for the raster?
GCS
Alber
Alber1
Is it a projected form like Figure 1 or a Figure 2 Figure 3 projected form?
Thank you very much for your letter.
Best wishes

@NokuzaSezo97
Copy link
Collaborator

It's figure 1, @maobw12.

@maobw12
Copy link

maobw12 commented Feb 5, 2024

Thank you very much for your advice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants