All Projects → mykolakozyr → cogviewer

mykolakozyr / cogviewer

Licence: MIT license
Simple Cloud Optimized GeoTIFF viewer.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to cogviewer

leafmap
A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment
Stars: ✭ 1,299 (+6085.71%)
Mutual labels:  geospatial, streamlit
streamlit-geospatial
A multi-page streamlit app for geospatial
Stars: ✭ 310 (+1376.19%)
Mutual labels:  geospatial, streamlit
geemap-apps
Interactive web apps created using geemap and streamlit
Stars: ✭ 24 (+14.29%)
Mutual labels:  geospatial, streamlit
Atlas
🌎 Atlas is a set of APIs for looking up information about locations
Stars: ✭ 21 (+0%)
Mutual labels:  geospatial
leaflet-map-csv
Simple Leaflet map with points from local CSV file
Stars: ✭ 23 (+9.52%)
Mutual labels:  leafletjs
streamlit-ace
Ace editor component for Streamlit.
Stars: ✭ 130 (+519.05%)
Mutual labels:  streamlit
wms
WMS/WMTS server for Node.js
Stars: ✭ 60 (+185.71%)
Mutual labels:  geospatial
census-loader
A quick way to get started with ABS Census 2016 data
Stars: ✭ 32 (+52.38%)
Mutual labels:  geospatial
rastercube
rastercube is a python library for big data analysis of georeferenced time series data (e.g. MODIS NDVI)
Stars: ✭ 15 (-28.57%)
Mutual labels:  geospatial
geospatial-modeling-course
NCSU GIS/MEA582: Geospatial Modeling and Analysis Course
Stars: ✭ 30 (+42.86%)
Mutual labels:  geospatial
deepstack-ui
UI for working with Deepstack
Stars: ✭ 115 (+447.62%)
Mutual labels:  streamlit
tilematrix
helps handling tile pyramids
Stars: ✭ 15 (-28.57%)
Mutual labels:  geospatial
mune
Simple stock price analytics
Stars: ✭ 14 (-33.33%)
Mutual labels:  streamlit
tilenol
Scalable, multi-backend geo vector tile server
Stars: ✭ 16 (-23.81%)
Mutual labels:  geospatial
geoflow
R engine to orchestrate and run (meta)data workflows
Stars: ✭ 28 (+33.33%)
Mutual labels:  geospatial
rgis
Performant, cross-platform (web, desktop) GIS app written in Rust
Stars: ✭ 79 (+276.19%)
Mutual labels:  geospatial
invest
InVEST: models that map and value the goods and services from nature that sustain and fulfill human life.
Stars: ✭ 71 (+238.1%)
Mutual labels:  geospatial
map-floodwater-satellite-imagery
This repository focuses on training semantic segmentation models to predict the presence of floodwater for disaster prevention. Models were trained using SageMaker and Colab.
Stars: ✭ 21 (+0%)
Mutual labels:  streamlit
PySUS
Library to download, clean and analyze openly available datasets from Brazilian Universal health system, SUS.
Stars: ✭ 99 (+371.43%)
Mutual labels:  geospatial
Streamlit-Applications
Deep Learning and Computer Vision Applications using Streamlit
Stars: ✭ 55 (+161.9%)
Mutual labels:  streamlit

Cloud Optimized GeoTIFF Viewer

Simple Cloud Optimized GeoTIFF Viewer. Just paste the COG link to the text input and press Enter.

COG Viewer Demo

Details

The implementation designed to be as simple as possible. The web map is based on Leaflet.js with the usage of Georaster layer for Leaflet. The core of the code to render COG is mostly from this example by amazing Daniel J. Dufour.

QA

  • COG in EPSG:3857
  • COG in UTM projections
  • BigTIFF support - to be tested

Known Limitations

  • ⚠️ NULL Values returned as black
  • ⚠️ Bands' combinations are not configurable
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].