-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Land Obstacles #321
Conversation
run pip3 install in terminal first
…ent-land-obstacles-278
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ran the script to completion with the fixes I made (creating directories when they didn't exist, but feel free to handle it a different way if you had something else in mind)
lmk when you want me to review/test the land class
Nope thats perfect, didn't spot that issue thanks! Are you able to share the result files please?
Sounds good, about halfway done with the class. |
I uploaded my results files to our shared drive: https://drive.google.com/drive/folders/1NZZmz8qpIzdPM35E3WHv94unY_nuAt3c?usp=sharing |
Thanks! Could you also upload the other files with the same name as the shp file but different extensions? |
Done |
I'm getting this error running the script with no arguments
|
Ah, okay I will look into this. I have some ideas for what's causing it. I'll let you know once it's ready to try again! The good news is the internediate results should have been saved so we can jump right to this step on the next run. |
Description
These changes were made to implement a data pipeline for land polygons as well as Land Obstacle class in
obstacles.py
TODO:
Verification
land_polygons_etl.py
to generate a land data set shape fileResources
GEBCO Bathymetric data source
Coastline Polygons data source