Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit a93b7e7c060cb49d3070c9f32209f1b9e7788ab1 Author: Heather Cronk <[email protected]> Date: Fri Jul 16 16:37:37 2021 -0600 Added netcdf4, owslib, and pillow to support updates. Updated miniconda image and versions of h5py, pandas, and cartopy for environment upgrade and compatability commit 30fc534176b941ef221da818948ac1dd64b14915 Merge: 757ed99 1eabfcf Author: Heather Cronk <[email protected]> Date: Fri Jul 16 14:58:51 2021 -0600 Testing PR #14: Cartopy Method Merge branch 'cartopy_method' of https://github.com/tkach940/oco2_modis_vistool into tkach940-cartopy_method commit 1eabfcf Merge: 4f7d55d 42a900c Author: tkach940 <[email protected]> Date: Thu Jul 15 20:24:12 2021 +0300 Merge pull request #3 from aronnem/cartopy_method Cartopy method commit 42a900c Author: Aronne Merrelli <[email protected]> Date: Thu Jul 15 15:55:40 2021 +0000 update the JSON input config files so that they both directly work with the repository contents added a sample OCO-2 Lite CO2 netCDF file, extracted from real sounding locations commit 2202e1f Author: Aronne Merrelli <[email protected]> Date: Thu Jul 15 15:54:36 2021 +0000 bugfix for the auto output name, it was creating a double underscore if Region was not set commit c52e439 Author: Aronne Merrelli <[email protected]> Date: Thu Jul 15 15:49:16 2021 +0000 rearrange the Encodings, so that the most likely used layers occur first. In particular, made the original hardcoded layer the first one (MODIS Aqua RGB) commit 4f7d55d Merge: 7fcab2e f23acf4 Author: tkach940 <[email protected]> Date: Tue Jul 13 17:17:30 2021 +0300 Merge pull request #2 from aronnem/cartopy_method Cartopy method commit f23acf4 Author: Aronne Merrelli <[email protected]> Date: Mon Jul 12 22:01:52 2021 +0000 bugfix: only retrieve the layer name and URL when Worldview is selected commit 9b07d47 Author: Aronne Merrelli <[email protected]> Date: Mon Jul 12 21:37:50 2021 +0000 a few more replacements of the module name - replace oco2_modis_vistool with oco_vistool commit bcc70b6 Author: Aronne Merrelli <[email protected]> Date: Mon Jul 12 21:35:30 2021 +0000 update documentation for the new default filenames and input JSON field for background image commit 8323964 Author: Aronne Merrelli <[email protected]> Date: Mon Jul 12 21:34:08 2021 +0000 update the creation of default filenames. added a new JSON field to optionally control the name of the background only plot image file simplified the default filename tags commit 7fcab2e Author: tkach940 <[email protected]> Date: Thu Jun 24 22:32:56 2021 +0000 Fixed the bug because of which the layer colorbar wasn't shown on the layer-only image. commit 85d0820 Author: tkach940 <[email protected]> Date: Thu Jun 24 20:50:50 2021 +0000 Removed all output files. Deleted all mentions of MODIS and adapted the vistool to the sensor being a required field in the config JSON file. Updated ReadMe according to all updates that have been made in that branch. Moved the second colorbar part of the script to the helper method. commit d3d7108 Merge: cbb5ff5 0378dce Author: tkach940 <[email protected]> Date: Thu Jun 24 19:46:57 2021 +0300 Merge pull request #1 from aronnem/cartopy_method remove ipython/jupyter dependency commit 0378dce Author: Aronne Merrelli <[email protected]> Date: Thu Jun 24 14:32:03 2021 +0000 remove ipython/jupyter dependency copied the contents of the jupyter notebook to a plain python script, added some comments removed the ipython checkpoint directory commit cbb5ff5 Author: Matvey Tkachev <[email protected]> Date: Tue Jun 22 15:49:35 2021 +0000 Removed unneeded and repetitive output files. commit a22821f Author: Matvey Tkachev <[email protected]> Date: Tue Jun 22 15:44:48 2021 +0000 The Cartopy method has been functionally integrated (despite possible future changes in styling and plotting parameters). Unneeded changes to the OCO-3 parts have been removed. The documentations have been updated accordingly to the new method. commit 85743c6 Author: Matvey Tkachev <[email protected]> Date: Mon Jun 21 15:20:01 2021 +0000 Removed unneeded and repetitive output files. commit ff44978 Author: Matvey Tkachev <[email protected]> Date: Mon Jun 21 15:16:09 2021 +0000 The script parsed the whole wmts XML (capabilities) file to create the relation: layer name (by NASA Worldview standards) -- layer XML url. Script, input, and output are included in the repo. The functionality is added to the script so that it can now create the second colorbar (when needed). commit dbc1ba6 Author: Matvey Tkachev <[email protected]> Date: Fri Jun 11 23:50:07 2021 +0000 Deleted unneeded output files. Just execute the vistool with current default params to get these output files back. Still no solution to the layer colorbar problem. commit f6cf384 Author: Matvey Tkachev <[email protected]> Date: Fri Jun 11 17:21:04 2021 +0000 Removed all XML and GDAL dependents from the code and repo. Next step is to research into the possibility of having the second colorbar (for the chosen layer). commit 2850ddb Author: Matvey Tkachev <[email protected]> Date: Fri Jun 11 17:15:41 2021 +0000 The overlayed image has appeared and behaves as expected. Need to investigate the second colorbar options and the get rid of the GDAL and XML dependents. commit 9ffe49a Author: Matvey Tkachev <[email protected]> Date: Thu Jun 10 22:47:09 2021 +0000 Continued the Cartopy transformation. Handled all bugs so that the script compiles and has output now while having the new method integrated. The layer imagery doesn't appear for some reason yet. However, everything else is as expected. commit 92a1975 Author: Matvey Tkachev <[email protected]> Date: Wed Jun 9 21:17:17 2021 +0000 Started the XML --> Cartopy transformation in the overlay function. commit e2a1fab Author: Matvey Tkachev <[email protected]> Date: Wed Jun 9 19:48:23 2021 +0000 Started Cartopy transformation. The layer processing (from the dict and in the script) and csv encoding are integrated at this stage. Haven't transformed the XML method into Cartopy yet.
- Loading branch information