|
Size: 639
Comment:
|
Size: 1123
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| Line 7: | Line 6: |
| ID=RDL09 | checkVar $ID $Res $logP |
| Line 9: | Line 8: |
| echo y | cp LMRKLIST1.TXT nftConfig/highRes${ID}$Res.txt | |
| Line 13: | Line 13: |
| rm -r NEW_FILES | |
| Line 20: | Line 21: |
| mv NEW_FILES.tar nftConfig/nftLandmarks-$ID.tar | mv NEW_FILES.tar nftConfig/nftLandmarks-$ID$Res.tar |
| Line 32: | Line 33: |
| This his also moves all the output files to the log directory |
|
| Line 33: | Line 36: |
| checkVar $ID $Res $logP | |
| Line 34: | Line 38: |
| $ID=00000 $Vers=A |
relink.sh nftConfig/highRes${ID}$Res.txt BIGMAP.IN wc BIGMAP.IN |tee -a notes grep -f BIGMAP.IN MAPINFO.TXT | tee -a notes |
| Line 37: | Line 42: |
| nftPublish.sh $ID$Vers | nft-publish.sh nftBigmap-$ID-$Vers.IN |
| Line 39: | Line 44: |
| #We need something besides logP here. We are not going to publish after every resolution. How about this? JRW mv log/$ID* ../log |
|
| Line 40: | Line 47: |
| rm BIGMAP.IN echo 6 | nftBlockFinish.sh nft.$ID |
Save New Landmarks
Run EXPORT
checkVar $ID $Res $logP
echo y | cp LMRKLIST1.TXT nftConfig/highRes${ID}$Res.txt
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
relink.sh nftConfig/highRes${ID}$Res.txt BIGMAP.IN
wc BIGMAP.IN |tee -a notes
grep -f BIGMAP.IN MAPINFO.TXT | tee -a notes
nft-publish.sh nftBigmap-$ID-$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
rm BIGMAP.IN
echo 6 | nftBlockFinish.sh nft.$ID