Giter Club home page Giter Club logo

agera5tools's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

agera5tools's Issues

what the example data looks like

Hello,

i'm trying to use agera5 as a weather data input to the model!
A few days ago I downloaded agera5 from the research area using the python package cdsapi. But I found out today that you have already developed one of these packages!

In your example you seem to be working on data that has already been downloaded locally, but I don't know what the example data looks like, can you please provide the example data?

And I would like to do an area-by-image simulation, how can this agera5tools package help me?

Thank you very much for taking your valuable time to develop such a python package and a python implementation of the WOFOST model, they have helped me a lot!

sqlalchemy version issue caused db creation failed when init

Problem:
sqlalchemy > 2.0 yield error message
sqlalchemy.exc.ArgumentError: expected schema argument to be a string, got <class 'sqlalchemy.engine.base.Engine'>.

Trial and error๏ผš
Followed the documentation on sqlalchemy website about creating sqlite db https://docs.sqlalchemy.org/en/20/core/engines.html#sqlite

changed the dsn argument value into a string with double quote in the configuration file
dsn: "sqlite:///C:\\Users\\GitRepos\\DataGathering\\Climate\\agera5.db"

Still not working

Tried installing an older version followed the suggestion https://github.com/Jacob-Stevens-Haas/tehom/issues/25#issuecomment-1630266724

WORKED

So the SOLUTION

pip uninstall sqlalchemy 

pip install sqlalchemy<2.0 

Documentation:
https://github.com/ajwdewit/agera5tools/edit/main/doc/user_guide.rst

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.