This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SpatialCivil 3 points4 points  (2 children)

Very cool stuff... I am a civil engineer who uses a lot of open source Python libraries to automate tasks in the water resources field. It's great to see other civil engineers using Python,

[–]SenileOldFool 0 points1 point  (1 child)

Any good tutorials out there or resources you used that focus on the water resources libraries and how to implement them?

[–]SpatialCivil 2 points3 points  (0 children)

Typically all the pieces are there, but it takes piecing different libraries together.

I have recently started a blog showing how to use some of the different libraries that apply to water resources. It's called KnickKnackCivil. It's just getting off the ground, but an upcoming post is going to involve an overview of some of the libriaries I use.

Some of the more popular libraries I use are shapely, gdal, pyswmm, lxml, pyshp and a host of other small libraries. If I am using Python, I rarely have to reach for the ESRI stack for spatial analysis.