diff --git a/DESCRIPTION b/DESCRIPTION index d180139..1646130 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: prismaread -Title: Allows import PRISMA L1/L2 hyperspectral data and convert them to +Title: Import PRISMA L1/L2 hyperspectral data and convert them to a more user friendly format Version: 0.1.0 Authors@R: diff --git a/docs/news/index.html b/docs/news/index.html index dc6e761..42cc763 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -114,11 +114,29 @@ <h1 data-toc-skip>Changelog <small></small></h1> <small>Source: <a href='https://github.com/lbusett/prismaread/blob/master/NEWS.md'><code>NEWS.md</code></a></small> </div> - <div id="prismaread-0009000" class="section level1"> -<h1 class="page-header" data-toc-text="0.0.0.9000"> -<a href="#prismaread-0009000" class="anchor"></a>prismaread 0.0.0.9000</h1> + <div id="prismaread-010---2019-03-25" class="section level1"> +<h1 class="page-header" data-toc-text="0.1.0"> +<a href="#prismaread-010---2019-03-25" class="anchor"></a>prismaread 0.1.0 - 2019-03-25</h1> <ul> -<li>2019-10-02 - First version</li> +<li> +<p>First beta “stable” version with several improvements</p> +<ul> +<li><p>Proper conversion of L2D/L2C data, with results as reflectances after applying rescaling from the 0-65535 range</p></li> +<li><p>Proper conversion of L2B data, with results as radiances after applying rescaling from the 0-65535 range</p></li> +<li><p>Automatic application of scale and offset on L1 data, with results as radiances</p></li> +<li><p>Added argument <code>base_georef</code> to turn “ballpark” georeferencing of L1, L2B and L2C data on or off. Also, improved results thanks to proper chacking of corners</p></li> +<li><p>Check for proper “orientation” of imported L1, L2B and L2C data</p></li> +<li><p>Avoid saturation problems on L1 data by changing output data type</p></li> +</ul> +</li> +<li><p>Added a <code>NEWS.md</code> file to track changes to the package.</p></li> +</ul> +</div> + <div id="prismaread-002---2019-10-02" class="section level1"> +<h1 class="page-header" data-toc-text="0.0.2"> +<a href="#prismaread-002---2019-10-02" class="anchor"></a>prismaread 0.0.2 - 2019-10-02</h1> +<ul> +<li>First draft version</li> </ul> </div> </div> diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index d172f91..766deb4 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -2,5 +2,5 @@ pandoc: '2.5' pkgdown: 1.5.0 pkgdown_sha: ~ articles: [] -last_built: 2020-03-26T11:09Z +last_built: 2020-03-26T13:49Z