Skip to content

Commit

Permalink
Merge pull request #47 from GEOS-ESM/develop
Browse files Browse the repository at this point in the history
Preparing for Release v1.1.0
  • Loading branch information
amdasilva authored Mar 21, 2024
2 parents 8ce0867 + 6bf5a97 commit 9657a61
Show file tree
Hide file tree
Showing 28 changed files with 21,642 additions and 249 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
*~
*.hdf
*.h5
*.nc
*.nc4
*.npz
/cmake/
/@cmake/
Expand Down
63 changes: 50 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,68 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# [Unreleased]

### Added

### Changed

### Fixed

### Removed

# [v1.1.0] 2024-03-20

### Added

- Module *waypoint* to handle waypoint files for flight modules
- Module *sampler*, in pure python, including both station and
- Module *mietable* for handling GEOSmie tables
- Module *aop*, first draft of a replacement to the old aod_calculator


### Changed

- pyobs *__init__* method no longer loads submodules by default
- stn_sample command line utility rewritten in terms of the new
*sampler* module
- trj_sample command line utility rewritten in terms of the new
*sampler* module
- module *icartt* extebded with to_xarray() method.
- mietables.py wavelength bug fix (nm to m unit conversion)

### Fixed

- Modernized mcd43.py by making use of xarray and cartopy map
transforms.

### Removed

# [v1.0.8]

### Added

### Fixed
- fixed granules search in vx04.py to use updates to VIIRS path logic
- added a DB_DEEP retrieval. splits up land retrievals into the 2 pathways - one that uses the 412 surface channel and one that does not

### Removed

# [v1.0.7]

### Fixed

### Changed

- converted active_aeronet.py to py3



# [v1.0.6] 2023-09-08

### Added

- mxd04 and vx04 will write out gridded angstrom exponent if available

### Fixed

### Removed

# [v1.0.5] 2023-06-15

Expand All @@ -38,13 +85,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# [v.1.0.4] 2023-06-07

### Added

### Fixed

- removed all instances of using the 'types' module in pyobs

### Removed


# [v1.0.3] 2023-05-25

Expand All @@ -54,23 +100,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- subroutine binObsCnt3D to binObs_py to counts obs in NNR L3 files
- vx04.py VIIRS reader

### Changed

### Fixed

### Removed

# [v1.0.2] 2023-05-17

### Added

### Changed

### Fixed

- mxd04.writeods now writes a 'post_anal' file. this saves the original retrieved AOD in the ods files

### Removed

## [1.0.1] - 2023-05-16

Expand Down
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

# Python executables
# ------------------
install(PROGRAMS active_aeronet.py csBinner.py DESTINATION bin)
install(PROGRAMS active_aeronet csBinner wp2traj trj_sampler stn_sampler aop DESTINATION bin)

# TO DO: Convert these to pure python
# ext_sampler.py stn_sampler.py stn_xsect.py trj_sampler.py trj_xsect.py
# ext_sampler.py stn_sampler.py stn_xsect.py

Loading

0 comments on commit 9657a61

Please sign in to comment.