VeinsOfTheEarth / rabpro

Delineating watershed basins and computing attribute statistics using Google Earth Engine
https://VeinsOfTheEarth.github.io/rabpro
BSD 3-Clause "New" or "Revised" License
35 stars 8 forks source link

JOSS review: General documentation #130

Closed kanishkan91 closed 2 years ago

kanishkan91 commented 2 years ago

image

https://github.com/openjournals/joss-reviews/issues/4237

jsta commented 2 years ago

The capture command is a "magic command" that hides progress printing. https://ipython.readthedocs.io/en/stable/interactive/magics.html#cellmagic-capture

kanishkan91 commented 2 years ago

The capture command is a "magic command" that hides progress printing. https://ipython.readthedocs.io/en/stable/interactive/magics.html#cellmagic-capture

@jsta Thanks! Did not know about that.

jonschwenk commented 2 years ago

Contribution instructions are now in the main readme.

Re: Moving installation instructions main readme (second check box). We discussed this and decided that we prefer the current design as it is cleaner and prevents us from updating docs in two places.

rabpro.utils.coords_to_merit_tile() is now included in the Basic example.