In this practical we used Total station only to finish the surveying.
– I need description of the equipment (including the details of company that manufactured the
equipment, year of manufacture (if available), etc.).
Tripod
Total station (TS)
Reflector
Pegs
Hammer
Comment:
I will upload my previous work about this part you can summarise it into small paragraphs it if you want that will be helpful and to avoid copy and past while submitting in turn-it in program
– Detailed description of the procedure adopted for surveying.
Comment :
For procedure we used total station to set 10 pegs will provide you with \” I \” values between all pegs to set a curve.
– Describe different types of circular and transition curves and the need for including a
transition curve while setting out a circular curve.
Instruction files
notes_for_practical_5_updated.pdf(0,97 MiB)
practical_5_revised_180216.pdf(263,07 KiB)
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

