ARR
In [1]:
Copied!
# import carbonarr
# my_map = carbonarr.Map()
# # Create a map instance
# # my_map = Map()
# # Create an ARR instance with the map
# arr = carbonarr.ARR(my_map)
# # Show LULC maps for 2021 and 2023
# arr.show_lulc_maps()
# my_map.scroll_wheel_zoom = True
# # Display the map
# my_map
# import carbonarr
# my_map = carbonarr.Map()
# # Create a map instance
# # my_map = Map()
# # Create an ARR instance with the map
# arr = carbonarr.ARR(my_map)
# # Show LULC maps for 2021 and 2023
# arr.show_lulc_maps()
# my_map.scroll_wheel_zoom = True
# # Display the map
# my_map
In [2]:
Copied!
# https://earthengine.googleapis.com/v1/projects/earthengine-legacy/maps/c56276175735dbec21f8d63f41a3777c-2d7922d70c37127aea93b2956d4399ac/tiles/{{z}}/{{y}}/{{x}}
# https://earthengine.googleapis.com/v1/projects/earthengine-legacy/maps/c56276175735dbec21f8d63f41a3777c-2d7922d70c37127aea93b2956d4399ac/tiles/{{z}}/{{y}}/{{x}}
In [3]:
Copied!
Out[3]:
<carbonarr.carbonarr.ARR at 0x1121d84d0>
In [4]:
Copied!
Out[4]:
Map(bottom=27728.0, center=[27.647039394312074, 77.8271484375], controls=(ZoomControl(options=['position', 'zo…
In [ ]:
Copied!