Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/developmentseed/cogeo-mosaic
Create and use COG mosaic based on mosaicJSON
https://github.com/developmentseed/cogeo-mosaic
Last synced: about 2 months ago
JSON representation
Create and use COG mosaic based on mosaicJSON
- Host: GitHub
- URL: https://github.com/developmentseed/cogeo-mosaic
- Owner: developmentseed
- License: mit
- Created: 2019-05-14T20:51:43.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T19:20:56.000Z (about 1 year ago)
- Last Synced: 2024-07-19T10:48:56.994Z (6 months ago)
- Language: Python
- Homepage: https://developmentseed.org/cogeo-mosaic/
- Size: 11 MB
- Stars: 98
- Watchers: 8
- Forks: 25
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-earthobservation-code - cogeo-mosaic - Create and use COG mosaic based on mosaicJSON `Python` (`Python` processing of optical imagery (non deep learning) / Cloud Native Geospatial)
README
# cogeo-mosaic
Create mosaics of Cloud Optimized GeoTIFF based on the mosaicJSON specification.
---
**Documentation**: https://developmentseed.org/cogeo-mosaic/
**Source Code**: https://github.com/developmentseed/cogeo-mosaic
---
**Read the official announcement https://medium.com/devseed/cog-talk-part-2-mosaics-bbbf474e66df**
## Install
```bash
python -m pip install pip -U
python -m pip install cogeo-mosaic --pre# Or from source
python -m pip install git+http://github.com/developmentseed/cogeo-mosaic
```**Notes**:
- Starting with version 5.0, pygeos has been replaced by shapely and thus makes `libgeos` a requirement.
Shapely wheels should be available for most environment, if not, you'll need to have libgeos installed.## See it in action
- [**TiTiler**](http://github.com/developmentseed/titiler): A lightweight Cloud Optimized GeoTIFF dynamic tile server (COG, STAC and MosaicJSON).
## Contribution & Development
See [CONTRIBUTING.md](https://github.com/developmentseed/cogeo-mosaic/blob/master/CONTRIBUTING.md)
## License
See [LICENSE](https://github.com/developmentseed/cogeo-mosaic/blob/master/LICENSE)
## Authors
Created by [Development Seed]()
See [contributors](https://github.com/developmentseed/cogeo-mosaic/graphs/contributors) for a listing of individual contributors.