Thanks all for your help. I don't know how I looked past that since
I'm used to processing the environmental layer. When I coded the bias
file with ones (possible sampling location) and zeros (no sampling), I
got the following error: "Bias has zero or neagtive values, ignoring
bias grid". As Bill mentions, the bias file must consist of positive
values, so I instead coded it as 1 (absence) and 2 (presence).
I have two related questions I hope this group can field:
1. How can I be sure that Maxent "knows" that I have coded one as
absence and 2 as presence? It doesn't ask me at any point in the
process which makes me nervous.
2. My outputs aren't significantly different with and without bias,
just some expansion of 0.5 probability areas. This brings me back to
question # 1., but also makes me wonder what situations using the bias
file has the most impact under. For example, does it significantly
effect the outputs when dealing with very low (20) or very high
(1000s) numbers of occurences? Or does it depend on the environmental
layers? Or is it best used to cover your tail statistically and
assumption-wise? Any insight from those using the bias file would be
appreciated.
Thanks!
On Aug 27, 6:39 am, Bill Peterman <
bill.peter...@gmail.com> wrote:
> Also, it is my understanding that yourbiasfile must consist of all
> positive values (i.e., you cannot have NODATA everywhere you have not
> sampled)
>
> On Aug 27, 2:30 am, Jessica Junker <
jessica_jun...@eva.mpg.de> wrote:
>
> > Hi
> > Your number of rows and columns for thebiasfile and the environmental
> > variables needs to be the same!
> > Jessi
>
> > swajud wrote:
> > > I'm excited about the (relatively) new option for using a sampling
> > >biasfile. I created a raster of sampling areas in ArcGIS with the
> > > potential sampling areas assigned a value of "1" and all other areas
> > > given no value. I then convert this raster to ASCII through the same
> > > process I use for extracting, resampling, and converting my
> > > environmental layers. However, I keep getting an error message that my
> > > environmental layers and thebiasfile have different geographic
> > > dimensions. When I open the ASCII files in word, I get the following
> > > parameters:
>
> > > For the environmental layers:
> > > ncols 3863
> > > nrows 1271
> > > xllcorner 87.749664307
> > > yllcorner 41.567638397
> > > cellsize 0.00833
> > > NODATA_value -9999
>
> > > For theBiasFile:
> > > ncols 2424
> > > nrows 663
> > > xllcorner 87.870833333
> > > yllcorner 45.974579550574
> > > cellsize 0.00833
> > > NODATA_value -9999
>
> > > Again, I use the same "extract by mask" and Resampling methods for
> > > both types of layers. Any ideas as to what is happening? Does it have
> > > anything to do with the fact that only potential sampling areas are
> > > assigned a value of "1" in myBiasraster? Should my sampling areas be
> > > assigned a different value? Any other tips/sources on creating,
> > > processing, and using aBiasfile in Maxent?