Skip to content

Commit

Permalink
Merge pull request #266 from ccancellieri/lineage-support
Browse files Browse the repository at this point in the history
Lineage support
  • Loading branch information
amercader authored Feb 21, 2022
2 parents bce9075 + 8bafbd4 commit 09fbc27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckanext/spatial/harvesters/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ def _extract_first_license_url(licences):
})
package_dict['resources'].append(resource)

extras['lineage'] = iso_values.get('lineage')

# Add default_extras from config
default_extras = self.source_config.get('default_extras',{})
Expand Down

0 comments on commit 09fbc27

Please sign in to comment.