Skip to content

Commit

Permalink
Put the gqa section lower in dataset docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyh committed Feb 24, 2016
1 parent 740faa4 commit 0e393d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eodatasets/type.py
Original file line number Diff line number Diff line change
Expand Up @@ -767,13 +767,13 @@ def __init__(self, id_=None,
instrument=None,
format_=None,
usgs=None,
gqa=None,
rms_string=None,
acquisition=None,
extent=None,
grid_spatial=None,
browse=None,
image=None,
gqa=None,
lineage=None):
super(DatasetMetadata, self).__init__()

Expand Down

0 comments on commit 0e393d5

Please sign in to comment.