From ef3bd30105a4256c721f6a390178fad48ad193a4 Mon Sep 17 00:00:00 2001 From: cyschneck <22159116+cyschneck@users.noreply.github.com> Date: Wed, 12 Jun 2024 15:48:27 -0600 Subject: [PATCH] v1.3.2 six new features, remove features without lat/lon --- CITATION.cff | 2 +- README.md | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 3842627..e793ea4 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,5 +4,5 @@ authors: - family-names: "Schneck, Schneck" given-names: "Cora Y, Una G" title: "Pydar: Cassini RADAR data extraction software" -version: 1.3.1 +version: 1.3.2 url: "https://github.com/unaschneck/pydar" diff --git a/README.md b/README.md index d8d4377..a34aaeb 100644 --- a/README.md +++ b/README.md @@ -311,7 +311,7 @@ retrieveIDSByFeatureName(feature_name=None) ``` * **[REQUIRED]** feature_name (string): Feature name on Titan, not case-sensitive -Feature names are retrieved from [feature_name_details.csv](https://github.com/unaschneck/pydar/blob/main/pydar/data/feature_name_details.csv) +Feature names are retrieved from [feature_name_details.csv](https://github.com/unaschneck/pydar/blob/main/pydar/data/feature_name_details.csv) (if the feature has both latitude/longitude coordinates)
List of Valid Feature Names (Click to view all)
diff --git a/setup.py b/setup.py index 60841d6..eddf392 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ # Python Package Setup from setuptools import setup, find_namespace_packages -VERSION="1.3.1" +VERSION="1.3.2" DESCRIPTION="A Python package to access, download, view, and manipulate Cassini RADAR images" with open("README.md", "r") as f: