without "GML_*'
1 parent d4d7b12 commit 002ba78fddcaec543c022124994f2f110fe7a89f
@hayashi hayashi authored on 11 Feb 2018
Showing 3 changed files
View
9
.gitignore
*.class
*.zip
/bin/**
!/bin/
bin/**
classes/
sample/
dest/**
**/ConvBusstop.jar
**/osmCoverage.jar
/database/
database/
GML_*/
 
P*-*_GML/
 
# ============ #
[Tt]humbs.db
**/nbproject/private/
/build/**
/dist/**
View
0
■■■■■
GML_POSTOFFICE/P30-13.xml 100644 → 0
Too large (Show diff)
View
6
src/coverage_POSTOFFICE.sh
java -cp .:osmCoverage.jar:hayashi.jar:hsqldb_2.2.9.jar:postgresql-9.4.1212.jar osm.jp.coverage.postoffice.Postoffice
java -cp .:osmCoverage.jar:hayashi.jar:hsqldb_2.2.9.jar:postgresql-9.4.1212.jar osm.jp.coverage.postoffice.ToPostgis
 
 
#git add -f GML_FUEL/*.json GML_FUEL/*.csv t_fuel.carto.csv
#git commit -a -m "coverage fuel update $(date +%Y-%m-%d_%H:%M)"
#git push origin HEAD:master
 
 
 
#
#
# osmCoverage_PostofficeJson
tar czvf coverage.postofficeJSON.tgz ./GML_POSTOFFICE/*.json ./GML_POSTOFFICE/*.csv
 
git add GML_POSTOFFICE/*.json
git commit --allow-empty -m "coverage postoffice update $(date +%Y-%m-%d_%H:%M)"
 
git remote -v
git push gitbucket master