Skip to content

Commit

Permalink
Update script.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OliviaButters authored Jul 12, 2024
1 parent d719728 commit 83a5512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# Identify the EPSG projection code
if len(parameter_file) == 1 :
parameters = pd.read_csv(parameter_file[0])
projection = parameters.loc[1][1]
projection = parameters.loc[2][1]
print('projection:',projection)
else:
projection = os.getenv('PROJECTION')
Expand Down

0 comments on commit 83a5512

Please sign in to comment.