https://github.com/refiaa/arcgis_overlayer
for ArcGIS tif data
https://github.com/refiaa/arcgis_overlayer
Last synced: about 1 year ago
JSON representation
for ArcGIS tif data
- Host: GitHub
- URL: https://github.com/refiaa/arcgis_overlayer
- Owner: refiaa
- License: mit
- Created: 2024-05-22T15:30:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T16:00:31.000Z (about 2 years ago)
- Last Synced: 2024-05-22T16:45:37.319Z (about 2 years ago)
- Language: Python
- Size: 3.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
this code can overlay png image to tif format data for ArcGIS
for exmaple,
`
src/Basin_FlowDi2.tif
`
is original tif format for ArcGIS,
`
basin/overlay.png
`
is overlay image for overlay
run `main.py` to combine two images(tif-png) and also can plot in on shp file by run `visualizer.py`.