ESA-APEx / apex_algorithms

Hosted APEx algorithms
Apache License 2.0
0 stars 1 forks source link

fix: sync eurac_pv_farm_detection udp description with the markdown docs #57

Open rahmandawibowo-vito opened 1 week ago

rahmandawibowo-vito commented 1 week ago

In this PR, I try to sync the UDP description with the one from the markdown file.

The reason is because the description provided on the markdown here https://github.com/ESA-APEx/apex_algorithms/blob/main/algorithm_catalog/eurac_pv_farm_detection/eurac_pv_farm_detection_description.md seems to be more up-to-date than its UDP description (the UDP description only contain a single paragraph, whereas the markdown file contains performance characteristics & example with images).

I also rename the assets folder to be algorithm_catalog/eurac_pv_farm_detection_files/ to standardize with the other UDPs folder naming, and make it easier for the catalogue site to build the reference to the raw image URL.

Diff preview: https://www.diffchecker.com/ewFKwc4u/ Related PR: https://github.com/ESA-APEx/apex_algorithms/pull/44