Coder Social home page Coder Social logo

pbs-satellite's Introduction

PBSsatellite: Spatio-temporal analysis of satellite data

© Fisheries and Oceans Canada (2015-2023)

PBSsatellite provides software designed to simplify the extraction and statistical analysis of gridded satellite data. This software extends the R Project for Statistical Computing, and it uses PBSmapping, an existing R package, to aid in spatial analysis and the production of plots. The tools found in this package provide users with the functionality necessary to work with data from a variety of sources. Additionally, users are able to write their own data interpretation algorithms and provide them as arguments to some analysis functions within this package. The first version of PBSsatellite was created by Nicholas Lefebvre and Nicholas Boers at MacEwan University in collaboration with Lyse Godbout and Rowan Haigh of Fisheries and Oceans Canada.

Three formats are widely used for exchanging and storing meteorological data: (a) Extensible Markup Language (XML), (b) Network Common Data Format (NetCDF), and (c) Hierarchical Data Format (HDF). XML is substantially more verbose than the other two formats, which leads to unnecessarily large files. Therefore, XML was not seriously considered for integration into PBSsatellite.

NetCDF was selected over HDF primarily due to the availability and quality of R packages for importing these files. At the time of writing, the Comprehensive R Archive Network (CRAN) did not host any packages explicitly for importing HDF files. The package rgdal provided bindings for the Geospatial Data Abstraction Library, which can import HDF files when appropriately configured. Unfortunately, this package was not configured to support HDF for versions built on Mac OS X and (reportedly) Windows. In contrast, three available NetCDF packages were hosted on CRAN: ncdf, ncdf4, and RNetCDF.

Of the three NetCDF packages, ncdf4 was selected for the following advantages:
• supports NetCDF versions 3 & 4;
• supports offsetting into data files.
While ncdf4 requires an external package called netcdf, the offset functionality can effectively skip irrelevant data to reach desired data, making processing significantly faster.

As with any freely available product, there is no warranty or promise that PBSsatellite will perform adequately for all circumstances. Additionally, coding errors are possible, and users should contact the package maintainer if bugs are detected.

Maintainer: Rowan Haigh

DFO logo

pbs-satellite's People

Contributors

haighr avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.