Skip to content

Commit

Permalink
Merge pull request #91 from NASA-IMPACT/fix/fwi-dataset
Browse files Browse the repository at this point in the history
Fix fwi ogr command
  • Loading branch information
smohiudd authored Aug 31, 2023
2 parents 5501422 + 7e58d6b commit 0c46fd3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker_tasks/vector_ingest/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,10 @@ def load_to_featuresdb(filename: str, collection: str):
"EPSG:4326",
"-t_srs",
"EPSG:4326",
"-oo X_POSSIBLE_NAMES=lon",
"-oo Y_POSSIBLE_NAMES=lat",
"-oo",
"X_POSSIBLE_NAMES=lon",
"-oo",
"Y_POSSIBLE_NAMES=lat",
filename,
"-nln",
f"eis_fire_{collection}",
Expand Down

0 comments on commit 0c46fd3

Please sign in to comment.