File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 " #\n " ,
4646 " # Initialize Python Client\n " ,
4747 " #\n " ,
48- " icesat2.init(\" slideruleearth.io\" , verbose=True)"
48+ " #icesat2.init(\" slideruleearth.io\" , verbose=True)\n " ,
49+ " icesat2.init(\" localhost\" , verbose=True, organization=None)"
4950 ]
5051 },
5152 {
110111 " gdf.attrs['file_directory']"
111112 ]
112113 },
114+ {
115+ "cell_type" : " code" ,
116+ "execution_count" : null ,
117+ "id" : " b961987a-1a67-4ab9-a47e-b0bafb6c591a" ,
118+ "metadata" : {
119+ "tags" : []
120+ },
121+ "outputs" : [],
122+ "source" : [
123+ " gdf"
124+ ]
125+ },
113126 {
114127 "cell_type" : " code" ,
115128 "execution_count" : null ,
143156 " return [lon, lat]\n " ,
144157 " \n " ,
145158 " def getBB(dem):\n " ,
146- " os.system(\" gdalinfo /vsis3/ {} > /tmp/r.txt\" .format(dem))\n " ,
159+ " os.system(\" gdalinfo {} > /tmp/r.txt\" .format(dem))\n " ,
147160 " with open(\" /tmp/r.txt\" , \" r\" ) as file:\n " ,
148161 " lines = file.readlines()\n " ,
149162 " for line in lines:\n " ,
You can’t perform that action at this time.
0 commit comments