Skip to content

natcap/peps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PEPs: Platform Enhancement Proposals

The archive of Enhancement Proposals for the Natural Capital Project's Science & Technology Platform.

PEP index

Format is: [pep file name] - [Short human description] - [Complete | In Progress | Accepted | Rejected]

  • pep-0013 - Add an InVEST Mental Health Model - In Progress
  • pep-0012 - Supporting both D8 and MFD algorithms in InVEST routed models and tools - Complete
  • pep-0011 - Deprecate the GLOBIO model - Complete
  • pep-0010 - Revising SDR Indicators - Complete

Steps for archiving Google Doc PEPs

  1. Download google doc as docx
  2. Use pandoc to convert to md (comments not preserved in this step)
  3. Example usage (converting from docx to github-flavored markdown): cat "D8_MFD routing algorithms PEP.docx" | pandoc -o "D8_MFD routing algorithms PEP.md" --from=docx --to=gfm
  4. Manually edit links and images
  5. At the top of the markdown PEP add a hyperlink to the original Google Doc PEP using the phrase: "This PEP has been modified from the original PEP Google Doc"
  6. Commit and Push to repo
  7. Update PEP index section in the README

NOTE: We are currently not capturing comments from the Google Docs.

Archiving format

The markdown PEP should follow the format pep-xxxx.md where xxxx is the next numbered increment. We have left 0001-0009 to allow for old PEPs to be archived. If there are images or other documents that support a PEP they should go in a corresponding folder.

About

Archive of Platform Enhancement Proposals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors