Skip to content

kuanfufeng/Sharing_repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sharing notebooks with examples

  • USDA_geology - Plotting geological map and identifying where the input stations locate
    (Please note that the notebook does not implement the geological unit color standards while plotting.)
  • US-EPA_ecoregions - Mapping ecoregions map and identifying where the input stations are
  • SensitivityKernels

Geological source, https://datagateway.nrcs.usda.gov/GDGOrder.aspx#
Ecoregions source, https://www.epa.gov/eco-research/ecoregions-north-america
Sensitivity source, https://github.com/keurfonluu/disba


Create the environment

conda create -n codetest python=3.9
conda activate codetest

pip install ipykernel
pip install numpy==1.26
pip install geopandas
pip install pandas
pip install fiona
pip install dbfread
pip install matplotlib
pip install disba
conda install -c conda-forge gmt
pip install pygmt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published