Skip to content
Snippets Groups Projects
Unverified Commit 0b0f0e25 authored by acpaquette's avatar acpaquette Committed by GitHub
Browse files

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
parent d397cd05
No related branches found
No related tags found
No related merge requests found
version: '0.8.8.{build}' version: '0.9.0.{build}'
image: Visual Studio 2019 image: Visual Studio 2019
......
...@@ -41,8 +41,13 @@ release. ...@@ -41,8 +41,13 @@ release.
### Changed ### 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/) - 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 ### 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) - 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) - 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) - 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
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# Specify the required version of CMake. # Specify the required version of CMake.
# cmake 3.15 required for findPython virtualenv configuration # cmake 3.15 required for findPython virtualenv configuration
cmake_minimum_required(VERSION 3.15) 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 what we need
include(GNUInstallDirs) include(GNUInstallDirs)
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
[![Build Status](https://travis-ci.org/USGS-Astrogeology/ale.svg?branch=master)](https://travis-ci.org/USGS-Astrogeology/ale) [![Build Status](https://travis-ci.org/USGS-Astrogeology/ale.svg?branch=master)](https://travis-ci.org/USGS-Astrogeology/ale)
[![Coverage Status](https://coveralls.io/repos/github/USGS-Astrogeology/ale/badge.svg?branch=master)](https://coveralls.io/github/USGS-Astrogeology/ale?branch=master) [![Coverage Status](https://coveralls.io/repos/github/USGS-Astrogeology/ale/badge.svg?branch=master)](https://coveralls.io/github/USGS-Astrogeology/ale?branch=master)
[![Docs](https://readthedocs.org/projects/ale/badge/?version=latest)](https://ale.readthedocs.io/en/latest/?badge=latest) [![Docs](https://readthedocs.org/projects/ale/badge/?version=latest)](https://ale.readthedocs.io/en/latest/?badge=latest)
[![DOI](https://img.shields.io/badge/DOI-10.5066/P906D84L-blue)](https://www1.usgs.gov/csas/doi/#/form/doi:10.5066%2FP906D84L)
This library allows for the position, rotation, velocity and rotational velocity tracking of This library allows for the position, rotation, velocity and rotational velocity tracking of
......
...@@ -26,7 +26,8 @@ from abc import ABC ...@@ -26,7 +26,8 @@ from abc import ABC
__disabled_drivers__ = ["ody_drivers", __disabled_drivers__ = ["ody_drivers",
"hayabusa2_drivers", "hayabusa2_drivers",
"juno_drivers", "juno_drivers",
"tgo_drivers"] "tgo_drivers",
"msi_drivers"]
# dynamically load 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'))] __all__ = [os.path.splitext(os.path.basename(d))[0] for d in glob(os.path.join(os.path.dirname(__file__), '*_drivers.py'))]
......
...@@ -38,12 +38,106 @@ ...@@ -38,12 +38,106 @@
], ],
"contact": { "contact": {
"name": "Jason Laura", "name": "Adam Paquette",
"email": "jlaura@usgs.gov" "email": "acpaquette@usgs.gov"
}, },
"date": { "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", "name": "ale",
......
{% set version = "0.8.8" %} {% set version = "0.9.0" %}
{% set git_branch = "master" %} {% set git_branch = "master" %}
{% set build_number = "0" %} {% set build_number = "0" %}
......
...@@ -4,7 +4,7 @@ import sys ...@@ -4,7 +4,7 @@ import sys
from setuptools import setup, find_packages from setuptools import setup, find_packages
NAME = "Ale" NAME = "Ale"
VERSION = "0.8.8" VERSION = "0.9.0"
# To install the library, run the following # To install the library, run the following
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment