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

Migrate from our arbitrary-json to ACE-json format #35

Open
istfer opened this issue May 2, 2022 · 3 comments
Open

Migrate from our arbitrary-json to ACE-json format #35

istfer opened this issue May 2, 2022 · 3 comments
Assignees
Labels
Difficulty: 02 - Normal intermediate task enhancement New feature or request ideas Priority: 02 - Normal Normal tasks in the queue

Comments

@istfer
Copy link
Collaborator

istfer commented May 2, 2022

Our app currently formats data into a json file that adopts ICASA vocabulary but not exactly the ACE (AgMIP Crop Experiment) format that AgMIP uses.

It would be quite neat if we already store data in ACE format under the hood. The biggest difference is that we use Variable_name whereas ACE uses the codes on the ICASA table, see ACE example files here.

This will make all data collected via the app directly compatible with AgMIP activities.

@istfer istfer added enhancement New feature or request Difficulty: 02 - Normal intermediate task Priority: 02 - Normal Normal tasks in the queue ideas labels May 2, 2022
@istfer
Copy link
Collaborator Author

istfer commented May 2, 2022

Additional note, ACEB format (B for binary) is just a gzipped json file.

@istfer
Copy link
Collaborator Author

istfer commented May 5, 2022

Let's also remember to put in a couple of metadata fields (e.g. site_name, plot_id) to make the each json file more stand-alone.

@imSanko
Copy link

imSanko commented Nov 12, 2022

I want to work in this project can you assign this to me ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty: 02 - Normal intermediate task enhancement New feature or request ideas Priority: 02 - Normal Normal tasks in the queue
Projects
None yet
Development

No branches or pull requests

2 participants