Software Open Access

danlwarren/ENMTools: ENMTools 1.0.4

Dan Warren; Russell Dinnage; Nicholas J. Matzke; Nicholas Huron; John Baumgartner


DCAT Export

<?xml version='1.0' encoding='utf-8'?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:adms="http://www.w3.org/ns/adms#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dct="http://purl.org/dc/terms/" xmlns:dctype="http://purl.org/dc/dcmitype/" xmlns:dcat="http://www.w3.org/ns/dcat#" xmlns:duv="http://www.w3.org/ns/duv#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:frapo="http://purl.org/cerif/frapo/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:gsp="http://www.opengis.net/ont/geosparql#" xmlns:locn="http://www.w3.org/ns/locn#" xmlns:org="http://www.w3.org/ns/org#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:prov="http://www.w3.org/ns/prov#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:schema="http://schema.org/" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:vcard="http://www.w3.org/2006/vcard/ns#" xmlns:wdrs="http://www.w3.org/2007/05/powder-s#">
  <rdf:Description rdf:about="https://doi.org/10.5281/zenodo.4741547">
    <rdf:type rdf:resource="http://www.w3.org/ns/dcat#Dataset"/>
    <dct:type rdf:resource="http://purl.org/dc/dcmitype/Software"/>
    <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://doi.org/10.5281/zenodo.4741547</dct:identifier>
    <foaf:page rdf:resource="https://doi.org/10.5281/zenodo.4741547"/>
    <dct:creator>
      <rdf:Description>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <foaf:name>Dan Warren</foaf:name>
      </rdf:Description>
    </dct:creator>
    <dct:creator>
      <rdf:Description>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <foaf:name>Russell Dinnage</foaf:name>
        <org:memberOf>
          <foaf:Organization>
            <foaf:name>Australian National University</foaf:name>
          </foaf:Organization>
        </org:memberOf>
      </rdf:Description>
    </dct:creator>
    <dct:creator>
      <rdf:Description>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <foaf:name>Nicholas J. Matzke</foaf:name>
        <org:memberOf>
          <foaf:Organization>
            <foaf:name>The Australian National University</foaf:name>
          </foaf:Organization>
        </org:memberOf>
      </rdf:Description>
    </dct:creator>
    <dct:creator>
      <rdf:Description>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <foaf:name>Nicholas Huron</foaf:name>
        <org:memberOf>
          <foaf:Organization>
            <foaf:name>Temple University</foaf:name>
          </foaf:Organization>
        </org:memberOf>
      </rdf:Description>
    </dct:creator>
    <dct:creator>
      <rdf:Description>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <foaf:name>John Baumgartner</foaf:name>
        <org:memberOf>
          <foaf:Organization>
            <foaf:name>University of Melbourne</foaf:name>
          </foaf:Organization>
        </org:memberOf>
      </rdf:Description>
    </dct:creator>
    <dct:title>danlwarren/ENMTools: ENMTools 1.0.4</dct:title>
    <dct:publisher>
      <foaf:Agent>
        <foaf:name>Zenodo</foaf:name>
      </foaf:Agent>
    </dct:publisher>
    <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#gYear">2021</dct:issued>
    <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2021-05-07</dct:issued>
    <owl:sameAs rdf:resource="https://zenodo.org/record/4741547"/>
    <adms:identifier>
      <adms:Identifier>
        <skos:notation rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://zenodo.org/record/4741547</skos:notation>
        <adms:schemeAgency>url</adms:schemeAgency>
      </adms:Identifier>
    </adms:identifier>
    <dct:relation rdf:resource="https://github.com/danlwarren/ENMTools/tree/1.0.4"/>
    <dct:isVersionOf rdf:resource="https://doi.org/10.5281/zenodo.3268813"/>
    <owl:versionInfo>1.0.4</owl:versionInfo>
    <dct:description>&lt;p&gt;I forgot to create GitHub releases for versions 1.0.2 and 1.0.3, but I'm going to try to be good about it from now on. Here are the intervening changes:&lt;/p&gt; ENMTools 1.0.4 Bug Fixes &lt;ul&gt; &lt;li&gt;Raes and ter Steege-style tests were returning incorrect evaluate objects, although plots and p values were correct&lt;/li&gt; &lt;li&gt;test.prop = "block" wasn't working correctly&lt;/li&gt; &lt;/ul&gt; Enhancements &lt;ul&gt; &lt;li&gt;Suppressing maxent startup messages by default&lt;/li&gt; &lt;li&gt;Added support for bias layers to modeling functions&lt;/li&gt; &lt;li&gt;Added check.env function to homogenize raster stacks so NAs propagate across layers&lt;/li&gt; &lt;/ul&gt; ENMTools 1.0.3 Enhancements &lt;ul&gt; &lt;li&gt;Brought up to date for new &lt;strong&gt;spatstat&lt;/strong&gt; changes&lt;/li&gt; &lt;li&gt;Removed &lt;strong&gt;ppmlasso&lt;/strong&gt; until it is brought back on CRAN&lt;/li&gt; &lt;/ul&gt; ENMTools 1.0.2 Enhancements &lt;ul&gt; &lt;li&gt;Added a new general-purpose function for making background layers from point data. It can do both circular buffers and buffered convex hulls, and can return points, a polygon, or a raster. Converted the existing background buffer functions to just call this one, and will eventually deprecate the single-application functions.&lt;/li&gt; &lt;li&gt;Added ability to select which corner you want for "block" validation.&lt;/li&gt; &lt;li&gt;Added a function called &lt;em&gt;multi.variogram&lt;/em&gt; which takes a raster stack, builds a variogram for each layer, and then plots the gamma for each variable as a function of distance, scaled by the maximum gama for that variable. This allows users to get some idea of the level of spatial autocorrelation in each predictor variable.&lt;/li&gt; &lt;/ul&gt;</dct:description>
    <dct:accessRights rdf:resource="http://publications.europa.eu/resource/authority/access-right/PUBLIC"/>
    <dct:accessRights>
      <dct:RightsStatement rdf:about="info:eu-repo/semantics/openAccess">
        <rdfs:label>Open Access</rdfs:label>
      </dct:RightsStatement>
    </dct:accessRights>
    <dcat:distribution>
      <dcat:Distribution>
        <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.4741547"/>
      </dcat:Distribution>
    </dcat:distribution>
    <dcat:distribution>
      <dcat:Distribution>
        <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.4741547"/>
        <dcat:byteSize>7367773</dcat:byteSize>
        <dcat:downloadURL rdf:resource="https://zenodo.org/record/4741547/files/danlwarren/ENMTools-1.0.4.zip"/>
        <dcat:mediaType>application/zip</dcat:mediaType>
      </dcat:Distribution>
    </dcat:distribution>
  </rdf:Description>
</rdf:RDF>
816
218
views
downloads
All versions This version
Views 816165
Downloads 21846
Data volume 1.8 GB338.9 MB
Unique views 725151
Unique downloads 18040

Share

Cite as