Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cullen-molitor authored Jun 3, 2022
1 parent 6a05783 commit 359807a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This repository can be cloned into the root directory of the MPC Hub. Within the
<code class="notranslate">dense_grid.ipynb</code>
</summary>
<br>
Details of NB [dense_grid.ipynb](https://github.com/cropmosaiks/Featurization/blob/main/dense_grid.ipynb)
<a href="https://github.com/cropmosaiks/Featurization/blob/main/dense_grid.ipynb">dense_grid.ipynb</a>

</details>

Expand All @@ -63,7 +63,7 @@ This repository can be cloned into the root directory of the MPC Hub. Within the
</code>
</summary>
<br>
Details of NB [rcf_multiband.ipynb](https://github.com/cropmosaiks/Featurization/blob/main/rcf_multiband.ipynb)
<a href="https://github.com/cropmosaiks/Featurization/blob/main/rcf_multiband.ipynb">rcf_multiband.ipynb</a>

</details>

Expand All @@ -74,7 +74,7 @@ This repository can be cloned into the root directory of the MPC Hub. Within the
</code>
</summary>
<br>
Details of NB [s2_l8_multiband.ipynb](https://github.com/cropmosaiks/Featurization/blob/main/s2_l8_multiband.ipynb)
<a href="https://github.com/cropmosaiks/Featurization/blob/main/s2_l8_multiband.ipynb">s2_l8_multiband.ipynb</a>

</details>

Expand All @@ -84,9 +84,11 @@ This repository can be cloned into the root directory of the MPC Hub. Within the
land_cover_9_class.ipynb
</code>
</summary>
<br>
Details of NB [land_cover_9_class.ipynb](https://github.com/cropmosaiks/Featurization/blob/main/land_cover_9_class.ipynb)
<br><p>
<a href="https://github.com/cropmosaiks/Featurization/blob/main/land_cover_9_class.ipynb">land_cover_9_class.ipynb</a>

There is an optional `landcover.ipynb` notebook that can be used to return various land cover land use percentages at a given point (i.e., the same points which you are interested in featurizing) such as cropped area, forrest cover, or built areas. This notebook uses the [10 meter land cover](https://planetarycomputer.microsoft.com/dataset/group/io-land-cover) dataset. This notebook is under development and has a known bug that will return NULL values around the UTM zone delineations. It is not recommended to use this until this bug can be fixed.
</p>
</details>

<details>
Expand All @@ -96,7 +98,7 @@ This repository can be cloned into the root directory of the MPC Hub. Within the
</code>
</summary>
<br>
Details of NB [Sentinel_2_RGB.ipynb](https://github.com/cropmosaiks/Featurization/blob/main/Sentinel_2_RGB.ipynb)
<a href="https://github.com/cropmosaiks/Featurization/blob/main/Sentinel_2_RGB.ipynb">Sentinel_2_RGB.ipynb</a>

</details>

Expand Down Expand Up @@ -164,8 +166,6 @@ Following the above selections, the notebook can be run in full with the resulti
4. Use a custom Dataloader, which uses our Dataset, to feed our model imagery and save the corresponding features
5. Loop through the year and month combinations selected by the user to output feature files in a compressed feather file format

There is an optional `landcover.ipynb` notebook that can be used to return various land cover land use percentages at a given point (i.e., the same points which you are interested in featurizing) such as cropped area, forrest cover, or built areas. This notebook uses the [10 meter land cover](https://planetarycomputer.microsoft.com/dataset/group/io-land-cover) dataset. This notebook is under development and has a known bug that will return NULL values around the UTM zone delineations. It is not recommended to use this until this bug can be fixed.

## Constraints

- MPC Hub persistent storage
Expand Down

0 comments on commit 359807a

Please sign in to comment.