Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2019-09-26 13:25:36
Size: 280
Editor: EricPalmer
Comment:
Revision 8 as of 2019-10-30 11:36:33
Size: 852
Editor: JohnWeirich
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


echo -n "Running Export $ID with num of landmarks: " >> notes
wc LMRKLIST1.TXT >> notes

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.tar

}}}

== Package the Feature ==
Line 9: Line 31:
This his also moves all the output files to the log directory
Line 10: Line 34:
checkVar $ID $Res
Line 11: Line 36:
$ID=00000
$Vers=A
Line 16: Line 39:
#We need something besides logP here. We are not going to publish after every resolution.
mv $logP ../log
echo 6 | nftBlockFinish.sh nft.$ID

Save New Landmarks

Run EXPORT

checkVar $ID $Res


echo -n "Running Export $ID with num of landmarks:  " >> notes
wc LMRKLIST1.TXT >> notes

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.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


nftPublish.sh $ID$Vers

#We need something besides logP here. We are not going to publish after every resolution.
mv $logP ../log
echo 6 | nftBlockFinish.sh nft.$ID

NFT-6-publish (last edited 2020-02-27 16:55:31 by JohnWeirich)