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

AgroMo transfer to other location #114

Open
fodornandor opened this issue Oct 17, 2020 · 14 comments
Open

AgroMo transfer to other location #114

fodornandor opened this issue Oct 17, 2020 · 14 comments
Assignees
Labels
NEXT NEXT step in development

Comments

@fodornandor
Copy link
Collaborator

Design protocol for using AgroMo for another location.
challenge: what is needed to (how should map creation be enhanced/changed) create gridded maps using query results?

@hollorol
Copy link
Owner

hollorol commented Oct 23, 2020

Please give me a JSON file, which contains:

  1. The bounding box for a region in hungary The resolution for the region in hungary
  2. A soil directory for that region
  3. weather directory for that region
  4. The coordinates for center of the cells.

@fodornandor
Copy link
Collaborator Author

Is 1. really needed if 5. is provided? The first coordinate of the left-most cell(s) and the second coordinate of the bottom-most cell(s) provide the coordinates of the bottom-left corner of the bounding box... aren't they? The top-right corner can be defined/found similarly. I cannot see the point of 4. Meteorology file for the region? Which file do you mean?

@hollorol
Copy link
Owner

Yes, 1. is not needed, instead you have to provide a resolution.

@hollorol
Copy link
Owner

The meteorological file set...

@hollorol
Copy link
Owner

further more the bounding box can be necessary if you want to add context (if you zoom too closely on a county, you can see the problem)

@fodornandor
Copy link
Collaborator Author

The meteorological file set...

That's 3. (that is why I'm confused... is it repeated?)

@fodornandor
Copy link
Collaborator Author

further more the bounding box can be necessary if you want to add context (if you zoom too closely on a county, you can see the problem)

The original bounding box info can be retreived from the cell lat/long data... I cannot see why/how zooming in causes a problem ... maybe zoom out?

@hollorol
Copy link
Owner

If you want to see Hungary for example you have some outer region parts... With this, you can see the surrounding countries (partly) as well. As I remember in the first version, we only ploted just the points... You said that plot some part of the surrounding also...

@hollorol
Copy link
Owner

hollorol commented Oct 23, 2020

The meteorological file set...

That's 3. (that is why I'm confused... is it repeated?)

Yes, I made it accidentally. I changed it to soil

@fodornandor
Copy link
Collaborator Author

The meteorological file set...

That's 3. (that is why I'm confused... is it repeated?)

Yes, it was accidentally. I changed it to soil

That is 2. :)

@fodornandor
Copy link
Collaborator Author

If you want to see Hungary for example you have some outer region parts... With this, you can see the surrounding countries (partly) as well. As I remember in the first version, we only ploted just the points... You said that plot some part of the surrounding also...

OK. So that is zoom out... I think it's not necesseraly a feature of the original grid, in stead this info belongs to the zooming process.

@hollorol
Copy link
Owner

hollorol commented Oct 23, 2020

That is a new feature... In the current process we control it with bounding box, and there is no zoom.

@fodornandor
Copy link
Collaborator Author

OK, then I would minimize the margin around the area we'd like to focus on... but I can let it go and include bound box info as well.

@fodornandor
Copy link
Collaborator Author

I think we need only these:

  1. bottom-left & top-right corners of the bounding box (lat/long in harmony with the cell coordinates)
  2. resolution
  3. lat/lon of the grid cells (of the region)

the soil and weather file folders come with the story file, here we just define the grid

@fodornandor fodornandor added NEXT NEXT step in development and removed enhancement New feature or request labels Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NEXT NEXT step in development
Projects
None yet
Development

No branches or pull requests

4 participants