Skip to content

Commit

Permalink
Merge pull request #9 from OPERA-Cal-Val/dev
Browse files Browse the repository at this point in the history
v0.0.2
  • Loading branch information
cmarshak authored Jan 10, 2024
2 parents 8ce007b + bd07559 commit 24a9524
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Changelog updated?
name: Check Changelog Updated

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeled-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Is PR labeled?
name: Check PR Labeled

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create Release
name: Create Release on Github

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Static analysis
name: Static Analysis (Flake8/Ruff)

on: push

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tag version
name: Tag Version on Main

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test and Tag
name: Test

on:
push:
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/)
and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.2]
* Fixes automated workflows (first on PyPI)

## [0.0.1]
(not on PyPI)

* First release of `tile_stitcher` with following datasets (See readme for links):
- ESA 10m worldcover 2020 and 2021;
- Pekel 30m water occurence 2021;
- S1 coherence from 2020;
- Hansen annual mosaics 2000, 2013 - present
- Cop 100m Landcover 2015-2019
* Includes workflows for static analysis, release to PyPI, and integration testing.
* Includes CI/CD workflows (via github actions) for static analysis (ruff/flake8), release to PyPI, release to github, and integration testing.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
{ name = 'Alexander Handwerger, Charlie Marshak, and OPERA Project Science Team' },
]
description = 'Create rasters from global tiles'
license = { text = 'Apache 2.0' }
license = {text = 'Apache-2.0'}
classifiers = [
'Intended Audience :: Science/Research',
'License :: OSI Approved :: Apache 2.0',
Expand Down

0 comments on commit 24a9524

Please sign in to comment.