You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Maxent developers,
When using raster with rectangular cell dimension we have issues projecting maxent models within the package biomod2 (see issues biomodhub/biomod2#245 or biomodhub/biomod2#221 (comment)).
Here is the command we use internally in biomod2:
Data can be found here. All needed raster were written as ASCII files (as required, unless there are other possibilities for which we are unaware) and available in the current folder.
Then we get the following error:
Error in file bio11.asc: java.lang.NumberFormatException: For input string: "NODATA_value"
I suspect this is because the header for a raster with rectangular cells looks like that:
Dear Maxent developers,
When using raster with rectangular cell dimension we have issues projecting maxent models within the package biomod2 (see issues biomodhub/biomod2#245 or biomodhub/biomod2#221 (comment)).
Here is the command we use internally in
biomod2
:Data can be found here. All needed raster were written as ASCII files (as required, unless there are other possibilities for which we are unaware) and available in the current folder.
Then we get the following error:
I suspect this is because the header for a raster with rectangular cells looks like that:
while
maxent.jar
expect a header as follows:and is trying to read the line
dy
asNODATA_value
.We are not expert with maxent, so feel free to point out if there are more efficient way of using maxent projection.
Best regards,
The biomod2 team
The text was updated successfully, but these errors were encountered: