Code Monkey home page Code Monkey logo

delft3d-toolbox's Introduction

Hey there ๐Ÿ‘‹, I am Vecko!

๐Ÿงฎ๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Bachelors in Maths and Data Science
๐ŸŒฒ๐ŸŒŠ๐ŸŒ Passionate about the environment and sustainability
๐ŸŒฑ๐ŸŒฑ๐ŸŒฑ Chasing a career in earth data
๐Ÿ“จ๐Ÿ“จ๐Ÿ“จ Want to reach out? Whether its just to say hi, for international conferences,
    or interesting projects, contact me at VeckoTheGecko at proton.me

Current Projects

๐ŸŒŠ OceanParcels (maintainer)
๐Ÿš ClimateTown Knowledge Hub (project lead)

GitHub Stats

Commit history snake game

P.S.: Sometimes responding to issues and PRs with critique and feedback can sound harsh/rude. Know that if I've come across as rude, most likely it's me just being abrupt/time efficient and not a reflection of my mood or attitude. As much as I'd love to have great conversations/interactions with people on GitHub, sometimes I'm just here to code and get stuff shipped. Have a great day ๐Ÿ˜

delft3d-toolbox's People

Contributors

carlisle345748 avatar veckothegecko avatar

Stargazers

 avatar

delft3d-toolbox's Issues

Instantiating gridfiles directly from meshdata

Currently in the GrdFile class there is no functionality for instantiating a gridfile directly from mesh data. Code here

Adding this functionality will mean that the gridfile can be specified directly from code

Question: Would it be worth validating the grid data to make sure its increasing/in a grid shape?

[FEATURE] Missing values while setting gridfile

Current behaviour

Missing values from .grd file are used when setting grid. This means that nans cant be used to specify missing values.

Argument for improvement

Python has np.nan and masked arrays which can be interpretted as missing values. Permitting these types of missing values allows for mroe seamless integration of package with Python.

Possible solution

Store missing values in x and y attributes as np.nan or similar.

Modify the grid_writer method in GrdFile.py to convert nans to the Delft3D missing value format for that file (implement warnings as well so that valid (ie. non-nan) values don't clash with Delft3D missing value specification accidentally).

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.