Skip to content

Commit

Permalink
Update index.md for Hydrofabric (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
arpita0911patel authored Nov 12, 2024
2 parents 9783265 + b1d90c4 commit 65f646d
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions docs/education/hydrofabric/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 65f646d

Please sign in to comment.