Exports module
After enriching occurrences, you can use the exports module to use the downloaded data. Several options are available:
Produce a stats file that will give you the average, standard deviation, minimum and maximum values of your variable in the buffer around each occurrence. See
geoenrich.exports.produce_stats().Calculate the derivative of the environmental data between two different dates, with
geoenrich.exports.get_derivative().Export data as geotiff rasters with
geoenrich.exports.export_raster().Export png pictures, for visualization or training deep learning models for instance. See
geoenrich.exports.export_png().Retrieve the raw data as a numpy array with
geoenrich.exports.retrieve data().