From b1d90c481d82920b868c350cd3bdd9a2539ff2af Mon Sep 17 00:00:00 2001 From: MikeJohnson-NOAA Date: Thu, 7 Nov 2024 09:59:44 -0700 Subject: [PATCH] Update index.md Hydrofabric is not a python package. Here are some more accurate details! --- docs/education/hydrofabric/index.md | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/docs/education/hydrofabric/index.md b/docs/education/hydrofabric/index.md index 0e0b8183..ed6b401c 100644 --- a/docs/education/hydrofabric/index.md +++ b/docs/education/hydrofabric/index.md @@ -1,36 +1,30 @@ --- sidebar_position: 2 title: "Hydrofabric" -description: "An open-source Python package for working with hydrologic data" +description: "An open-source R package for working with hydrologic data" tags: - hydrofabric - lynker-spatial - hydrology -- python +- R - data anlysis --- # Hydrofabric: An Introduction -Hydrofabric is an open-source Python package that provides a comprehensive set of tools for working with hydrologic data. It offers a wide range of features, including: - - - Data ingestion and preprocessing - - Data analysis and visualization - - Machine learning and statistical modeling - - Hydrologic forecasting - -Hydrofabric is designed to be user-friendly and accessible to researchers and practitioners with varying levels of expertise in hydrology and data science. It is also highly extensible, allowing users to develop custom modules and plugins to meet their specific needs. +Hydrofabric is a collection of open-source R package that provides a comprehensive set of tools for working with hydrologic data. Hydrofabric is designed to be user-friendly and accessible to researchers and practitioners with varying levels of expertise in hydrology and data science. It is also highly extensible, allowing users to develop custom modules and plugins to meet their specific needs. ## Getting Started with Hydrofabric To get started with Hydrofabric, you can follow these steps: -1. Install Hydrofabric using pip: -``pip install hydrofabric`` +1. Install hydrofabric from Github using remotes: +``remotes::install_github("NOAA-OWP/hydrofabric)`` + +2. Attach the package into your R script: +``library(hydrofabric)`` -2. Import the Hydrofabric package into your Python script: -``import hydrofabric as hf`` -3. Explore the Hydrofabric documentation to learn more about its features and how to use them: +4. Explore the Hydrofabric documentation to learn more about its features and how to use them: [Hydrofabric Documentation](https://noaa-owp.github.io/hydrofabric/) ## Hydrofabric Resources