8000 GitHub - rgwozdz/koop: :crystal_ball: Transform, query, and download geospatial data on the web.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rgwozdz/koop

 
 

Repository files navigation

Koop Fork

This is a specialized fork of the Koop repositiory.

Syncing with master

This fork has some simple modifications that include:

  • edited README.md
  • removed Github Actions releated to Koop releases, dependabot, and code scanning
  • script to automate the above changes
  • script to automate changes for CDF branch modifications

Creating a CDF release branch

  1. Make sure your master branch is synchronized with the Koop upstream. This may require a rebase due to the changes made on this fork.

  2. Branch off of synced master. In this example we call the branch cdf-next:

> git checkout -b cdf-next
  1. Run modification script. This will result in file deletions, modifications, and the creation of a Github Action.
> node fork-scripts/modify-branch-for-cdf.js && npm install
  1. Run E2E tests and ensure they all pass
> npm run test:e2e
  1. Commit changes and push your branch
> git commit -m 'chore: prep for cdf release'
> git push origin cdf-next
  1. Consider adding branch protection rules on Github (to prevent deletions).

License

Apache 2.0

About

🔮 Transform, query, and download geospatial data on the web.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0