Skip to content

This repository will house geometric features relevant for climate science.

Notifications You must be signed in to change notification settings

xylar/geometric_features

 
 

Repository files navigation

This repository will house definitions of geometric features. These features can include regions, transects, and points. Currently they are described in geojson format.

The scripts in the top level directory can be used to help maintain and use this repository. All of them can be run with the -h flag to get usage information.

A typical workflow will look like:

  • Build feature list (features.geojson):
  • Multiple calls to: ./merge_features.py
  • Edit features:
  • Edit features.geojson
  • Visualize features:
  • ./plot_features.py
    (Note: requires basemap package, e.g., conda install -c https://conda.anaconda.org/anaconda basemap)
  • Split features:
  • ./split_features.py

IMPORTANT: Always use the split_features.py script when placing features in their respective directories. This will help everyone maintain the repository, and allow tools to parse them cleanly.

About

This repository will house geometric features relevant for climate science.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%