Code Monkey home page Code Monkey logo

Comments (5)

MengZhang avatar MengZhang commented on August 11, 2024

The reason for this issue is that when resolve the issue of overwriting file, I add append function for soil and weather file, but forget to change to use soil_id as the key of soil files in the map, while originally I use file name as the key. As a result, for soil file, it becomes to allow to write site info only once. It cause the following data lost.
In addition, I also check the weather side and find another issue that, if multiple experiment use same weather station's data but the duration are discontinuous, like one use UFGA8401, and another use UFGA8601, I will put them together in one weather site data. Will API be able to divide them and send them in separated site record?

from translator-dssat.

frostbytten avatar frostbytten commented on August 11, 2024

Yes, the API is designed to handle this.

On Tuesday, November 6, 2012 at 3:02 PM, MengZhang wrote:

The reason for this issue is that when resolve the issue of overwriting file, I add append function for soil and weather file, but forget to change to use soil_id as the key of soil files in the map, while originally I use file name as the key. As a result, for soil file, it becomes to allow to write site info only once. It cause the following data lost.
In addition, I also check the weather side and find another issue that, if multiple experiment use same weather station's data but the duration are discontinuous, like one use UFGA8401, and another use UFGA8601, I will put them together in one weather site data. Will API be able to divide them and send them in separated site record?


Reply to this email directly or view it on GitHub (#27 (comment)).

from translator-dssat.

MengZhang avatar MengZhang commented on August 11, 2024

In addition, if the weather daily data between years is not always in ascending order, will it become an issue for API?
Like 19850101 ... 19851231, 19840101 ... 19841231, 19860101 ... 19861231

from translator-dssat.

frostbytten avatar frostbytten commented on August 11, 2024

I'll test to make sure, but I believe I search by year anyways.

On Tuesday, November 6, 2012 at 3:31 PM, MengZhang wrote:

In addition, if the weather daily data between years is not always in ascending order, will it become an issue for API?
Like 19850101 ... 19851231, 19840101 ... 19841231, 19860101 ... 19861231


Reply to this email directly or view it on GitHub (#27 (comment)).

from translator-dssat.

MengZhang avatar MengZhang commented on August 11, 2024

OK. If it becomes an issue, I can add a sort handling for daily array.

from translator-dssat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.