Skip to content

Commit

Permalink
v1.3.2 six new features, remove features without lat/lon
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Jun 12, 2024
1 parent a2c7925 commit ef3bd30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<details closed>
<summary>List of Valid Feature Names (Click to view all)</summary>
<br>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ef3bd30

Please sign in to comment.