Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
GeoSentinel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mario Chirinos Colunga
GeoSentinel
Commits
dd199eb3
Commit
dd199eb3
authored
6 years ago
by
Mario Chirinos Colunga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Intersects
parent
611def34
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
rasterWkt.py
geosentinel/rasterWkt.py
+2
-4
L2AproductListToRGB.sh
tools/L2AproductListToRGB.sh
+1
-0
No files found.
geosentinel/rasterWkt.py
View file @
dd199eb3
...
...
@@ -68,12 +68,10 @@ def rasterWkt(wkt, inputfile, outputfile):
feature
.
SetGeometry
(
geometry
)
feature
.
SetStyleString
(
"PEN(c:#FFFF00,w:5px);"
)
layer
.
CreateFeature
(
feature
)
feature
=
None
gdal
.
RasterizeLayer
(
output
,
[
1
],
layer
,
burn_values
=
[
0
])
gdal
.
RasterizeLayer
(
output
,
[
1
],
layer
,
burn_values
=
[
0
])
feature
=
None
data_source
=
None
output
=
None
def
main
(
argv
):
...
...
This diff is collapsed.
Click to expand it.
tools/L2AproductListToRGB.sh
View file @
dd199eb3
...
...
@@ -73,4 +73,5 @@ find . -name *.xml -type f -delete
#done
##ffmpeg -i %*.jpg -c:v libx264 -vf fps=10 -pix_fmt yuvj422p rgb.mp4
#L2AproductListToRGB.sh /home/geoint/sentinelImages/L2A/ /home/geoint/imgTemp/ "POLYGON((-89.65513229370117 21.048938357786966,-89.62852478027342 21.047816903874505,-89.6261215209961 21.03339745836918,-89.6465492248535 21.022822311328852,-89.65873718261717 21.039325621609095,-89.65513229370117 21.048938357786966))"
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment