Coastal-Imaging-Research-Network / Station-Design-Toolbox

This repository contains a code to plan a coastal monitoring station, coastal drone data collection, and create synthetic time series of the sea surface, imagery, and pixel instrument data.
GNU General Public License v3.0
1 stars 5 forks source link

Add WMS Basemap #2

Open hokiespurs opened 5 years ago

hokiespurs commented 5 years ago

Hey @kkoetje,

Just saw this pop up on my github, looks cool!

Here's a script I wrote recently which gets web map tiles from any Web Map Service. The default is ESRI. Feel free to use this if you want to add a basemap to help with fine tuning a new camera station. getwmsll.m

There will be some meter level accuracy issues with the tiles, but for laying out cameras it should be fine.

Also, here's a browser based tool I made for visualizing UAS orthophotos. It was a small project for a class, so likely has some bugs, but feel free to borrow any code or ideas from it.

kkoetje commented 5 years ago

Awesome, thank you @hokiespurs!