Skip to content

Commit

Permalink
Comment about resolution being hard coded. Issue #102.
Browse files Browse the repository at this point in the history
  • Loading branch information
uniomni committed Jun 27, 2011
1 parent af036d8 commit 1997dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impact/storage/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def write_point_data(data, projection, geometry, filename, keywords=None):
V = Vector(data, projection, geometry, keywords=keywords)
V.write_to_file(filename)

# FIXME (Ole): Why is the resolution hard coded here?
# FIXME (Ole): Why is the resolution hard coded here (issue #103)
WCS_TEMPLATE = '%s?version=1.0.0' + \
'&service=wcs&request=getcoverage&format=GeoTIFF&' + \
'store=false&coverage=%s&crs=EPSG:4326&bbox=%s' + \
Expand Down

0 comments on commit 1997dc1

Please sign in to comment.