Giter VIP home page Giter VIP logo

hydrant's Introduction

hydant

Under development...

hydrant's People

Contributors

kasra-keshavarz avatar shervangharari avatar fuadyassin avatar

Watchers

 avatar

hydrant's Issues

The unit of `area` can be defined by the user

The unit of the area needs to be defined by the user. Otherwise, the default unit of CRS with EPSG value of 6933 will be considered. Furthermore, the fid of the area variable needs to be given by the user.

# calculating unit area in km2
# first transforming crs to an equal area one, i.e., EPSG:6933
cst[area_id] = cst.to_crs(epsg=6933).area / 1e6

dtypes in `prepare_riv(...)` function needs to be consistent with the checks

If the dtype of input columns of the rivs object is not int or float, the following lines will cause an issue:

# creating `river_sec_df`
river_sec_df = river.loc[:, river_sec]
river_sec_df.where(~(river_sec_df <= 0), riv_na_val, inplace=True)
river_sec_df.where(~(river_sec_df.isnull()), riv_na_val, inplace=True)
river.loc[:, river_sec] = river_sec_df

It is better to get the data types of each column as a separate argument (optional), and do necessary checks given the object's data type.

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.