Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.41 KB

File metadata and controls

42 lines (35 loc) · 1.41 KB

Visualization utilities (high shareability)

“One-liner map”

Repo idea and name: quickmap

Example:

quickmap("data.geojson")
  • Uses Folium or similar

Linkability: Great for tutorials and blog embeds

Note to agent.

  • The program should have as detailed a documentation as possible.
  • The documentation should be in the README.md file.
  • The documentation should have examples.
  • The documentation should have a quickstart section with copy-paste commands to run the program.
  • The documentation should be beginner-friendly.
  • The program should be beginner-friendly.
  • The documentation should have one or more links to https://spatialworkflow.io/
  • Apply SEO best practices to the documentation and make it as detailed as possible.
  • a repo should be created on github.com.
  • Files should have relevant commit messages.
  • The repo should be public.
  • SpatialWorkflowIo should be the github user, avoid using the gggravity user.
  • SpatialWorkflowIo should be used for pushing commits and creating the repo, avoid using the gggravity user.
  • SpatialWorkflowIo info is here: https://github.com/SpatialWorkflowIo
  • config files for SpatialWorkflowIo should be in the .ssh folder.
cat .ssh/config
Host github-spatial
    HostName github.com
    IdentityFile ~/.ssh/id_ed25519_spatialworkflow
    IdentitiesOnly yes`
  • The program should have 100% test coverage.
  • don't remove the # other files from .gitignore