Closed otirmizi closed 2 years ago
Sorry for commenting again even though I approved. It seems like kml comes for free with what you already have. All you need to do is:
import fiona
fiona.supported_drivers['KML'] = 'rw'
gdf2.to_file('burst_map.kml', driver='KML')
That would make the kml which you can open in google earth. Here is a screenshot:
Do you mind adding those few lines.
@otirmizi You also need to check the Codacy report at the bottom of the PR page if it flags anything.
@otirmizi You also need to check the Codacy report at the bottom of the PR page if it flags anything.
Just because something is flagged doesn't mean it needs or can be fix/addressed. LMK if you have any questions.
Hit "Squash and merge".
Maybe clean up nit-pick related bullets, then "Confirm squash and merge" and aoilà.
@LiangJYu I don't have write access so that option is not showing up for me :/
@LiangJYu I don't have write access so that option is not showing up for me :/
I'll merge this PR. I didn't know you lack write access. 🤷
The new script reads info from the SLC and outputs a .csv file containing burst IDs and other metadata. The script also outputs an interactive html file of the plotted bursts as well as a shapefile of the GeoDataframe