This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 959181237cfc588002fc2bf23c7f9fd157fffae7f8e5a484800beba144bf4f0b 1-s2.0-S2590182621000205-main.pdf | |
| 81a26a43230d700517111fa03051963f73d17792bdfab85a10ad053bcecdbfe5 2008_Minella_et_al_Estimating_suspended_sediment_concentrations_from_turbidity_measurements_and.pdf | |
| c3842e77651e012c0bb7424745ed1e119f114da11c532a0adf949a71c983d5f4 2013v7is2_2.pdf | |
| cd94f26e9555b48bbd795d419881e0b8903b7a990ec44df9ac3bbcd4749e50cd 2018 Processing Satellite Imagery for Monitoring Water Quality WQweek3.pdf | |
| 9a3fb24765b2752454daebb8dbc030f771ef7598d7c46f7fa749c63c3455ee09 2018_11_00_Space_based_monitoring_capabilities-libre.pdf | |
| 17aac12ac89861fe5b13b73d077cddca0b024960865047525327278dc2d8ecf0 404739093-Nigerian-Standard-for-Drinking-Water-Quality.pdf | |
| a882ce89cff079b3fc611922f7451d7241d443d70a542c6b19677ee01e9bf41a A Comprehensive Review of Machine Learning for Water.pdf | |
| a0c1034d6f3daa9a82a13e281cd52342bad700e2d7f62b241d4975993d512398 A Comprehensive Review on Water Quality.docx | |
| d948dab032e9a66c30500173fb1c6fc4c74168997a8a44fa50954 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| c09136c25966710a7b0a65c6c386efedfa2ad71aba38aeb3a33c9c2d96bae7ed Calibration of Algorithm (1).pdf | |
| c09136c25966710a7b0a65c6c386efedfa2ad71aba38aeb3a33c9c2d96bae7ed Calibration of Algorithm.pdf | |
| ea162ec80023bb1d74d0bcf57093d1c177cfcfefb06548e0ecdb4024a0baa927 WATER QUALITY MONITORING OVER FINGER LAKES REGION USING.pdf | |
| ea162ec80023bb1d74d0bcf57093d1c177cfcfefb06548e0ecdb4024a0baa927 WATER_QUALITY_MONITORING_OVER_FINGER_LAKES_REGION_.pdf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package io.github.achionye.surveykit.auth | |
| import io.github.achionye.surveykit.core.auth.AccessPolicy | |
| import io.github.achionye.surveykit.core.auth.UserTier | |
| /** | |
| * Traverse policy (updated): | |
| * | |
| * - Traverse parsing + plotting is FREE (including Force Close). | |
| * - Least-squares adjustment (Adjust LS) is PREMIUM: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package io.github.achionye.surveykit.admin | |
| import android.content.Context | |
| import io.github.achionye.surveykit.auth.LookupGate | |
| import io.github.achionye.surveykit.core.geodesy.LatLonClose | |
| import io.github.achionye.surveykit.geo.AdminPointResult | |
| import io.github.achionye.surveykit.geo.AdminSummary | |
| import io.github.achionye.surveykit.geo.AdminSummarizer | |
| import io.github.achionye.surveykit.geo.FgbBoundaryIndex | |
| import kotlinx.coroutines.Dispatchers |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package io.github.achionye.surveykit.exporter | |
| import io.github.achionye.surveykit.exporter.forwardAzimuth | |
| import net.sf.geographiclib.Geodesic | |
| import io.github.achionye.surveykit.core.geodesy.GeodesicMeasurements | |
| import java.io.OutputStream | |
| import java.nio.charset.StandardCharsets | |
| import java.util.Locale | |