Skip to content

Releases: GEOS-ESM/GMAOpyobs

v1.1.1

08 Nov 17:11
57897c5
Compare
Choose a tag to compare

This release contains some bug fixes, adds Jupyter notebooks demonstrating usage of sampler routines, and functionality to calculate PM concentrations offline.

What's Changed

New Contributors

Full Changelog: v1.0.8...v1.1.1

v1.0.6.1

04 Nov 16:15
859b3c4
Compare
Choose a tag to compare

This is a tweak release on top of v1.0.6 to allow for disabling of f2py code (with -DUSE_F2PY=OFF, with ON as the default). This is only useful for CI purposes where support for f2py in cloud/Docker instances is currently not that good.


Full Changelog: v1.0.6...v1.0.6.1

v1.1.0

21 Mar 16:19
9657a61
Compare
Choose a tag to compare

Introduces new sampler, mietables and aop modules

In this release we continue our move to pure python modules, making extensive use of xarray. Module sampler reimplements the station and trajectory samplers. The interface to the aerosol optiocs Mie Tables are now implemented in module mietables, with module aop implementing the computation of aerosol properties by convolving the Mie tablets with the aerosol mixing ratio files (are_Nv). There is also a new module called tle.py that is meant to replace the SGP4 propagator, and a wrapper module xrctl that makes it easier to open GrADS control files as xarray datasets. The mcd43 module has been rewritten to rely on cartopy and xarray.,

Full Changelog: v1.0.8...v1.1.0

v1.0.8

09 Mar 00:08
7ae8e1a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.0.8

v1.0.7

20 Dec 21:28
8384f2b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.7

v1.0.6

15 Sep 16:13
8ce0867
Compare
Choose a tag to compare
  • added ability to write Angstrom Exponent from MODIS and VIIRS NNR products to gridded Level3 files

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

22 Aug 15:35
a099e7b
Compare
Choose a tag to compare
  • mxd04.py writeg function now writes the number of obs that are binned in each grid cell
  • manpy has a function that concatenates all the individual cruise files into 1 file

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

08 Jun 16:26
be1c36a
Compare
Choose a tag to compare

this implements fixes to pyobs to no longer use the 'types' module that is deprecated in python3

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

07 Jun 15:55
d0b58e5
Compare
Choose a tag to compare

-Added a reader to VIIRS AOD obs.
-added subroutines in binObs to count number of observations binned
-added interpolated 490 nm to aeronet.py

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

18 May 17:20
8149eef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2