Open earth-chris opened 3 years ago
Maxent requires specific grid formats for reading raster data. A raster-to-maxent.py script should be written to
raster-to-maxent.py
.asc
.bil
.grd
tqdm
this may be useful if trying to support .mxe files: https://rstudio-pubs-static.s3.amazonaws.com/67084_7b36a3e889284a1fa07d5b5a3ac7ab9b.html
.mxe
Maxent requires specific grid formats for reading raster data. A
raster-to-maxent.py
script should be written to.asc
format (perhaps.bil
or.grd
, depending on what's supported)tqdm
to report progress