Skip to content
Snippets Groups Projects
Commit 59ce1574 authored by Kwang, Jeffrey S's avatar Kwang, Jeffrey S
Browse files

added input files, combined gitignore file

parent 368f5525
No related branches found
No related tags found
1 merge request!70Adds the Python code for creating two of the FireInIce visualizations.
Showing with 23 additions and 21 deletions
......@@ -68,3 +68,22 @@ beaufortSea/images/*
# sbtools
beaufortSea/.Renviron
#fire and ice
fireInIce/*/out
fireInIce/*/tmp
fireInIce/*/src/__pycache__
#remove cache and dataout
fireInIce/cache
fireInIce/data_out
#remove snakemake files
fireInIce/.snakemake
#exceptions Spatial
!fireInIce/2_visualize/in/*.cpg
!fireInIce/2_visualize/in/*.dbf
!fireInIce/2_visualize/in/*.prj
!fireInIce/2_visualize/in/*.shp
!fireInIce/2_visualize/in/*.shx
\ No newline at end of file
# Files and directories ----- Note out folders will be made automatically
*/out
*/tmp
# Pesky Mac Files
.DS_Store
#remove api key
opentopography_api_key.txt
#remote out and tmp files
*/__pycache__
*/src/__pycache__
_boneyard
cache
data_out
#remove snakemake files
.snakemake
#test
\ No newline at end of file
UTF-8
\ No newline at end of file
File added
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]
\ No newline at end of file
File added
File added
UTF-8
\ No newline at end of file
File added
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]
\ No newline at end of file
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment