Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swift-earth-science/tropess-notes-python
Python code for the TROPESS Notes book
https://github.com/swift-earth-science/tropess-notes-python
air-quality earth-observation earth-science jupyter-notebooks python tropess
Last synced: 15 days ago
JSON representation
Python code for the TROPESS Notes book
- Host: GitHub
- URL: https://github.com/swift-earth-science/tropess-notes-python
- Owner: swift-earth-science
- License: other
- Created: 2023-12-21T19:08:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-05T18:58:29.000Z (8 months ago)
- Last Synced: 2024-06-05T21:09:32.191Z (8 months ago)
- Topics: air-quality, earth-observation, earth-science, jupyter-notebooks, python, tropess
- Language: Jupyter Notebook
- Homepage: https://tropess-notes.swiftearthscience.org
- Size: 16.9 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/swiftsoftwaregroup/tropess-notes-python)
# tropess-notes-python
Jupyter Notebooks for TROPESS Notes (in Python)
## Setup
For initial setup see:
https://tropess-notes.swiftearthscience.org/setup-macos/
## How to run stuff
Clone this repository:
```bash
git clone https://github.com/swiftsoftwaregroup/tropess-notes-python.git
```Configure the project to create a local Python virtual environment and install all required Python packages:
```bash
# switch dir
cd tropess-notes-python# configure the project
source configure.sh
```Start Jupyter Lab:
```bash
jupyter lab
```From here pick any of the notebooks (`*.ipynb`) and try to run it. Before running the code, make sure you have downloaded the TROPESS sample data to `./data` as documented in the examples.
## Community Contributions
[Discussion Forum](https://github.com/orgs/swift-earth-science/discussions): Please use the forum for questions, discussing ideas, and joining the community.
## Copyright and Licensing Info
Copyright (c) 2023-2024 Swift Software Group, Inc. ("SSG"). All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
- Neither the name of SSG nor its operating division, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Open Source License Approved by [Swift Software Group](https://swiftsoftwaregroup.com)
APACHE LICENSE, VERSION 2.0
- Text version: https://www.apache.org/licenses/LICENSE-2.0.txt
- SPDX short identifier: [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html)
- OSI Approved License: https://opensource.org/licenses/Apache-2.0