Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
| @@ -0,0 +1,1002 @@ | |||
| { | |||
There was a problem hiding this comment.
| @@ -0,0 +1,1002 @@ | |||
| { | |||
There was a problem hiding this comment.
| @@ -0,0 +1,1002 @@ | |||
| { | |||
There was a problem hiding this comment.
Line #12. folium.GeoJson(nisar_gdf.__geo_interface__, name="NISAR").add_to(m)
@chuckwondo mentioned you can drop the geo_interface accessor
folium.GeoJson(nisar_gdf, name="NISAR").add_to(m)
Reply via ReviewNB
| @@ -0,0 +1,1002 @@ | |||
| { | |||
There was a problem hiding this comment.
I don't think we need to do this section at all. We'll be relying on GEDI subsetter or Amelia's new GEDI tiler to extract points for a given location.
In it's place just do the same STAC search as the other data, and show the bounding boxes on the map.
Reply via ReviewNB
| @@ -0,0 +1,1002 @@ | |||
| { | |||
There was a problem hiding this comment.
If we did keep this, you should use a spatial format gpkg, or geoparquet to store the results, not a CSV.
Reply via ReviewNB
No description provided.