Skip to content

Changelog

v0.0.9 - June 27, 2024

Improvement:

  • Add GEE functionality to folium module

v0.0.8 - May 9, 2023

Improvement:

  • Handled error if user selects outside of states when trying to retrieve API data.

v0.0.7 - May 6, 2023

Improvement:

  • Improving documentation.

v0.0.6 - May 6, 2023

Improvement:

  • Both FIADB-API and GEE functionalities were added along with new interactive widgets to explore forestry datasets.

v0.0.5 - April 27, 2023

Improvement:

  • Added a function that, when called, adds a dropdown widget that provides options for a user to select a basemap.

New Features:

  • add_interactive_basemap()

v0.0.4 - April 20, 2023

Improvement:

  • Added methods for adding raster data and a static image to map.

New Features:

  • add_raster(url)
  • add_image(url)

v0.0.3 - April 12, 2023

Improvement:

  • Added methods ffor adding vector data, and added new folium class module.

New Features:

  • Map(ipyleaflet) class
  • Map_Folium(folium.map) class
  • For each class added add_shp(), add_geojson(), add_vector()

v0.0.2 - April 5, 2023

Improvement:

  • Added some useful functions to package and a Google Colab notebook to exhibit the use of these.

New Features:

  • add_data()
  • add_layer_control()
  • view_data()
  • Map()

v0.0.1 - Date

Improvement:

  • TBD

New Features:

  • TBD