Skip to content

Instantly share code, notes, and snippets.

@Achionye
Achionye / hashes.txt
Created January 27, 2026 04:16
Scispace upload: hashes.txt
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
@Achionye
Achionye / duplicates.txt
Created January 27, 2026 04:16
Scispace upload: duplicates.txt
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
@Achionye
Achionye / 01_CURRENT_TraverseGate.kt
Last active January 11, 2026 19:47
Surveykit paired bundle (CURRENT+SNAPSHOT): traverse buttons/table/plot/location
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:
@Achionye
Achionye / CURRENT__androidApp__src__main__java__io__github__achionye__surveykit__admin__NigeriaAdminLookupEngine.kt
Created January 11, 2026 18:35
Surveykit: CURRENT vs SNAPSHOT file bundle (JobsScreen/traverse/plot/location)
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
@Achionye
Achionye / CsvExporterV2.kt
Created November 21, 2025 10:52
exporters sources for fix
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