Skip to content

Commit

Permalink
updated sinistral rate sign
Browse files Browse the repository at this point in the history
  • Loading branch information
cossatot committed Jul 19, 2019
1 parent 74870e8 commit f2ae0dd
Show file tree
Hide file tree
Showing 31 changed files with 15,931 additions and 14,444 deletions.
1 change: 1 addition & 0 deletions arc/HimaTibetMap.cpg
@@ -0,0 +1 @@
UTF-8
Binary file modified arc/HimaTibetMap.dbf
Binary file not shown.
1 change: 1 addition & 0 deletions arc/HimaTibetMap.qpj
@@ -0,0 +1 @@
GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]]
6 changes: 3 additions & 3 deletions format_conversions.py
Expand Up @@ -10,7 +10,7 @@
import json


repo_dir = '/Users/itchy/school/himatibetmap/cossatot/HimaTibetMap/'
repo_dir = './'
htm_arc = repo_dir + 'arc/HimaTibetMap.shp'
htm_json = repo_dir + 'geojson/HimaTibetMap.geojson'

Expand Down Expand Up @@ -135,7 +135,7 @@



subprocess.call('mkdir scratch')
subprocess.call('mkdir scratch', shell=True)


types_list = [
Expand Down Expand Up @@ -175,7 +175,7 @@


for ftype in types_list:
print '{}.geojson'.format(ftype)
print('{}.geojson'.format(ftype))
subprocess.call('ogr2ogr -f "KML" kml/{}.kml scratch/{}.geojson'.format(
ftype, ftype), shell=True)
subprocess.call('ogr2ogr -f "GMT" gmt/{}.gmt scratch/{}.geojson'.format(
Expand Down
1,881 changes: 941 additions & 940 deletions geojson/HimaTibetMap.geojson

Large diffs are not rendered by default.

0 comments on commit f2ae0dd

Please sign in to comment.