Size: 280
Comment:
|
Size: 929
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
== Save New Landmarks == Run EXPORT |
|
Line 2: | Line 4: |
{{{ checkVar $ID $Res $logP echo -n "Running Export $ID with num of landmarks: " >> notes wc LMRKLIST1.TXT >> notes rm -r NEW_FILES mkdir -p NEW_FILES mkdir -p NEW_FILES/LMKFILES mkdir -p NEW_FILES/MAPFILES /usr/local/bin/EXPORT sh EXPORT.TXT mv NEW_FILES.tar nftConfig/nftLandmarks-$ID$Res.tar }}} == Package the Feature == |
|
Line 9: | Line 32: |
This his also moves all the output files to the log directory |
|
Line 10: | Line 35: |
$ID=00000 $Vers=A nftPublish.sh $ID$Vers |
checkVar $ID $Res $logP |
Line 17: | Line 38: |
nft-publish.sh nftBigmap-$ID\$Vers-$Vers.IN #We need something besides logP here. We are not going to publish after every resolution. How about this? JRW mv log/$ID* ../log echo 6 | nftBlockFinish.sh nft.$ID |
Save New Landmarks
Run EXPORT
checkVar $ID $Res $logP echo -n "Running Export $ID with num of landmarks: " >> notes wc LMRKLIST1.TXT >> notes rm -r NEW_FILES mkdir -p NEW_FILES mkdir -p NEW_FILES/LMKFILES mkdir -p NEW_FILES/MAPFILES /usr/local/bin/EXPORT sh EXPORT.TXT mv NEW_FILES.tar nftConfig/nftLandmarks-$ID$Res.tar
Package the Feature
Update nftConfig.ini
From the base directory (one above the working directory) run
Update nft creation scripts to match version (i.e. if you are distributing a new copy of a feature, then use B or higher)
This his also moves all the output files to the log directory
checkVar $ID $Res $logP nft-publish.sh nftBigmap-$ID\$Vers-$Vers.IN #We need something besides logP here. We are not going to publish after every resolution. How about this? JRW mv log/$ID* ../log echo 6 | nftBlockFinish.sh nft.$ID