Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Allow more permissive FGDC file naming
Browse files Browse the repository at this point in the history
This will now allow for the FGDC file to be named anything as long
as it ends in .xml.
  • Loading branch information
Mike Graves committed Feb 29, 2016
1 parent 8a17e85 commit ab52565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kepler/bag.py
Expand Up @@ -9,7 +9,7 @@


def get_fgdc(bag):
return _extract_data(bag, 'fgdc.xml')
return _extract_data(bag, '.xml')


def get_shapefile(bag):
Expand Down

0 comments on commit ab52565

Please sign in to comment.