From 0b0f0e259c1f65bb92fb119370f1a1bb51a4e0f7 Mon Sep 17 00:00:00 2001 From: acpaquette <acpaquette@usgs.gov> Date: Fri, 19 May 2023 14:43:55 -0700 Subject: [PATCH] ALE 0.9.0 ticks (#526) * ALE 0.9.0 ticks * Disabled MSI drivers * Added missing changelog entries * Fixed changelog link * Updated code.json * Updated 0.9.0 urls * Added DOI badge for ALE * Flippsed badge and link * Fixed release URLs * Fixed last link --- .appveyor.yml | 2 +- CHANGELOG.md | 7 ++- CMakeLists.txt | 2 +- README.md | 2 +- ale/drivers/__init__.py | 3 +- code.json | 100 ++++++++++++++++++++++++++++++++++++++-- recipe/meta.yaml | 2 +- setup.py | 2 +- 8 files changed, 110 insertions(+), 10 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 20b351f..bc40058 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: '0.8.8.{build}' +version: '0.9.0.{build}' image: Visual Studio 2019 diff --git a/CHANGELOG.md b/CHANGELOG.md index 16e6275..06f4821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,8 +41,13 @@ release. ### Changed - Projection information is only written to the ISD if a projection is present instead of writing an empty projection [#528](https://github.com/DOI-USGS/ale/pull/528/) +- Disabled MSI drivers until tests are added [#526](https://github.com/DOI-USGS/ale/pull/526/) ### Added - Projection information (through GDAL) will be attached to the ISD if a projected product is processed through ALE [#524](https://github.com/DOI-USGS/ale/pull/524) - Kaguya IsisLabelNaifSpice driver, tests, and test data [#487](https://github.com/DOI-USGS/ale/pull/487) -- Hayabusa Amica IsisLabelNaifSpice driver, tests and test data [#521](https://github.com/DOI-USGS/ale/pull/521) \ No newline at end of file +- Hayabusa Amica IsisLabelNaifSpice driver, tests and test data [#521](https://github.com/DOI-USGS/ale/pull/521) +- Msi IsisLabelNaifSpice Driver [#511](https://github.com/DOI-USGS/ale/pull/511) +- MGS MOC WAC IsisLabelNaifSpice driver, tests, and test data [#516](https://github.com/DOI-USGS/ale/pull/516) +- Chandrayaan1_mrffr IsisLabelNaifSpice driver, tests and test data [#519](https://github.com/DOI-USGS/ale/pull/519) +- MGS MOC Narrow Angle IsisLabelNaifSpice driver, tests, and test data [#517](https://github.com/DOI-USGS/ale/pull/517) \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 81c853e..b7f793b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ # Specify the required version of CMake. # cmake 3.15 required for findPython virtualenv configuration cmake_minimum_required(VERSION 3.15) -project(ale VERSION 0.8.8 DESCRIPTION "Abstraction Library for Ephemerides ") +project(ale VERSION 0.9.0 DESCRIPTION "Abstraction Library for Ephemerides ") # include what we need include(GNUInstallDirs) diff --git a/README.md b/README.md index 1c9addf..8b50532 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [](https://travis-ci.org/USGS-Astrogeology/ale) [](https://coveralls.io/github/USGS-Astrogeology/ale?branch=master) [](https://ale.readthedocs.io/en/latest/?badge=latest) - +[](https://www1.usgs.gov/csas/doi/#/form/doi:10.5066%2FP906D84L) This library allows for the position, rotation, velocity and rotational velocity tracking of diff --git a/ale/drivers/__init__.py b/ale/drivers/__init__.py index a9bc1f8..dbb2609 100644 --- a/ale/drivers/__init__.py +++ b/ale/drivers/__init__.py @@ -26,7 +26,8 @@ from abc import ABC __disabled_drivers__ = ["ody_drivers", "hayabusa2_drivers", "juno_drivers", - "tgo_drivers"] + "tgo_drivers", + "msi_drivers"] # dynamically load drivers __all__ = [os.path.splitext(os.path.basename(d))[0] for d in glob(os.path.join(os.path.dirname(__file__), '*_drivers.py'))] diff --git a/code.json b/code.json index 039debf..24ee4d5 100644 --- a/code.json +++ b/code.json @@ -38,12 +38,106 @@ ], "contact": { - "name": "Jason Laura", - "email": "jlaura@usgs.gov" + "name": "Adam Paquette", + "email": "acpaquette@usgs.gov" }, "date": { - "metadataLastUpdated": "2023-02-23" + "metadataLastUpdated": "2023-04-19" + } + }, + { + "name": "ale", + "organization": "U.S. Geological Survey", + "description": "GitLab repository for the Abstraction Layer for Ephemerides package", + "version": "0.9.0", + "status": "Development", + + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "name": "Public Domain, CC0-1.0", + "URL": "https://code.usgs.gov/astrogeology/ale/-/raw/0.9.0/LICENSE.md" + } + ] + }, + + "homepageURL": "https://code.usgs.gov/astrogeology/ale/", + "downloadURL": "https://code.usgs.gov/astrogeology/ale/-/archive/0.9.0/ale-main.zip", + "disclaimerURL": "https://code.usgs.gov/astrogeology/ale/-/raw/0.9.0/DISCLAIMER.md", + "repositoryURL": "https://code.usgs.gov/astrogeology/ale.git", + "vcs": "git", + + "laborHours": 480, + + "tags": [ + "Planetary", + "Remote Sensing", + "Data Processing", + "Ephemerides", + "Community Sensor Model" + ], + + "languages": [ + "C++", + "Python" + ], + + "contact": { + "name": "Adam Paquette", + "email": "acpaquette@usgs.gov" + }, + + "date": { + "metadataLastUpdated": "2023-04-19" + } + }, + { + "name": "ale", + "organization": "U.S. Geological Survey", + "description": "GitLab repository for the Abstraction Layer for Ephemerides package", + "version": "0.8.8", + "status": "Development", + + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "name": "Public Domain, CC0-1.0", + "URL": "https://code.usgs.gov/astrogeology/ale/-/raw/0.8.8/LICENSE.md" + } + ] + }, + + "homepageURL": "https://code.usgs.gov/astrogeology/ale/0.8.8", + "downloadURL": "https://code.usgs.gov/astrogeology/ale/-/archive/0.8.8/ale-main.zip", + "disclaimerURL": "https://code.usgs.gov/astrogeology/ale/-/raw/0.8.8/DISCLAIMER.md", + "repositoryURL": "https://code.usgs.gov/astrogeology/ale.git", + "vcs": "git", + + "laborHours": 480, + + "tags": [ + "Planetary", + "Remote Sensing", + "Data Processing", + "Ephemerides", + "Community Sensor Model" + ], + + "languages": [ + "C++", + "Python" + ], + + "contact": { + "name": "Jesse Mapel", + "email": "jmapel@usgs.gov" + }, + + "date": { + "metadataLastUpdated": "2023-04-19" } },{ "name": "ale", diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 7ca81bb..c679668 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.8.8" %} +{% set version = "0.9.0" %} {% set git_branch = "master" %} {% set build_number = "0" %} diff --git a/setup.py b/setup.py index 3b83500..db51fa6 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import sys from setuptools import setup, find_packages NAME = "Ale" -VERSION = "0.8.8" +VERSION = "0.9.0" # To install the library, run the following # -- GitLab