Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a new service called plantation mapping #6

Closed
wants to merge 1 commit into from

Conversation

Thannarot
Copy link
Contributor

add a new service called plantation mapping

@@ -17,6 +17,8 @@ class LandCoverViewer():

PROBABILITY_MAP = ee.ImageCollection('users/servirmekong/LandCover')

YEARLY_COMPOSITES = ee.ImageCollection("projects/servir-mekong/yearlyComposites")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use single quote please

@@ -799,9 +799,6 @@
});
};

// check to see if probability map exists
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did you remove this?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the earlier comment was for the plantation not the probability maps

@@ -1,4 +1,5 @@
{% extends "layout.html" %}
{% block title %}Myanmar Nation FRA{% endblock %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

National?

@@ -1,4 +1,5 @@
{% extends "layout.html" %}
{% block title %}Myanmar Nation Classification{% endblock %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

National?

@@ -0,0 +1,133 @@
{% extends "layout.html" %}
{% block title %}Myanmar Nation Plantation Service{% endblock %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

National?

}
]

REMAPPED_CLASSES = [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are not remapping any classes here. look the examples at the myanmar products

@@ -0,0 +1,44 @@
# -*- coding: utf-8 -*-
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs to go to init file as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants