Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Neteler <[email protected]>
  • Loading branch information
echoix and neteler authored Nov 11, 2024
1 parent 2cd1376 commit 9bf3202
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/general/g.proj.all/g.proj.all.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ <h2>SEE ALSO</h2>

<h2>AUTHORS</h2>

Anna Petrasova, <a href="https://web.archive.org/web/20130707111603/https://gis.ncsu.edu/osgeorel/">NCSU OSGeoREL</a>,<br>
Vaclav Petras, <a href="https://web.archive.org/web/20130707111603/https://gis.ncsu.edu/osgeorel/">NCSU OSGeoREL</a>
Anna Petrasova, <a href="https://geospatial.ncsu.edu/geoforall/">NCSU GeoForAll Lab</a>,<br>
Vaclav Petras, <a href="https://geospatial.ncsu.edu/geoforall/">NCSU GeoForAll Lab</a>
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ <h2>AUTHORS</h2>
Matej Krejci, <a href="https://geo.fsv.cvut.cz/gwiki/osgeorel">OSGeoREL</a>
at the Czech Technical University in Prague, developed
during <a href="https://trac.osgeo.org/grass/wiki/GSoC/2014/MetadataForGRASS">Google
Summer of Code 2015</a> (mentors: Martin Landa)
Summer of Code 2015</a> (mentor: Martin Landa)
2 changes: 1 addition & 1 deletion src/imagery/i.landsat8.swlst/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def mask_clouds(qa_band, qa_pixel):
(BQA.) Source: <https://landsat.usgs.gov/L8QualityAssessmentBand.php
See also:
https://courses.neteler.org/processing-landsat8-data-in-grass-gis-7/#Applying_the_Landsat_8_Quality_Assessment_%28QA%29_Band
https://neteler.org/blog/processing-landsat8-data-in-grass-gis-7/#Applying_the_Landsat_8_Quality_Assessment_%28QA%29_Band
"""
msg = (
"\n|i Masking for pixel values <{qap}> "
Expand Down
2 changes: 1 addition & 1 deletion src/imagery/i.landsat8.swlst/i.landsat8.swlst.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ <h3 id="example-figures">Example figures</h3>
</div>
<h2 id="todo">TODO</h2>
<ul>
<li>Go through <a href="https://trac.osgeo.org/grass/wiki/Submitting/Python">Submitting Python</a></li>
<li>Go through <a href="https://github.com/OSGeo/grass/blob/main/doc/development/style_guide.md#python">Submitting Python</a></li>
<li>Proper command history tracking.</li>
<li>Deduplicate code where applicable</li>
<li>Test compiling in other systems</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def main():
# cost_ewres = reg['ewres']

# Rasterize patches
# https://web.archive.org/web/20180707051311/http://gdal.org/gdal_tutorial.html
# https://gdal.org/en/latest/tutorials/index.html
# https://web.archive.org/web/20181001042636/http://geoinformaticstutorial.blogspot.com:80/2012/11/convert-shapefile-to-raster-with-gdal.html
if t_flag:
# Rasterize patches with "all-touched" mode using GDAL
Expand Down

0 comments on commit 9bf3202

Please sign in to comment.