GithubHelp home page GithubHelp logo

mthomp89 / landslide-detect Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 7.0 46.04 MB

Develop and deploy a workflow to evaluate the effectiveness of Synthetic Aperture Radar in mapping surface damage caused by landslides in reported locations.

License: Apache License 2.0

Jupyter Notebook 41.39% HTML 58.47% Python 0.13%

landslide-detect's People

Contributors

lmanak avatar mthomp89 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

landslide-detect's Issues

Replace markers on folium maps

Found this while I was researching all of the GEE errors. It replaces the marker we have now with an exclamation point inside a red triangle. I have this in my making_dry notebook.

In the section titled, "Folium Map of All Verified Landslide Locations"
for index, location_info in landslide_gdf.iterrows(): folium.Marker([location_info["lat"], location_info["lon"]], popup=location_info["type"], icon=folium.Icon(color='red', prefix='fa', icon='exclamation-triangle')).add_to(mp)

Note the above is not keeping the correct indentation

New way to create AOI Boundary?

I am wondering if we can create a class or something similar for getting the Bounding Box instead of having to rely of our JSON files. Can we do something where it matches the geometry filter in the image_search function?

Get image_search running

I think this is an issue with:
BASE_DATE = ee.Date(landslide_gdf['slide.date'])

the ee.Date seems to have this error: "Invalid argument specified for ee.Date(): slide.id"

Identify different parameters in im_coll that we may or may not need to filter out

We are currently filtering the following, however it could be worth looking into and playing around with different parameters:
.filterBounds(aoi)
.filterDate(ee.Date('2016-09-01'), ee.Date('2017-09-01'))
.filter(ee.Filter.eq('orbitProperties_pass', 'DESCENDING'))
.filter(ee.Filter.eq('relativeOrbitNumber_start', 27))
.filter(ee.Filter.listContains('transmitterReceiverPolarisation',
'VV'))
.filter(ee.Filter.listContains('transmitterReceiverPolarisation',
'VH'))

Create a column in DF based on ge.lat / long values

This is for the iteration workbook. We discussed adding a new column for the center point that is based on the "ge.lat/long" values. This will allow us to work with both the regular lat/long and the ge.lat/long (which is the more accurate verified site).

Make sure Landslides.verified.csv is accessible on GitHub

@mthomp89 We still need to find a way to have this be more reproducible. Should we have the csv of the landslide dataset on Git Hub for future downloads so we don't have to do it manually on our own computer/ so other people have access to the csv when they create their working directory? I don't see it on GitHub yet. I think we just manually added it to our landslide-detect folder.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.